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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Monotonic, not monotonous
Antoine Pitrou
2011-08-13
1
-1/+1
*
|
Issue #12744: Fix inefficient representation of integers
Antoine Pitrou
2011-08-13
1
-0/+10
*
|
Issue #12669: Fix test_curses so that it can run on the buildbots.
Nadeem Vawda
2011-08-13
1
-3/+3
*
|
Issue #12646: Add an 'eof' attribute to zlib.Decompress.
Nadeem Vawda
2011-08-13
1
-0/+20
*
|
Merge with 3.2.
Georg Brandl
2011-08-13
2
-2/+12
|
\
\
|
|
/
|
*
Fix #11513: wrong exception handling for the case that GzipFile itself raises...
Georg Brandl
2011-08-13
2
-2/+12
*
|
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
*
|
merge 3.2 (#12732)
Benjamin Peterson
2011-08-13
2
-0/+4
|
\
\
|
|
/
|
*
in narrow builds, make sure to test codepoints as identifier characters (clos...
Benjamin Peterson
2011-08-13
2
-0/+4
|
*
Branch merge
Éric Araujo
2011-08-12
1
-1/+2
|
|
\
*
|
|
Clean up test_shutil, to facilitate upcoming improvements (#12721).
Éric Araujo
2011-08-12
1
-96/+69
*
|
|
Brench merge
Éric Araujo
2011-08-12
5
-14/+11
|
\
\
\
|
*
|
|
Use our existing drop-in, no-op decorator instead of redefining it.
Éric Araujo
2011-08-11
1
-6/+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 #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
1
-0/+13
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
1
-0/+13
*
|
|
|
merge from 3.2
Senthil Kumaran
2011-08-11
2
-4/+14
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix closes Issue10087 - fixing the output of calendar display in the html fo...
Senthil Kumaran
2011-08-11
2
-4/+14
|
|
|
/
|
|
/
|
*
|
|
fix indentation
Benjamin Peterson
2011-08-09
1
-1/+1
*
|
|
merge heads
Benjamin Peterson
2011-08-09
2
-0/+16
|
\
\
\
|
*
|
|
Add support for unary plus and unary minus to collections.Counter()
Raymond Hettinger
2011-08-09
2
-0/+16
|
|
|
/
|
|
/
|
*
|
|
add a AST validator (closes #12575)
Benjamin Peterson
2011-08-09
1
-2/+408
|
/
/
*
|
Branch merge
Éric Araujo
2011-08-09
1
-14/+30
|
\
\
|
*
\
Branch merge
Éric Araujo
2011-08-08
1
-14/+30
|
|
\
\
|
|
*
|
Clean up shutil.disk_usage.
Éric Araujo
2011-08-08
1
-14/+30
*
|
|
|
Issue #12700: fix test_faulthandler for Mac OS X Lion
Victor Stinner
2011-08-08
1
-4/+5
|
/
/
/
*
|
|
#12677: merge with 3.2
Sandro Tosi
2011-08-07
2
-4/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
#12677: correct turtle orientation in doc
Sandro Tosi
2011-08-07
2
-4/+4
*
|
|
merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variab...
Senthil Kumaran
2011-08-06
2
-2/+5
|
\
\
\
|
|
/
/
|
*
|
Fix closes issue12698 - make the no_proxy environment variable handling a bit...
Senthil Kumaran
2011-08-06
2
-2/+5
*
|
|
#11572: improvements to copy module tests along with removal of old test suite
Sandro Tosi
2011-08-05
2
-138/+95
|
|
/
|
/
|
*
|
Fix wrong use of root logger in packaging (also a NameError)
Éric Araujo
2011-08-04
1
-1/+1
*
|
Issue #12540: Prevent zombie IDLE processes on Windows due to changes
Ned Deily
2011-08-05
1
-26/+15
|
\
\
|
|
/
|
*
Issue #12540: Prevent zombie IDLE processes on Windows due to changes
Ned Deily
2011-08-03
1
-26/+15
*
|
Silence the altered state warning about threadgs when running test_httplib.
Brett Cannon
2011-08-05
1
-4/+4
*
|
Silence altered execution state warnings from test_telnetlib involving threads.
Brett Cannon
2011-08-05
1
-0/+1
*
|
Explicitly close a file to stop raising a ResourceWarning.
Brett Cannon
2011-08-05
1
-12/+13
*
|
merge from 3.2 - change the extra svn to svn+ssh
Senthil Kumaran
2011-08-03
1
-1/+1
|
\
\
|
|
/
|
*
change the redundant svn scheme urljoin test case to svn+ssh scheme.
Senthil Kumaran
2011-08-03
1
-1/+1
|
*
merged heads
Senthil Kumaran
2011-08-03
1
-2/+2
|
|
\
*
|
\
merge heads
Senthil Kumaran
2011-08-03
3
-6/+17
|
\
\
\
|
*
\
\
Merge with 3.2.
Georg Brandl
2011-08-03
1
-2/+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Fix spacing in string literal.
Georg Brandl
2011-08-03
1
-2/+2
|
*
|
|
handle sched_rr_get_interval not working on current
Benjamin Peterson
2011-08-03
1
-1/+8
[prev]
[next]