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
...
*
|
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
|
\
\
|
|
/
|
*
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-16
4
-76/+78
*
|
Merge with 3.2 #13039 allow proper deletion of '>>> ' in IDLE editor windows.
Terry Jan Reedy
2012-01-16
1
-1/+4
|
\
\
|
|
/
|
*
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Terry Jan Reedy
2012-01-16
1
-1/+4
*
|
Consolidate the occurrances of the prime used as the multiplier when hashing.
Gregory P. Smith
2012-01-14
4
-4/+7
|
\
\
|
|
/
|
*
Consolidate the occurrances of the prime used as the multiplier when hashing
Gregory P. Smith
2012-01-14
4
-4/+7
*
|
merge heads
Gregory P. Smith
2012-01-14
10
-1730/+1
|
\
\
|
*
\
merge with 3.2
Sandro Tosi
2012-01-14
10
-1730/+1
|
|
\
\
|
|
|
/
|
|
*
remove 'Documenting Python' and its references, it's now on devguide
Sandro Tosi
2012-01-14
10
-1729/+1
*
|
|
Remove an unnecessary extra copy of the bytes hash function.
Gregory P. Smith
2012-01-14
1
-15/+1
|
/
/
*
|
Mention the additional way to use the lvl parameter and when it changed.
Gregory P. Smith
2012-01-14
1
-0/+10
|
\
\
|
|
/
|
*
Mention the additional way to use the lvl parameter and when it changed.
Gregory P. Smith
2012-01-14
1
-0/+10
*
|
fix possible refleaks if PyUnicode_READY fails
Benjamin Peterson
2012-01-14
1
-3/+15
*
|
always explicitly check for -1 from PyUnicode_READY
Benjamin Peterson
2012-01-14
1
-35/+35
*
|
add str.casefold() (closes #13752)
Benjamin Peterson
2012-01-14
8
-137/+493
*
|
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge
2012-01-14
2
-1/+3
|
\
\
|
|
/
|
*
Issue #13786: Remove unimplemented 'trace' long option from regrtest.py.
Meador Inge
2012-01-14
2
-1/+3
*
|
Use GetModuleHandleW to avoid *A functions where possible.
Martin v. Löwis
2012-01-14
3
-8/+8
*
|
Issue #13725: Add a NEWS entry.
Meador Inge
2012-01-14
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13725: Add a NEWS entry.
Meador Inge
2012-01-14
1
-0/+3
*
|
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
2
-1/+2
|
\
\
|
|
/
|
*
Issue #13725: regrtest does not recognize -d flag.
Meador Inge
2012-01-14
2
-1/+2
*
|
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson
2012-01-14
7
-32/+84
*
|
merge from 3.2 - Fix issue13726: -S accepts an argument just as --start.
Senthil Kumaran
2012-01-14
1
-1/+1
|
\
\
|
|
/
|
*
Fix issue13726: -S accepts an argument just as --start.
Senthil Kumaran
2012-01-14
1
-1/+1
*
|
merge heads.
Senthil Kumaran
2012-01-14
4
-12/+13
|
\
\
|
*
\
Merge.
Charles-François Natali
2012-01-14
2
-3/+6
|
|
\
\
|
*
|
|
Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.
Charles-François Natali
2012-01-14
4
-12/+13
*
|
|
|
merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...
Senthil Kumaran
2012-01-14
3
-2/+36
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...
Senthil Kumaran
2012-01-14
3
-5/+36
*
|
|
merge from 3.2
Senthil Kumaran
2012-01-14
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Adding the -o option for Issue13726
Senthil Kumaran
2012-01-14
1
-1/+1
*
|
|
merge from 3.2
Senthil Kumaran
2012-01-14
2
-2/+5
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for prin...
Senthil Kumaran
2012-01-14
2
-2/+5
*
|
Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 ...
Nick Coghlan
2012-01-14
2
-2/+3
*
|
Fix indenting
Nick Coghlan
2012-01-14
1
-10/+10
*
|
Remove lingering artifact of an initial PEP 380 Grammar change that was later...
Nick Coghlan
2012-01-14
1
-1/+1
*
|
Merge
Terry Jan Reedy
2012-01-14
4
-2/+12
|
\
\
|
*
|
Add versionchanged notes for PEP 380
Nick Coghlan
2012-01-14
3
-2/+11
|
*
|
Fix merge glitch in What's New
Nick Coghlan
2012-01-14
1
-0/+1
*
|
|
Merge with 3.2 #13730 grammar fix
Terry Jan Reedy
2012-01-14
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
#13730 grammar fix
Terry Jan Reedy
2012-01-14
1
-1/+1
*
|
Silence compilation warnings on Windows
Amaury Forgeot d'Arc
2012-01-13
1
-2/+2
*
|
Fix compilation with C89 compilers (Windows...)
Amaury Forgeot d'Arc
2012-01-13
1
-1/+1
*
|
Fix a crash when the return value of a subgenerator is a temporary
Amaury Forgeot d'Arc
2012-01-13
2
-1/+13
*
|
Fix compilation warning on Windows
Amaury Forgeot d'Arc
2011-12-17
1
-1/+1
*
|
NULL and no exception set from tp_iternext means StopIteration
Benjamin Peterson
2012-01-13
2
-1/+7
*
|
add test, which was missing from d64ac9ab4cd0
Benjamin Peterson
2012-01-13
1
-0/+842
*
|
Issue #13764: remove outdated script Misc/build.sh
Antoine Pitrou
2012-01-13
1
-281/+0
|
\
\
|
|
/
[prev]
[next]