summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696)Serhiy Storchaka2017-05-211-11/+104
* bpo-30409: locale.getpreferredencoding doesn't return result (#1672)Sean McCully2017-05-212-13/+11
* [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)Serhiy Storchaka2017-05-204-14/+127
* [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribu...Serhiy Storchaka2017-05-203-5/+84
* bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167)Marc Schlaich2017-05-191-1/+2
* [2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) ...Serhiy Storchaka2017-05-182-21/+25
* [2.7] bpo-30363: Backport warnings in the re module. (#1577)Serhiy Storchaka2017-05-186-18/+128
* bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)Serhiy Storchaka2017-05-174-58/+111
* bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624)Victor Stinner2017-05-172-2/+8
* [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)Serhiy Storchaka2017-05-166-10/+11
* [2.7] bpo-30380: Pin the version of Sphinx used to build the docs (GH-1612) (...Brett Cannon2017-05-161-1/+3
* bpo-30357 each test in test_thread waits until all spawned threads finish (#1...grzgrzgrz32017-05-153-0/+9
* bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCon...Victor Stinner2017-05-152-1/+10
* [2.7] bpo-30366: Backport tests for test.support. (#1582)Serhiy Storchaka2017-05-152-35/+452
* bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588)Xiang Zhang2017-05-151-5/+9
* Update Travis Doc build config (GH-1565)Zachary Ware2017-05-131-9/+2
* bpo-11681: Document the `-b` and `-bb` options (GH-1562)Zachary Ware2017-05-132-1/+16
* Fix warnings due to deprecated latex options (GH-1563)Zachary Ware2017-05-132-18/+16
* Update susp-ignored.csv (GH-1564)Zachary Ware2017-05-131-1/+1
* bpo-6393: Fix locale.getprerredencoding() on macOS (#1555)Victor Stinner2017-05-121-1/+13
* bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544)Victor Stinner2017-05-123-0/+10
* [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage...Victor Stinner2017-05-112-25/+75
* bpo-15526: test_startfile changes the cwd (#1537)Victor Stinner2017-05-101-12/+15
* bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)Xiang Zhang2017-05-102-4/+6
* gitignore: add rules for the PC/ directory (#1514)Victor Stinner2017-05-101-0/+14
* [2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...torsava2017-05-093-7/+12
* bpo-30283: Backport regrtest features from master to 2.7 (#1516)Victor Stinner2017-05-094-59/+208
* [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)Victor Stinner2017-05-093-22/+493
* Fix SyntaxWarning on importing test_inspect (#1512)Victor Stinner2017-05-091-5/+11
* bpo-29990: Fix range checking in GB18030 decoder (#1509)Xiang Zhang2017-05-093-1/+11
* bpo-30258: Fix handling of child error in regrtest (#1477)Victor Stinner2017-05-051-8/+8
* bpo-30265: support.unlink() don't catch any OSError (#1456)Victor Stinner2017-05-051-2/+3
* [2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)Serhiy Storchaka2017-05-052-65/+22
* bpo-30264: ExpatParser now closes the source (#1476)Victor Stinner2017-05-052-4/+39
* Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472)Victor Stinner2017-05-051-0/+1
* Revert "Issue #29094: Offsets in a ZIP file created with extern file object a...Benjamin Peterson2017-05-052-18/+15
* bpo-23404: make touch becomes make regen-all (#1466)Victor Stinner2017-05-055-71/+100
* bpo-30108: Fix test_site setUpModule() (#1460)Victor Stinner2017-05-041-3/+7
* bpo-30108: Restore sys.path in test_site (#1197) (#1459)Victor Stinner2017-05-041-8/+21
* Fix test_ftplib warning if IPv6 is not available (#1457)Victor Stinner2017-05-041-6/+12
* test_distutils: test_build_ext uses EnvironGuard (#1458)Victor Stinner2017-05-041-0/+1
* [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)Mariatta2017-05-0412-30/+30
* [2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)Serhiy Storchaka2017-05-033-6/+49
* Add Appveyor to Python 2.7 branch (#1434)Victor Stinner2017-05-031-0/+23
* bpo-30257: _bsddb: Fix newDBObject() (#1428)Victor Stinner2017-05-031-2/+4
* bpo-30258: regrtest handles child process crash (#1431)Victor Stinner2017-05-031-8/+27
* test_distutils: use EnvironGuard (#1433)Victor Stinner2017-05-032-1/+3
* Update .gitignore (#1435)Victor Stinner2017-05-031-0/+2
* bpo-30255: Clip step in _PySlice_Unpack() (#1429)Victor Stinner2017-05-032-0/+12
* regrtest: always show before/after of modified env (#1407) (#1409)Victor Stinner2017-05-031-4/+3