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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #12650: fix failures on some buildbots, when a subprocess takes a long
Charles-François Natali
2011-08-18
1
-12/+0
|
\
|
*
Issue #12650: fix failures on some buildbots, when a subprocess takes a long
Charles-François Natali
2011-08-18
1
-12/+0
*
|
merge 3.2
Benjamin Peterson
2011-08-18
1
-0/+58
|
\
\
|
|
/
|
*
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
1
-0/+58
*
|
Issue #12326: don't test the major version of sys.platform
Victor Stinner
2011-08-17
6
-47/+44
*
|
make __doc__ mutable on heaptypes (closes #12773)
Benjamin Peterson
2011-08-17
1
-0/+13
*
|
improve test name
Benjamin Peterson
2011-08-17
1
-1/+1
*
|
complain when a class variable shadows a name in __slots__ (closes #12766)
Benjamin Peterson
2011-08-16
1
-0/+8
*
|
some *nixes decided not to call init process 1 (closes #12763)
Benjamin Peterson
2011-08-16
1
-1/+1
*
|
#12266: merge with 3.2.
Ezio Melotti
2011-08-15
1
-0/+17
|
\
\
|
|
/
|
*
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
1
-0/+17
*
|
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
1
-0/+8
|
\
\
|
|
/
|
*
Fix #11513: wrong exception handling for the case that GzipFile itself raises...
Georg Brandl
2011-08-13
1
-0/+8
*
|
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
1
-1/+2
|
\
\
\
|
*
\
\
Avoid unwanted behavior change in shlex.quote (see #9723).
Éric Araujo
2011-08-09
1
-1/+2
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
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
1
-0/+7
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix closes Issue10087 - fixing the output of calendar display in the html fo...
Senthil Kumaran
2011-08-11
1
-0/+7
|
|
|
/
|
|
/
|
*
|
|
fix indentation
Benjamin Peterson
2011-08-09
1
-1/+1
*
|
|
merge heads
Benjamin Peterson
2011-08-09
1
-0/+5
|
\
\
\
|
*
|
|
Add support for unary plus and unary minus to collections.Counter()
Raymond Hettinger
2011-08-09
1
-0/+5
|
|
|
/
|
|
/
|
*
|
|
add a AST validator (closes #12575)
Benjamin Peterson
2011-08-09
1
-2/+408
|
/
/
*
|
Issue #12700: fix test_faulthandler for Mac OS X Lion
Victor Stinner
2011-08-08
1
-4/+5
*
|
merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variab...
Senthil Kumaran
2011-08-06
1
-1/+3
|
\
\
|
|
/
|
*
Fix closes issue12698 - make the no_proxy environment variable handling a bit...
Senthil Kumaran
2011-08-06
1
-1/+3
*
|
#11572: improvements to copy module tests along with removal of old test suite
Sandro Tosi
2011-08-05
1
-73/+95
*
|
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
*
|
merge heads
Senthil Kumaran
2011-08-03
2
-4/+15
|
\
\
|
*
|
handle sched_rr_get_interval not working on current
Benjamin Peterson
2011-08-03
1
-1/+8
|
*
|
fix punctuation
Benjamin Peterson
2011-08-03
1
-1/+1
|
*
|
fix indentation
Benjamin Peterson
2011-08-03
1
-2/+2
|
*
|
merge heads
Benjamin Peterson
2011-08-03
1
-0/+2
|
|
\
\
[next]