summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Replace 1/0 with 1//0 in tests to avoid Python 3 warns (GH-10833)Victor Stinner2018-11-303-3/+3
* bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791) (GH-10817)Victor Stinner2018-11-301-24/+41
* Fix DeprecationWarning in test_bytes (GH-10805)Victor Stinner2018-11-301-2/+2
* bpo-34021: Windows skips test_regrtest.test_env_changed() (GH-10804)Victor Stinner2018-11-291-0/+3
* bpo-34279, regrtest: Issue a warning if no tests have been executed (GH-10801)Victor Stinner2018-11-293-7/+127
* pythoninfo: log more environment variable (GH-10719) (GH-10774)Victor Stinner2018-11-281-4/+45
* [2.7] bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039) (GH-...Serhiy Storchaka2018-11-201-35/+58
* Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)Miss Islington (bot)2018-11-194-2/+2
* closes bpo-35171: Fix test_TimeRE_recreation_timezone failure on some systems...Miss Islington (bot)2018-11-051-1/+1
* [2.7] bpo-35133: Fix mistakes when concatenate string literals on different l...Serhiy Storchaka2018-11-0513-20/+20
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Miss Islington (bot)2018-10-311-0/+10
* bpo-34866: Add max_num_fields to cgi.FieldStorage (GH-9660) (GH-9969)matthewbelisle-wf2018-10-303-15/+109
* [2.7] Fix checking for bugfix Tcl version. (GH-10185). (GH-10188)Serhiy Storchaka2018-10-281-2/+2
* bpo-35017, socketserver: don't accept request after shutdown (GH-9952) (GH-10...Denis Ledoux2018-10-261-0/+3
* [2.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-1...Zsolt Cserna2018-10-241-2/+11
* bpo-33899: Revert tokenize module adding an implicit final NEWLINE (GH-10072)Tal Einat2018-10-242-44/+12
* [2.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-976...Serhiy Storchaka2018-10-212-4/+12
* 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-203-0/+18
* bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9547)Miss Islington (bot)2018-10-202-2/+4
* [2.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-172-3/+12
* [2.7] bpo-16965: 2to3 now rewrites execfile() to open with rb. (GH-8569) (GH-...Zackery Spytz2018-10-162-9/+10
* [2.7] bpo-34974: Do not replace unexpected errors in bytearray(). (GH-9852) (...Serhiy Storchaka2018-10-151-2/+16
* [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-131-0/+11
* bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0...Victor Stinner2018-10-101-1/+37
* [2.7] bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH...tzickel2018-10-032-19/+44
* [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-222-1/+27
* [2.7] bpo-34472: Add data descriptor signature to zipfile (GH-8871) (ПР-9407)Serhiy Storchaka2018-09-221-3/+5
* Fix pickletools doc for NEWFALSE. (GH-9432)Miss Islington (bot)2018-09-221-6/+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-2013-511/+700
* [2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH...Vladimir Matveev2018-09-191-0/+18
* [2.7] bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-...Serhiy Storchaka2018-09-182-0/+36
* [2.7] bpo-19417: Add test_bdb.py (GH-5217) (GH-6156)xdegaye2018-09-152-1/+1034
* [2.7] closes bpo-8450: a better error message when http status line isn't rec...Shoham Peller2018-09-141-1/+1
* [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267)Benjamin Peterson2018-09-131-0/+2
* [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125)Chih-Hsuan Yen2018-09-112-4/+43
* [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections....Benjamin Peterson2018-09-111-0/+15
* bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8952)Miss Islington (bot)2018-09-051-1/+30
* bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058)Victor Stinner2018-09-042-3/+49
* bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-...Miss Islington (bot)2018-08-311-0/+9
* closes bpo-34540: Convert shutil._call_external_zip to use subprocess rather ...Benjamin Peterson2018-08-291-6/+10
* [2.7] bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks...Tal Einat2018-08-263-4/+28
* [2.7] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (GH-8791)Christian Heimes2018-08-161-0/+5
* [2.7] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8765)Christian Heimes2018-08-1415-373/+602
* [2.7] bpo-34272: Move argument parsing tests from test_capi to test_getargs2....Serhiy Storchaka2018-08-062-140/+147
* [2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8...Zackery Spytz2018-08-061-6/+0
* Fix docstring of Profiler class (GH-8651)Miss Islington (bot)2018-08-031-2/+2