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
*
Null merge
Meador Inge
2012-01-19
0
-0/+0
|
\
|
*
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
Meador Inge
2012-01-19
2
-0/+9
*
|
improve casefold/lower/upper docs
Benjamin Peterson
2012-01-19
1
-2/+18
*
|
Be more lenient in test_wallclock (issue #10278).
Antoine Pitrou
2012-01-18
1
-2/+2
*
|
Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...
Antoine Pitrou
2012-01-18
2
-9/+3
|
\
\
|
|
/
|
*
Issue #13722: Avoid silencing ImportErrors when initializing the codecs regis...
Antoine Pitrou
2012-01-18
2
-9/+3
*
|
Finally fix all test_capi refleaks
Antoine Pitrou
2012-01-18
1
-9/+16
*
|
Fix some of the remaining test_capi leaks
Antoine Pitrou
2012-01-18
1
-3/+5
*
|
Fix some of the remaining test_capi refleaks
Antoine Pitrou
2012-01-18
1
-0/+2
*
|
Fix some of the refleaks in test_capi (ported from 3.2)
Antoine Pitrou
2012-01-18
1
-3/+7
|
\
\
|
|
/
|
*
Fix refleaks in test_capi
Antoine Pitrou
2012-01-18
1
-3/+7
*
|
Fix the builtin module initialization code to store the init function for fut...
Antoine Pitrou
2012-01-18
2
-0/+7
|
\
\
|
|
/
|
*
Fix the builtin module initialization code to store the init function for fut...
Antoine Pitrou
2012-01-18
2
-0/+7
*
|
Add part of test_inspect test from 2.7
Antoine Pitrou
2012-01-18
1
-0/+11
|
\
\
|
|
/
|
*
Add part of test_inspect test from 2.7
Antoine Pitrou
2012-01-18
1
-0/+11
*
|
Merge refleak fixes from 3.2
Antoine Pitrou
2012-01-18
2
-75/+64
|
\
\
|
|
/
|
*
Fix the _io module leaking references when a sub-interpreter is created.
Antoine Pitrou
2012-01-18
1
-48/+36
|
*
Fix leaking a RuntimeError objects when creating sub-interpreters
Antoine Pitrou
2012-01-18
1
-21/+23
*
|
Fix a memory leak when initializing the standard I/O streams.
Antoine Pitrou
2012-01-18
1
-1/+2
|
\
\
|
|
/
|
*
Fix a memory leak when initializing the standard I/O streams.
Antoine Pitrou
2012-01-18
1
-1/+2
*
|
Issue #5689: Avoid excessive memory usage by using the default lzma preset.
Lars Gustäbel
2012-01-18
1
-5/+1
*
|
Merge: #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Nadeem Vawda
2012-01-18
3
-2/+15
|
\
\
|
|
/
|
*
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
Nadeem Vawda
2012-01-18
3
-2/+15
*
|
MERGE: And yet another emergency fix for #13803 bootstrap issue: Under Solari...
Jesus Cea
2012-01-18
2
-2/+2
|
\
\
|
|
/
|
*
And yet another emergency fix for #13803 bootstrap issue: Under Solaris, dist...
Jesus Cea
2012-01-18
2
-2/+2
*
|
MERGE: Yet another emergency fix for #13803 bootstrap issue: Under Solaris, d...
Jesus Cea
2012-01-18
1
-0/+5
|
\
\
|
|
/
|
*
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutil...
Jesus Cea
2012-01-18
1
-0/+5
*
|
#13665: merge with 3.2.
Ezio Melotti
2012-01-18
1
-1/+1
|
\
\
|
|
/
|
*
#13665: s/string/bytes/ in error message.
Ezio Melotti
2012-01-18
1
-1/+1
*
|
Use ASCII quotes and fix markup.
Ezio Melotti
2012-01-18
2
-5/+5
*
|
MERGE: Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doe...
Jesus Cea
2012-01-18
1
-2/+5
|
\
\
|
|
/
|
*
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't in...
Jesus Cea
2012-01-18
1
-2/+5
*
|
MERGE: Closes #13803: Under Solaris, distutils doesn't include bitness in the...
Jesus Cea
2012-01-18
2
-0/+5
|
\
\
|
|
/
|
*
Closes #13803: Under Solaris, distutils doesn't include bitness in the direct...
Jesus Cea
2012-01-18
2
-0/+5
*
|
Merge
Antoine Pitrou
2012-01-18
8
-9/+96
|
\
\
|
*
|
Issue #10278: fix a typo in the doc
Victor Stinner
2012-01-18
1
-1/+1
|
*
|
Close #10278: Add time.wallclock() function, monotonic clock.
Victor Stinner
2012-01-18
5
-5/+75
|
*
|
Add missing versionadded in webbrowser doc.
Ezio Melotti
2012-01-18
1
-2/+5
|
*
|
Issue #13809: Make bz2 module work with threads disabled.
Nadeem Vawda
2012-01-17
3
-2/+16
*
|
|
Fix error handling in timemodule.c
Antoine Pitrou
2012-01-18
1
-2/+6
|
/
/
*
|
Test running of code in a sub-interpreter
Antoine Pitrou
2012-01-17
2
-0/+44
|
\
\
|
|
/
|
*
Test running of code in a sub-interpreter
Antoine Pitrou
2012-01-17
2
-0/+44
*
|
Issue #13727: Add 3 macros to access PyDateTime_Delta members:
Amaury Forgeot d'Arc
2012-01-17
3
-0/+35
*
|
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
4
-18/+71
|
\
\
|
|
/
|
*
Issue #13589: Fix some serialization primitives in the aifc module.
Antoine Pitrou
2012-01-17
4
-18/+71
*
|
Add missing sentinel to PyCursesWindow_getsets
Ronald Oussoren
2012-01-17
1
-1/+2
*
|
fix indentation
Benjamin Peterson
2012-01-16
1
-5/+5
*
|
break out switch at correct place
Benjamin Peterson
2012-01-16
1
-1/+1
*
|
only finish error if one occurred
Benjamin Peterson
2012-01-16
1
-1/+2
*
|
move LINENO define to where it actually belongs
Benjamin Peterson
2012-01-16
2
-4/+1
[next]