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-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222)
Segev Finer
2017-04-20
1
-0/+34
*
Add missing .gitignore entries for VS2015 IntelliSense DB (#1223)
Segev Finer
2017-04-20
1
-0/+2
*
bpo-29802: Fix reference counting in module-level struct functions (#1213)
Serhiy Storchaka
2017-04-20
4
-0/+15
*
Only define get_zone() and get_gmtoff() if needed (#1193)
Victor Stinner
2017-04-20
1
-0/+2
*
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
4
-5/+16
*
bpo-30109: Fix reindent.py (GH-1207)
Mariatta
2017-04-20
2
-1/+12
*
bpo-10379: Add %char examples to locale.format() docs (GH-1145)
Berker Peksag
2017-04-20
1
-3/+4
*
Remove redundant comma in argparse HOWTO (#1141)
Berker Peksag
2017-04-20
1
-1/+1
*
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
[next]