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
*
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
*
bpo-22352: Adjust widths in the output of dis.dis() for large line numbers an...
Serhiy Storchaka
2017-04-19
2
-8/+74
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-0/+16
*
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
Victor Stinner
2017-04-19
1
-0/+3
*
Fix minor typos (GH-1173)
cocoatomo
2017-04-19
1
-1/+1
*
bpo-29514: Check magic number for bugfix release (#54)
Eric Appelt
2017-04-17
1
-0/+44
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
9
-17/+17
*
bpo-10076: Compiled regular expression and match objects now are copyable. (#...
Serhiy Storchaka
2017-04-16
1
-0/+9
*
bpo-29839: Raise ValueError rather than OverflowError in len() for negative v...
Serhiy Storchaka
2017-04-16
1
-0/+8
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
1
-0/+1
*
Fix misplaced positional argument in OS X support library (#1134)
Jack McCracken
2017-04-14
1
-1/+1
*
Relax test timing (bpo-29861) to avoid sporadic failures (#1120)
Antoine Pitrou
2017-04-14
1
-0/+1
*
bpo-11913: Add README.rst to the distutils standard READMEs list (#563)
Ryan Gonzalez
2017-04-14
1
-1/+1
*
bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)
Armin Rigo
2017-04-13
2
-2/+32
*
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka
2017-04-13
3
-47/+30
*
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119)
Nevada Sanchez
2017-04-13
2
-8/+30
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)
Xiang Zhang
2017-04-13
1
-12/+18
*
bpo-30017: Allowed calling the close() method of the zip entry writer object ...
Serhiy Storchaka
2017-04-12
2
-0/+46
*
Remove two legacy constants which hopefully have no consumers (#1087)
Alex Gaynor
2017-04-12
1
-2/+0
*
Reimplement tempfile._RandomNameSequence using a generator function. (#1075)
Serhiy Storchaka
2017-04-11
2
-25/+15
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
2
-6/+29
*
Remove superfluous comment in urllib.error. (#1076)
Senthil Kumaran
2017-04-11
1
-4/+0
*
Remove OSError related comment in urllib.request. (#1070)
Senthil Kumaran
2017-04-10
1
-1/+0
*
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
Aviv Palivoda
2017-04-09
1
-0/+20
*
bpo-29951: Include function name for some error messages in `PyArg_ParseTuple...
Michael Seifert
2017-04-09
3
-11/+12
*
Remove invalid comment in urllib.request. (#1054)
Senthil Kumaran
2017-04-09
1
-6/+2
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#1010)
Serhiy Storchaka
2017-04-08
1
-0/+20
*
bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843)
Serhiy Storchaka
2017-04-08
1
-1/+14
*
bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944)
Serhiy Storchaka
2017-04-07
4
-14/+28
*
Remove Invalid comment in test_urllib2.py (#1020)
Senthil Kumaran
2017-04-07
1
-1/+0
*
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...
Stuart Berg
2017-04-06
4
-26/+109
*
bpo-29962: add math.remainder (#950)
Mark Dickinson
2017-04-05
1
-0/+135
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
28
-44/+46
*
correct parse_qs and parse_qsl test case descriptions. (#968)
Senthil Kumaran
2017-04-05
2
-19/+23
*
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Andrew Nester
2017-04-04
1
-0/+20
*
bpo-29972: Skip tests known to fail on AIX (#979)
Victor Stinner
2017-04-04
5
-5/+23
*
test_locale now ignores the DeprecationWarning (#977)
Victor Stinner
2017-04-03
2
-12/+14
*
bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298)
Pierre Quentel
2017-04-02
2
-5/+93
*
Minor spell fix and formatting fixes in urllib tests. (#959)
Senthil Kumaran
2017-04-02
2
-2/+6
[next]