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
*
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
5
-26/+41
*
bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...
Serhiy Storchaka
2017-04-19
3
-52/+162
*
bpo-22352: Adjust widths in the output of dis.dis() for large line numbers an...
Serhiy Storchaka
2017-04-19
3
-8/+77
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
14
-48/+108
*
bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)
Victor Stinner
2017-04-19
1
-0/+3
*
Minor grammar fixes (GH-1174)
Mariatta
2017-04-19
1
-3/+4
*
Fix minor typos (GH-1173)
cocoatomo
2017-04-19
2
-2/+2
*
bpo-29514: Check magic number for bugfix release (#54)
Eric Appelt
2017-04-17
1
-0/+44
*
fix a refleak in slot_sq_length (#1162)
Xiang Zhang
2017-04-16
1
-0/+1
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
36
-1530/+1530
*
bpo-10076: Compiled regular expression and match objects now are copyable. (#...
Serhiy Storchaka
2017-04-16
5
-164/+41
*
bpo-28765: Use concrete types API in _sre.c. (#1009)
Serhiy Storchaka
2017-04-16
1
-37/+37
*
bpo-29839: Raise ValueError rather than OverflowError in len() for negative v...
Serhiy Storchaka
2017-04-16
3
-6/+24
*
bpo-29838: Add asserts for checking results of sq_length and mq_length slots....
Serhiy Storchaka
2017-04-16
3
-11/+29
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
3
-10/+22
*
bpo-19225: Remove duplicated description for standard warning categories (GH-...
cocoatomo
2017-04-15
1
-12/+9
*
bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146)
Mariatta
2017-04-15
1
-0/+1
*
bpo-29738: Fix memory leak in _get_crl_dp (GH-526)
Olivier Vielpeau
2017-04-15
1
-7/+1
*
bpo-30059: Include Py_Ellipsis in C API documentation (#1018)
Michael Seifert
2017-04-14
1
-0/+11
*
improve alignment autoconf test (#1129)
Benjamin Peterson
2017-04-14
3
-22/+36
*
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
4
-5/+19
*
bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125)
Mariatta
2017-04-14
1
-1/+2
*
bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)
Armin Rigo
2017-04-13
3
-2/+36
*
bpo-29995: re.escape() now escapes only special characters. (#1007)
Serhiy Storchaka
2017-04-13
6
-51/+40
*
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119)
Nevada Sanchez
2017-04-13
2
-8/+30
*
Fix a typo in Doc/library/functions.rst (GH-1117)
Joshua Diaddigo
2017-04-13
1
-1/+1
*
bpo-30021: Add examples for re.escape(). (#1048)
Serhiy Storchaka
2017-04-13
2
-3/+16
*
bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)
Marco Buttu
2017-04-13
4
-9/+25
*
Blacklist myself from mention-bot (#1114)
Berker Peksag
2017-04-13
1
-1/+1
*
bpo-29791: Clarify that flush is keyword-only argument (#1093)
Berker Peksag
2017-04-13
1
-1/+1
*
bpo-30055: add testcleanup to leave a fresh context (#1094)
Marco Buttu
2017-04-13
1
-0/+5
*
convert from long long to PyLong loselessly (#1106)
Benjamin Peterson
2017-04-13
1
-1/+1
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)
Xiang Zhang
2017-04-13
3
-191/+220
*
bpo-30017: Allowed calling the close() method of the zip entry writer object ...
Serhiy Storchaka
2017-04-12
3
-0/+49
*
bpo-30047: Fix a typo in Doc/library/select.rst (#1086)
NAKAMURA Osamu
2017-04-12
1
-1/+1
*
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: Add missing ACKS entry (#1079)
Nick Coghlan
2017-04-11
1
-0/+1
*
bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...
svelankar
2017-04-11
3
-6/+32
*
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-29506: Clarify deep copy note in copy module
Sanyam Khurana
2017-04-09
2
-2/+3
[next]