summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-34576 - Fix the formatting for security considerations in http.serv...backport-eeab510-2.7Senthil Kumaran2018-10-250-0/+0
* bpo-34576 - Fix the formatting for security considerations in http.server.rst...Senthil Kumaran2018-10-251-0/+4
* [2.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-1...Zsolt Cserna2018-10-242-5/+16
* bpo-33899: Revert tokenize module adding an implicit final NEWLINE (GH-10072)Tal Einat2018-10-243-47/+12
* [2.7] bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH...Xiang Zhang2018-10-231-3/+3
* [2.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-976...Serhiy Storchaka2018-10-213-4/+14
* bpo-31500: Default fonts now are scaled on HiDPI displays. (#10015)Terry Jan Reedy2018-10-201-0/+2
* [2.7] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639) (GH-6...Cheryl Sabella2018-10-204-0/+19
* bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)Miss Islington (bot)2018-10-201-24/+0
* bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs...Miss Islington (bot)2018-10-191-4/+5
* bpo-21196: Clarify name mangling rules in tutorial (GH-5667)Miss Islington (bot)2018-10-191-0/+5
* bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9547)Miss Islington (bot)2018-10-203-2/+7
* Fix several reference counting bugs in pyexpat.c. (GH-9955)Miss Islington (bot)2018-10-191-4/+8
* [2.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-173-3/+14
* bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Miss Islington (bot)2018-10-152-5/+5
* [2.7] bpo-16965: 2to3 now rewrites execfile() to open with rb. (GH-8569) (GH-...Zackery Spytz2018-10-163-9/+12
* bpo-34989: python-gdb.py: fix current_line_num() (GH-9889) (GH-9899)Victor Stinner2018-10-162-13/+35
* [2.7] bpo-34974: Do not replace unexpected errors in bytearray(). (GH-9852) (...Serhiy Storchaka2018-10-153-5/+24
* [2.7] Add new tests for bytes and bytearray constructors. (GH-9843) (#9866)Serhiy Storchaka2018-10-141-3/+56
* [2.7] bpo-22851: Fix a segfault when accessing generator.gi_frame.f_restricte...Zackery Spytz2018-10-133-1/+14
* bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796)Miss Islington (bot)2018-10-121-6/+8
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Victor Stinner2018-10-102-1/+38
* [2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH...tzickel2018-10-033-19/+45
* [2.7] bpo-13407: Mention that bz2/tarfile doesn't support multi-stream bzip2 ...Andrés Delfino2018-09-293-0/+10
* Drop confusing commented out code in pystrtod.c (GH-6072) (GH-9588)Victor Stinner2018-09-261-2/+0
* [2.7] bpo-34162: Update 2.7 idlelib/NEWS.txt to 2018-9-24 (GH-9550)Terry Jan Reedy2018-09-241-2/+15
* [2.7] bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-91...Serhiy Storchaka2018-09-223-1/+28
* [2.7] bpo-34472: Add data descriptor signature to zipfile (GH-8871) (ПР-9407)Serhiy Storchaka2018-09-223-3/+9
* Fix pickletools doc for NEWFALSE. (GH-9432)Miss Islington (bot)2018-09-221-6/+2
* [2.7] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9490)Miss Islington (bot)2018-09-211-2/+2
* bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)Miss Islington (bot)2018-09-201-0/+3
* [2.7] bpo-34542: Update test certs and keys (GH-8997) (GH-9397)Christian Heimes2018-09-2014-511/+701
* [2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH...Vladimir Matveev2018-09-197-6/+240
* [2.7] bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-...Serhiy Storchaka2018-09-183-0/+38
* [2.7] bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) (GH-9394)Christian Heimes2018-09-184-1/+15
* [2.7] bpo-34710: fix SSL module build (GH-9347) (GH-9353)Christian Heimes2018-09-172-0/+2
* [2.7] bpo-33216: Clarify the documentation for CALL_FUNCTION_* (GH-8338) (GH-...Serhiy Storchaka2018-09-171-20/+53
* [2.7] bpo-19417: Add test_bdb.py (GH-5217) (GH-6156)xdegaye2018-09-153-1/+1035
* [2.7] closes bpo-8450: a better error message when http status line isn't rec...Shoham Peller2018-09-141-1/+1
* [2.7] Don't run AC_STRUCT_TIMEZONE twice. (GH-9309)Benjamin Peterson2018-09-142-76/+0
* [2.7] bpo-20047: Remove Objects/bytesobject.c from 2.7 (GH-9268)Zackery Spytz2018-09-141-3432/+0
* [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267)Benjamin Peterson2018-09-132-0/+3
* [2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242)Benjamin Peterson2018-09-125-79/+39
* bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)Miss Islington (bot)2018-09-131-3/+3
* [2.7] bpo-28994: Remove mistakenly backported atexitmodule.c (GH-9214)Zackery Spytz2018-09-122-356/+0
* [2.7] Delete old expat comment. (GH-9205)Benjamin Peterson2018-09-111-8/+0
* [2.7] bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776) (GH-...Steve Dower2018-09-113-2/+3
* [2.7] bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191...Miss Islington (bot)2018-09-112-3/+11
* [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)Chih-Hsuan Yen2018-09-113-4/+45
* [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-113-2/+28