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
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-4/+0
*
streamline normalizer identification a bit
Benjamin Peterson
2012-01-16
1
-25/+55
*
fix spelling
Benjamin Peterson
2012-01-16
1
-1/+1
*
invert condition (head bang)
Benjamin Peterson
2012-01-16
1
-1/+1
*
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
*
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-16
1
-15/+15
|
\
|
*
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-16
1
-15/+15
*
|
make YieldFrom its own distinct from Yield (closes #13780)
Benjamin Peterson
2012-01-14
4
-21/+67
*
|
Fix compilation with C89 compilers (Windows...)
Amaury Forgeot d'Arc
2012-01-13
1
-1/+1
*
|
NULL and no exception set from tp_iternext means StopIteration
Benjamin Peterson
2012-01-13
1
-1/+2
*
|
Closes #13761: add a "flush" keyword argument to print().
Georg Brandl
2012-01-13
1
-5/+19
*
|
Issue #13645: pyc files now contain the size of the corresponding source
Antoine Pitrou
2012-01-13
3
-7/+23
*
|
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
7
-115/+198
*
|
Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...
Antoine Pitrou
2012-01-12
1
-7/+12
*
|
merge 3.2
Benjamin Peterson
2012-01-12
1
-3/+1
|
\
\
|
|
/
|
*
fold into one if statement
Benjamin Peterson
2012-01-12
1
-3/+1
*
|
remove some usage of Py_UNICODE_TOUPPER/LOWER
Benjamin Peterson
2012-01-12
2
-15/+21
*
|
Add a new PyUnicode_Fill() function
Victor Stinner
2012-01-03
1
-15/+6
*
|
merge 3.2
Benjamin Peterson
2012-01-03
1
-1/+1
|
\
\
|
|
/
|
*
fix formatting
Benjamin Peterson
2012-01-03
1
-1/+1
*
|
merge 3.2
Benjamin Peterson
2012-01-01
1
-1/+1
|
\
\
|
|
/
|
*
add another year to glorious PSF IP
Benjamin Peterson
2012-01-01
1
-1/+1
*
|
Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the
Antoine Pitrou
2011-12-22
1
-0/+6
*
|
_Py_fopen now allows bytes filenames under non-Windows platforms.
Antoine Pitrou
2011-12-19
1
-2/+2
*
|
(Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception
Victor Stinner
2011-12-18
1
-9/+21
|
\
\
|
|
/
*
|
import.c now catchs _Py_stat() exceptions
Victor Stinner
2011-12-18
2
-11/+35
*
|
Issue #13560: Locale codec functions use the classic "errors" parameter,
Victor Stinner
2011-12-17
1
-1/+1
*
|
Issue #13560: os.strerror() now uses the current locale encoding instead of U...
Victor Stinner
2011-12-17
1
-8/+9
*
|
Add PyUnicode_DecodeLocaleAndSize() and PyUnicode_DecodeLocale()
Victor Stinner
2011-12-16
1
-9/+16
*
|
Issue #13575: there is only one class type.
Florent Xicluna
2011-12-12
2
-7/+2
*
|
Merge 3.2
Florent Xicluna
2011-12-09
1
-1/+0
|
\
\
|
|
/
|
*
Remove obsolete py3k comment.
Florent Xicluna
2011-12-09
1
-1/+0
*
|
Followup to a541bda2f5e2: Add a short comment.
Charles-François Natali
2011-12-07
1
-0/+1
*
|
Issue #11051: Reduce the number of syscalls per import.
Charles-François Natali
2011-12-07
1
-2/+1
*
|
Issue #9530: Fix undefined behaviour due to signed overflow in Python/formatt...
Mark Dickinson
2011-12-01
1
-9/+7
*
|
PyCodec_IgnoreErrors() avoids the deprecated "u#" format
Victor Stinner
2011-12-01
1
-2/+1
*
|
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-15/+16
|
\
\
|
|
/
|
*
Issue #7111: Python can now be run without a stdin, stdout or stderr stream.
Antoine Pitrou
2011-11-28
1
-15/+16
*
|
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-2/+18
|
\
\
|
|
/
|
*
Issue #13444: When stdout has been closed explicitly, we should not attempt t...
Antoine Pitrou
2011-11-26
1
-2/+18
*
|
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou
2011-11-25
3
-21/+125
*
|
Merge branch 3.2
Amaury Forgeot d'Arc
2011-11-22
1
-5/+1
|
\
\
|
|
/
|
*
Issue #13436: commit regenerated Python-ast.c
Amaury Forgeot d'Arc
2011-11-22
1
-5/+1
*
|
Issue #13156: _PyGILState_Reinit(): Re-associate the auto thread state with the
Charles-François Natali
2011-11-22
1
-4/+5
|
\
\
|
|
/
[next]