summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-32962: Backport python-gdb.py and test_gdb.py from master (GH-7726)Victor Stinner2018-06-155-35/+140
* [2.7] bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) (#7716)Andrés Delfino2018-06-151-1/+1
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958...Xiang Zhang2018-06-154-2/+21
* [2.7] bpo-33828: Clarify auto-numbering is not available to string.Formatter....Xiang Zhang2018-06-131-2/+3
* bpo-33845: Update Doc\make.bat on 2.7 to bring it on par to master version (G...Andrés Delfino2018-06-121-26/+33
* bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624)Ned Deily2018-06-111-9/+37
* Remove hyphens from phrase "picks up where it left off" (GH-7410)Mariatta2018-06-091-1/+1
* bpo-33766: Document that end of file or string is a newline (GH-7383)Miss Islington (bot)2018-06-091-5/+6
* bpo-28222: Don't fail if pygments is not available (GH-7564)Zachary Ware2018-06-091-2/+14
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) (GH-7562)Victor Stinner2018-06-092-7/+47
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)Miss Islington (bot)2018-06-083-10/+40
* [2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541)Mayank Singhal2018-06-091-0/+3
* [2.7] bpo-33751: Fix test_file. (GH-7378) (GH-7445)Serhiy Storchaka2018-06-081-87/+81
* bpo-31731: test_io hangs with --huntrleaks: exclude it (GH-7459)Victor Stinner2018-06-061-0/+6
* bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) (GH-7456)Victor Stinner2018-06-062-8/+21
* bpo-19418: audioop.c: Fix warnings on -0x80000000 (GH-7453)Victor Stinner2018-06-061-2/+5
* bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7452)Victor Stinner2018-06-061-12/+19
* PC/_subprocess.c: Fix signed/unsigned comparison (GH-7446)Victor Stinner2018-06-061-1/+1
* [2.7] remove hg support from patchcheck (GH-7440). (GH-7444)Benjamin Peterson2018-06-051-28/+3
* bpo-33600: document that platform.linux_distribution() has been removed (GH-7...Timo Furrer2018-06-051-0/+4
* [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-738...Serhiy Storchaka2018-06-053-21/+13
* bpo-18174: Fix fd_count() on FreeBSD (GH-7420)Victor Stinner2018-06-051-2/+3
* bpo-18174: regrtest -R 3:3 now also detects FD leak (#7409)Victor Stinner2018-06-053-20/+117
* bpo-18174: Fix file descriptor leaks in tests (GH-7408)Victor Stinner2018-06-052-0/+2
* [2.7] bpo-31234: Join threads explicitly in tests (#7406)Victor Stinner2018-06-046-73/+122
* test_tools: catch stderr (GH-7404)Victor Stinner2018-06-041-2/+5
* [2.7] bpo-33718: Update regrtest from master (GH-7402)Victor Stinner2018-06-042-87/+144
* bpo-27902: Add compatibility note to Profile docs (GH-7295)Miss Islington (bot)2018-06-041-5/+6
* bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)Miss Islington (bot)2018-06-041-6/+7
* bpo-33764: Appveyor fixes (GH-7364) (GH-7380)Ned Deily2018-06-041-3/+4
* [2.7] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7374)Serhiy Storchaka2018-06-031-7/+3
* [2.7] bpo-33760: Fix file leaks in test_io. (GH-7361). (GH-7373)Serhiy Storchaka2018-06-031-0/+3
* [2.7] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-714...Antoine Pitrou2018-06-032-12/+4
* [2.7] bpo-33744: Fix test_uu. (GH-7350) (GH-7354)Serhiy Storchaka2018-06-031-82/+33
* bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...Miss Islington (bot)2018-06-021-2/+3
* bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7323)Victor Stinner2018-06-011-23/+25
* bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7314)Victor Stinner2018-06-017-24/+42
* bpo-33692: Update pythoninfo from master (GH-7304)Victor Stinner2018-06-011-0/+29
* Add a crasher to Lib/test for issue #26153. This crasher doesn't crash (#6518)T. Wouters2018-05-311-0/+29
* [2.7] bpo-33677: Fix the signature of tp_clear handler for deque. (GH-7196). ...Serhiy Storchaka2018-05-311-3/+4
* bpo-33532: Fix multiprocessing test_ignore() (GH-7265)Victor Stinner2018-05-311-2/+3
* bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119)Serhiy Storchaka2018-05-313-1/+12
* bpo-33692: pythoninfo detect libedit on Python 2.7 (#7246)Victor Stinner2018-05-301-0/+8
* bpo-29512: Rename Lib/test/bisect.py to bisect_cmd.py (#7229)Victor Stinner2018-05-302-0/+3
* [2.7] Improve ensurepip's --help (GH-4686) (GH-7240)Petr Viktorin2018-05-301-2/+2
* [2.7] bpo-33670: Expose Sphinx errorlevel (GH-7156). (GH-7201)Andrés Delfino2018-05-291-1/+1
* test.regrtest: flush stdout to display progress (#7120)Victor Stinner2018-05-281-1/+2
* [2.7] bpo-33595: Fix lambda parameters being refered as arguments (GH-7037) (...Terry Jan Reedy2018-05-252-3/+3
* bpo-33354: Fix test_ssl when a filename cannot be encoded (GH-6613)Pablo Galindo2018-05-252-1/+10
* [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096)Serhiy Storchaka2018-05-242-6/+10