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
*
#9723: refactor regex.
Ezio Melotti
2011-08-16
1
-1/+1
*
#12204: merge with 3.2.
Ezio Melotti
2011-08-15
1
-18/+21
|
\
|
*
#12204: document that str.upper().isupper() might be False and add a note abo...
Ezio Melotti
2011-08-15
1
-18/+21
*
|
#12266: merge with 3.2.
Ezio Melotti
2011-08-15
3
-2/+22
|
\
\
|
|
/
|
*
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
3
-2/+31
*
|
#12725: merge with 3.2.
Ezio Melotti
2011-08-14
3
-6/+7
|
\
\
|
|
/
|
*
#12725: fix working. Patch by Ben Hayden.
Ezio Melotti
2011-08-14
3
-6/+7
*
|
Monotonic, not monotonous
Antoine Pitrou
2011-08-13
1
-1/+1
*
|
Followup to 8e824e09924a: fix regression on 32-bit builds
Antoine Pitrou
2011-08-13
1
-2/+5
*
|
Issue #12744: Fix inefficient representation of integers
Antoine Pitrou
2011-08-13
3
-1/+14
*
|
Issue #12669: Fix test_curses so that it can run on the buildbots.
Nadeem Vawda
2011-08-13
1
-3/+3
*
|
Fix incorrect comment in zlib.Decompress.flush().
Nadeem Vawda
2011-08-13
1
-3/+1
*
|
Issue #12646: Add an 'eof' attribute to zlib.Decompress.
Nadeem Vawda
2011-08-13
4
-14/+48
*
|
Merge with 3.2.
Georg Brandl
2011-08-13
3
-2/+15
|
\
\
|
|
/
|
*
Fix #11513: wrong exception handling for the case that GzipFile itself raises...
Georg Brandl
2011-08-13
3
-2/+15
*
|
merge 3.2
Benjamin Peterson
2011-08-13
1
-0/+3
|
\
\
|
|
/
|
*
tokenize is just broken on test_pep3131.py
Benjamin Peterson
2011-08-13
1
-0/+3
*
|
merge 3.2
Benjamin Peterson
2011-08-13
1
-3/+12
|
\
\
|
|
/
|
*
normalization is different between unicode builds, so use a new non-BMP char ...
Benjamin Peterson
2011-08-13
1
-3/+12
*
|
include header with PyAST_Validate
Benjamin Peterson
2011-08-13
1
-0/+3
*
|
merge 3.2 (#12732)
Benjamin Peterson
2011-08-13
4
-8/+30
|
\
\
|
|
/
|
*
in narrow builds, make sure to test codepoints as identifier characters (clos...
Benjamin Peterson
2011-08-13
4
-8/+30
*
|
merge with 3.2
Sandro Tosi
2011-08-12
1
-1/+1
|
\
\
|
|
/
|
*
let PySequence_Check me a link; thanks to tomo cocoa from docs@
Sandro Tosi
2011-08-12
1
-1/+1
*
|
Merge 3.2
Éric Araujo
2011-08-12
1
-6/+6
|
\
\
|
|
/
|
*
Branch merge
Éric Araujo
2011-08-12
2
-12/+12
|
|
\
|
|
*
Update crlf and lfcr scripts for 3.x bytes semantics (#12032).
Éric Araujo
2011-08-12
2
-12/+12
*
|
|
Branch merge
Éric Araujo
2011-08-12
1
-96/+69
|
\
\
\
|
*
|
|
Clean up test_shutil, to facilitate upcoming improvements (#12721).
Éric Araujo
2011-08-12
1
-96/+69
*
|
|
|
merge with 3.2
Sandro Tosi
2011-08-12
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
it's 'rather than'; reported by James Bateman on docs@
Sandro Tosi
2011-08-12
1
-1/+1
|
|
/
*
|
Merge 3.2
Éric Araujo
2011-08-12
1
-2/+3
|
\
\
|
|
/
|
*
patchcheck: don’t talk about the test suite when no code file were changed.
Éric Araujo
2011-08-12
1
-2/+3
|
*
Branch merge
Éric Araujo
2011-08-12
3
-22/+23
|
|
\
*
|
\
Brench merge
Éric Araujo
2011-08-12
8
-37/+34
|
\
\
\
|
*
|
|
Use our existing drop-in, no-op decorator instead of redefining it.
Éric Araujo
2011-08-11
1
-6/+2
|
*
|
|
Fix directive markup
Éric Araujo
2011-08-10
1
-1/+1
|
*
|
|
Merge 3.2
Éric Araujo
2011-08-10
2
-22/+22
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Use real word in English text (i.e. not code)
Éric Araujo
2011-08-10
1
-19/+19
|
|
*
|
Fix find command in makefile “funny” target
Éric Araujo
2011-08-10
1
-2/+2
|
*
|
|
Remove unused names in except clauses
Éric Araujo
2011-08-10
1
-3/+3
|
*
|
|
Revert cosmetic change.
Éric Araujo
2011-08-10
1
-3/+3
|
*
|
|
Avoid unwanted behavior change in shlex.quote (see #9723).
Éric Araujo
2011-08-09
2
-2/+3
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Test pipes.quote with a few non-ASCII characters (see #9723).
Éric Araujo
2011-08-09
1
-1/+2
*
|
|
|
Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance
Eli Bendersky
2011-08-12
4
-93/+85
*
|
|
|
merge heads
Benjamin Peterson
2011-08-11
4
-2/+30
|
\
\
\
\
|
*
\
\
\
Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
3
-2/+17
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
3
-2/+17
|
*
|
|
|
Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724.
Brian Curtin
2011-08-11
1
-0/+13
*
|
|
|
|
make only files which use AST depend on Python-ast.h
Benjamin Peterson
2011-08-11
1
-1/+0
[next]