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
*
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
*
|
streamline normalizer identification a bit
Benjamin Peterson
2012-01-16
1
-25/+55
*
|
Remove "documenting" latex document.
Georg Brandl
2012-01-16
0
-0/+0
|
\
\
|
|
/
|
*
Remove "documenting" latex document.
Georg Brandl
2012-01-16
1
-2/+0
*
|
Remove "documenting" latex document.
Georg Brandl
2012-01-16
1
-2/+0
*
|
don't ready in case_operation, since most callers do it themselves
Benjamin Peterson
2012-01-16
1
-2/+5
*
|
Issue: #12409: merge with 3.2
Sandro Tosi
2012-01-16
1
-221/+0
|
\
\
|
|
/
|
*
Issue: #12409: remove obsolete susp-entries
Sandro Tosi
2012-01-16
1
-128/+0
*
|
Issue #13588: Rename decorators in importlib.
Brett Cannon
2012-01-16
2
-18/+19
*
|
fix spelling
Benjamin Peterson
2012-01-16
1
-1/+1
*
|
invert condition (head bang)
Benjamin Peterson
2012-01-16
1
-1/+1
*
|
murder tabs
Benjamin Peterson
2012-01-16
1
-98/+98
*
|
fix possible refleaks
Benjamin Peterson
2012-01-16
1
-2/+4
*
|
use helpful PyUnicode_IS_ASCII macro
Benjamin Peterson
2012-01-16
1
-1/+1
*
|
PyUnicode_DecodeUTF8 will always return a ready string
Benjamin Peterson
2012-01-16
1
-1/+2
*
|
rewrite such that this actually makes sense
Benjamin Peterson
2012-01-16
1
-1/+1
*
|
regenerated using autoconf, includes dirfd test.
Gregory P. Smith
2012-01-16
1
-1/+1
*
|
Add a test for the dirfd library function (to be used in an upcoming
Gregory P. Smith
2012-01-16
2
-1/+4
|
\
\
|
|
/
|
*
regenerate configure using autoconf. includes the dirfd test.
Gregory P. Smith
2012-01-16
1
-286/+309
|
*
Test for the dirfd library function (for use in some upcoming
Gregory P. Smith
2012-01-16
2
-1/+4
*
|
Merge with 3.2 #6528 None, True, False are keywords in 3.x. Patch by R. Serwy.
Terry Jan Reedy
2012-01-16
2
-2/+3
|
\
\
|
|
/
|
*
#6528 None, True, False are keywords in 3.x. Patch by Roger Serwy.
Terry Jan Reedy
2012-01-16
2
-2/+3
*
|
#13715: merge with 3.2.
Ezio Melotti
2012-01-16
1
-1/+1
|
\
\
|
|
/
|
*
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
Ezio Melotti
2012-01-16
1
-1/+1
*
|
#13695: merge with 3.2.
Ezio Melotti
2012-01-16
2
-3/+3
|
\
\
|
|
/
|
*
#13695: fix a couple of typos in the doc.
Ezio Melotti
2012-01-16
2
-3/+3
*
|
kill useless import added by 87331661042b
Benjamin Peterson
2012-01-16
1
-1/+0
*
|
fix old titlecase function for extended case chars
Benjamin Peterson
2012-01-16
1
-0/+2
*
|
merge 3.2 (#13766)
Benjamin Peterson
2012-01-16
1
-1/+1
|
\
\
|
|
/
|
*
explain why we need this grammar file (closes #13766)
Benjamin Peterson
2012-01-16
1
-1/+1
*
|
comment about how flags could be expanded
Benjamin Peterson
2012-01-16
1
-0/+1
*
|
delta encoding of upper/lower/title makes a glorious return (#12736)
Benjamin Peterson
2012-01-16
3
-3452/+1356
*
|
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-16
4
-76/+78
|
\
\
|
|
/
[next]