index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696)
Serhiy Storchaka
2017-05-21
1
-11/+104
*
bpo-30409: locale.getpreferredencoding doesn't return result (#1672)
Sean McCully
2017-05-21
2
-13/+11
*
[2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681)
Serhiy Storchaka
2017-05-20
4
-14/+127
*
[2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribu...
Serhiy Storchaka
2017-05-20
3
-5/+84
*
bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167)
Marc Schlaich
2017-05-19
1
-1/+2
*
[2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) ...
Serhiy Storchaka
2017-05-18
2
-21/+25
*
[2.7] bpo-30363: Backport warnings in the re module. (#1577)
Serhiy Storchaka
2017-05-18
6
-18/+128
*
bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581)
Serhiy Storchaka
2017-05-17
4
-58/+111
*
bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624)
Victor Stinner
2017-05-17
2
-2/+8
*
[2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616)
Serhiy Storchaka
2017-05-16
6
-10/+11
*
[2.7] bpo-30380: Pin the version of Sphinx used to build the docs (GH-1612) (...
Brett Cannon
2017-05-16
1
-1/+3
*
bpo-30357 each test in test_thread waits until all spawned threads finish (#1...
grzgrzgrz3
2017-05-15
3
-0/+9
*
bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCon...
Victor Stinner
2017-05-15
2
-1/+10
*
[2.7] bpo-30366: Backport tests for test.support. (#1582)
Serhiy Storchaka
2017-05-15
2
-35/+452
*
bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588)
Xiang Zhang
2017-05-15
1
-5/+9
*
Update Travis Doc build config (GH-1565)
Zachary Ware
2017-05-13
1
-9/+2
*
bpo-11681: Document the `-b` and `-bb` options (GH-1562)
Zachary Ware
2017-05-13
2
-1/+16
*
Fix warnings due to deprecated latex options (GH-1563)
Zachary Ware
2017-05-13
2
-18/+16
*
Update susp-ignored.csv (GH-1564)
Zachary Ware
2017-05-13
1
-1/+1
*
bpo-6393: Fix locale.getprerredencoding() on macOS (#1555)
Victor Stinner
2017-05-12
1
-1/+13
*
bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544)
Victor Stinner
2017-05-12
3
-0/+10
*
[2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage...
Victor Stinner
2017-05-11
2
-25/+75
*
bpo-15526: test_startfile changes the cwd (#1537)
Victor Stinner
2017-05-10
1
-12/+15
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)
Xiang Zhang
2017-05-10
2
-4/+6
*
gitignore: add rules for the PC/ directory (#1514)
Victor Stinner
2017-05-10
1
-0/+14
*
[2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...
torsava
2017-05-09
3
-7/+12
*
bpo-30283: Backport regrtest features from master to 2.7 (#1516)
Victor Stinner
2017-05-09
4
-59/+208
*
[2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513)
Victor Stinner
2017-05-09
3
-22/+493
*
Fix SyntaxWarning on importing test_inspect (#1512)
Victor Stinner
2017-05-09
1
-5/+11
*
bpo-29990: Fix range checking in GB18030 decoder (#1509)
Xiang Zhang
2017-05-09
3
-1/+11
*
bpo-30258: Fix handling of child error in regrtest (#1477)
Victor Stinner
2017-05-05
1
-8/+8
*
bpo-30265: support.unlink() don't catch any OSError (#1456)
Victor Stinner
2017-05-05
1
-2/+3
*
[2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471)
Serhiy Storchaka
2017-05-05
2
-65/+22
*
bpo-30264: ExpatParser now closes the source (#1476)
Victor Stinner
2017-05-05
2
-4/+39
*
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472)
Victor Stinner
2017-05-05
1
-0/+1
*
Revert "Issue #29094: Offsets in a ZIP file created with extern file object a...
Benjamin Peterson
2017-05-05
2
-18/+15
*
bpo-23404: make touch becomes make regen-all (#1466)
Victor Stinner
2017-05-05
5
-71/+100
*
bpo-30108: Fix test_site setUpModule() (#1460)
Victor Stinner
2017-05-04
1
-3/+7
*
bpo-30108: Restore sys.path in test_site (#1197) (#1459)
Victor Stinner
2017-05-04
1
-8/+21
*
Fix test_ftplib warning if IPv6 is not available (#1457)
Victor Stinner
2017-05-04
1
-6/+12
*
test_distutils: test_build_ext uses EnvironGuard (#1458)
Victor Stinner
2017-05-04
1
-0/+1
*
[2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)
Mariatta
2017-05-04
12
-30/+30
*
[2.7] bpo-30236: Backported regrtest options -m and -G. (#1394)
Serhiy Storchaka
2017-05-03
3
-6/+49
*
Add Appveyor to Python 2.7 branch (#1434)
Victor Stinner
2017-05-03
1
-0/+23
*
bpo-30257: _bsddb: Fix newDBObject() (#1428)
Victor Stinner
2017-05-03
1
-2/+4
*
bpo-30258: regrtest handles child process crash (#1431)
Victor Stinner
2017-05-03
1
-8/+27
*
test_distutils: use EnvironGuard (#1433)
Victor Stinner
2017-05-03
2
-1/+3
*
Update .gitignore (#1435)
Victor Stinner
2017-05-03
1
-0/+2
*
bpo-30255: Clip step in _PySlice_Unpack() (#1429)
Victor Stinner
2017-05-03
2
-0/+12
*
regrtest: always show before/after of modified env (#1407) (#1409)
Victor Stinner
2017-05-03
1
-4/+3
[prev]
[next]