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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)
Serhiy Storchaka
2017-05-06
1
-14/+13
*
bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)
Jelle Zijlstra
2017-05-05
2
-4/+20
*
bpo-30264: ExpatParser closes the source on error (#1451)
Victor Stinner
2017-05-05
2
-17/+40
*
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode...
Serhiy Storchaka
2017-05-05
2
-23/+26
*
bpo-30215: Make re.compile() locale agnostic. (#1361)
Serhiy Storchaka
2017-05-05
4
-20/+58
*
bpo-30273: Update sysconfig (#1464)
Victor Stinner
2017-05-04
1
-1/+1
*
bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)
Antoine Pitrou
2017-05-04
1
-6/+14
*
bpo-30263: regrtest: log system load (#1452)
Victor Stinner
2017-05-04
3
-25/+39
*
bpo-30166: Import command-line parsing modules only when needed. (#1293)
Serhiy Storchaka
2017-05-04
7
-12/+20
*
bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)
Serhiy Storchaka
2017-05-03
1
-18/+41
*
bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...
Xiang Zhang
2017-05-03
3
-51/+81
*
Fix tests: getsockname() can return None on OS X on unbound sockets (#1400)
Antoine Pitrou
2017-05-02
1
-2/+2
*
Remove outdated tests in test_isinstance (GH-1393)
Jim Fasarakis-Hilliard
2017-05-02
1
-17/+1
*
bpo-28556: Routine updates to typing (#1366)
Ivan Levkivskyi
2017-05-02
2
-9/+77
*
bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)
Antoine Pitrou
2017-05-02
1
-0/+4
*
bpo-30199: test_ssl closes all asyncore channels (#1381)
Victor Stinner
2017-05-02
1
-1/+3
*
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380)
Victor Stinner
2017-05-02
1
-18/+18
*
bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331)
Giampaolo Rodola
2017-05-01
2
-17/+26
*
bpo-29679: Implement @contextlib.asynccontextmanager (#360)
Jelle Zijlstra
2017-05-01
2
-6/+305
*
bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576...
Serhiy Storchaka
2017-04-29
1
-13/+16
*
bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1...
Serhiy Storchaka
2017-04-28
3
-13/+37
*
bpo-30174: Remove duplicate definition from pickletools (#1301)
Jelle Zijlstra
2017-04-27
1
-29/+0
*
bpo-30175: Skip client cert tests of test_imaplib (#1320)
Victor Stinner
2017-04-27
2
-1/+12
*
bpo-30131: test_logging now joins queue threads (#1298)
Victor Stinner
2017-04-26
1
-0/+8
*
bpo-30107: Make SuppressCrashReport quiet on macOS (#1279)
Victor Stinner
2017-04-25
1
-4/+9
*
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Jim Fasarakis-Hilliard
2017-04-25
2
-5/+5
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
12
-223/+65
*
bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)
Victor Stinner
2017-04-25
1
-0/+7
*
bpo-30131: Cleanup threads in test_logging (#1275)
Victor Stinner
2017-04-24
1
-0/+15
*
bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678)
Nate
2017-04-24
2
-1/+46
*
bpo-30144: Import collections ABC from collections.abc rather than collection...
Serhiy Storchaka
2017-04-24
20
-83/+88
*
bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)
bladebryan
2017-04-22
1
-0/+5
*
bpo-30125: disable faulthandler in ctypes test_SEH (#1237)
Victor Stinner
2017-04-21
2
-4/+24
*
bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH...
Charles Renwick
2017-04-21
1
-1/+2
*
bpo-30125: Fix faulthandler.disable() on Windows (#1240)
Victor Stinner
2017-04-21
1
-0/+12
*
bpo-30107: don't dump core on expected test_io crash (#1235)
Victor Stinner
2017-04-21
1
-0/+5
*
bpo-30106: Fix test_asyncore.test_quick_connect() (#1234)
Victor Stinner
2017-04-21
1
-1/+2
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
1
-0/+10
*
support.threading_cleanup() log a warning on fail (#1195)
Victor Stinner
2017-04-20
2
-2/+9
*
bpo-30108: Restore sys.path in test_site (#1197)
Victor Stinner
2017-04-20
1
-8/+21
*
bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)
Dong-hee Na
2017-04-20
1
-3/+5
*
bpo-30109: Fix reindent.py (GH-1207)
Mariatta
2017-04-20
1
-0/+7
*
bpo-30078: Add an example of passing a path to unittest (#1178)
Louie Lu
2017-04-20
1
-0/+1
*
bpo-30106: Fix tearDown() of test_asyncore (#1194)
Victor Stinner
2017-04-20
1
-2/+2
*
bpo-29887: test_normalization handles PermissionError (#1196)
Victor Stinner
2017-04-20
1
-0/+3
*
regrtest: always show before/after of modified env (#1192)
Victor Stinner
2017-04-19
1
-3/+2
*
Fix/optimize test_asyncore.test_quick_connect() (#1188)
Victor Stinner
2017-04-19
1
-39/+38
*
bpo-30030: Revert f50354ad (tempfile) (#1187)
Victor Stinner
2017-04-19
2
-15/+25
*
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Serhiy Storchaka
2017-04-19
4
-6/+18
*
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...
Serhiy Storchaka
2017-04-19
1
-0/+81
[next]