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
*
merge
Victor Stinner
2011-03-21
1
-6/+2
|
\
|
*
Issue #10864 has been fixed: remove the workaround
Victor Stinner
2011-03-21
1
-6/+2
|
*
Merge
Antoine Pitrou
2011-03-20
1
-0/+19
|
|
\
*
|
\
Try to strengthen test_httpservers (issue #11617)
Antoine Pitrou
2011-03-20
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Try to strengthen test_httpservers (issue #11617)
Antoine Pitrou
2011-03-20
1
-4/+4
*
|
|
Issue #11127: Raise a TypeError when trying to pickle a socket object.
Antoine Pitrou
2011-03-20
2
-0/+10
*
|
|
(merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767
Victor Stinner
2011-03-20
1
-0/+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on
Victor Stinner
2011-03-20
1
-0/+19
|
|
/
*
|
Issue #3080: imp.load_module() accepts None for the module path
Victor Stinner
2011-03-20
1
-2/+5
*
|
Use proper gettext plural forms in optparse (closes #4391).
Éric Araujo
2011-03-20
2
-12/+16
*
|
Merge
Antoine Pitrou
2011-03-20
2
-5/+11
|
\
\
|
|
/
|
*
Merge
Antoine Pitrou
2011-03-20
2
-5/+11
|
|
\
|
|
*
Call reap_children() where appropriate
Antoine Pitrou
2011-03-20
2
-5/+11
*
|
|
Call reap_children() at the end of test_posix
Antoine Pitrou
2011-03-20
1
-1/+4
*
|
|
Issue #11615: Fix sporadic buildbot failures related to #10812.
Ross Lagerwall
2011-03-20
1
-2/+2
*
|
|
Fix the Windows timeout code.
Reid Kleckner
2011-03-20
1
-2/+2
*
|
|
Merge with 3.2.
Ezio Melotti
2011-03-20
2
-2/+9
|
\
\
\
|
|
/
/
|
*
|
Save a copy of sys.warnoptions in test_program.
Ezio Melotti
2011-03-20
1
-1/+1
|
*
|
Add a check for sys.warnoptions in regrtest.
Ezio Melotti
2011-03-20
1
-1/+8
*
|
|
Issue #3080: skip test_bdist_rpm if sys.executable is not encodable to UTF-8
Victor Stinner
2011-03-15
1
-0/+5
*
|
|
Issue #3080: Use repr() to format the module name on error
Victor Stinner
2011-03-14
2
-3/+3
*
|
|
Fix imp.cache_from_source() if the directory name contains a dot
Victor Stinner
2011-03-14
1
-0/+4
*
|
|
merge from 3.2
Senthil Kumaran
2011-03-20
1
-4/+3
|
\
\
\
|
|
/
/
|
*
|
Merge from 3.1
Senthil Kumaran
2011-03-20
1
-4/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML.
Senthil Kumaran
2011-03-20
1
-4/+3
*
|
|
Use WeakSets rather than manual pruning to prevent unbounded growth of dead t...
Brian Quinlan
2011-03-20
2
-40/+8
*
|
|
closes issue11609. buildbot related failures in the test_urllibnet.
Senthil Kumaran
2011-03-19
1
-2/+5
|
\
\
\
|
|
/
/
|
*
|
branch merge 3.2
Senthil Kumaran
2011-03-19
4
-4/+20
|
|
\
\
|
*
|
|
Call unfakehttp in order to close connection while opening the connection thr...
Senthil Kumaran
2011-03-19
1
-2/+5
*
|
|
|
Skip crasher tests
Antoine Pitrou
2011-03-19
1
-0/+1
*
|
|
|
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
Antoine Pitrou
2011-03-19
4
-4/+20
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
Antoine Pitrou
2011-03-19
4
-4/+20
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
Antoine Pitrou
2011-03-19
4
-4/+19
|
|
*
Error message in http.server code. Missed to update in 3.1 branch initially.
Senthil Kumaran
2011-03-17
1
-9/+14
*
|
|
Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Je...
Senthil Kumaran
2011-03-19
2
-1/+12
|
\
\
\
|
|
/
/
|
*
|
Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.
Senthil Kumaran
2011-03-19
2
-1/+12
*
|
|
Last attempt to get compiler recursion crasher to fail reliably across platfo...
Nick Coghlan
2011-03-19
1
-2/+2
*
|
|
Minor optimization -- factor a constant expression out of the inner-loop.
Raymond Hettinger
2011-03-18
1
-3/+3
*
|
|
Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake.
briancurtin
2011-03-18
1
-1/+6
*
|
|
Speed-up search for hidden names by using a set instead of a tuple.
Raymond Hettinger
2011-03-18
1
-3/+3
*
|
|
Issue #10812: Add some extra posix functions to the os module.
Ross Lagerwall
2011-03-17
1
-1/+151
*
|
|
merge
Brett Cannon
2011-03-17
83
-198/+959
|
\
\
\
|
*
\
\
Closes issue 10979. unittest buffering now works with class and module setup ...
Michael Foord
2011-03-17
3
-2/+91
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #10979. unittest stdout buffering now works with class and module setup...
Michael Foord
2011-03-17
3
-2/+91
|
*
|
|
Give more info in verbose mode when checking crashers, and stress the stack e...
Nick Coghlan
2011-03-17
2
-2/+4
|
*
|
|
Merge from 3.2
Senthil Kumaran
2011-03-17
1
-9/+14
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Z...
Senthil Kumaran
2011-03-17
1
-9/+14
|
*
|
|
Tidy up merge with remote
Nick Coghlan
2011-03-17
2
-18/+35
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Merge from remote
Nick Coghlan
2011-03-17
2
-5/+60
|
|
|
\
\
|
|
*
|
|
Close #11577: Improve binhex test coverage and fix ResourceWarning
Nick Coghlan
2011-03-17
2
-18/+35
[next]