Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c9a271cf2b82a821306f501fd7fdd0a84d59bc0d
/
Lib
dab6780
merge from 3.2
by Senthil Kumaran
· 14 years ago
bec7886
Merge from 3.1
by Senthil Kumaran
· 14 years ago
1b407fe
Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML.
by Senthil Kumaran
· 14 years ago
142fad4
Use WeakSets rather than manual pruning to prevent unbounded growth of dead thread references.
by Brian Quinlan
· 14 years ago
833d912
closes issue11609. buildbot related failures in the test_urllibnet.
by Senthil Kumaran
· 14 years ago
a7f43cc
branch merge 3.2
by Senthil Kumaran
· 14 years ago
acbaa92
Call unfakehttp in order to close connection while opening the connection through a fakehttp object.
by Senthil Kumaran
· 14 years ago
89ba56d
Skip crasher tests
by Antoine Pitrou
· 14 years ago
1679f4d
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
by Antoine Pitrou
· 14 years ago
7b98d02
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
by Antoine Pitrou
· 14 years ago
877766d
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
by Antoine Pitrou
· 14 years ago
a4d5b0c
Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Jeff McNeil.
by Senthil Kumaran
· 14 years ago
d91ffca
Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.
by Senthil Kumaran
· 14 years ago
952c078
Last attempt to get compiler recursion crasher to fail reliably across platforms before giving up and skipping it as unreliably platform dependent
by Nick Coghlan
· 14 years ago
7e4c168
Minor optimization -- factor a constant expression out of the inner-loop.
by Raymond Hettinger
· 14 years ago
f84f3c3
Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake.
by briancurtin
· 14 years ago
6827294
Speed-up search for hidden names by using a set instead of a tuple.
by Raymond Hettinger
· 14 years ago
7807c35
Issue #10812: Add some extra posix functions to the os module.
by Ross Lagerwall
· 14 years ago
eb8cee8
merge
by Brett Cannon
· 14 years ago
e9ff2ef
Closes issue 10979. unittest buffering now works with class and module setup and teardown
by Michael Foord
· 14 years ago
42ec7cb
Issue #10979. unittest stdout buffering now works with class and module setup and teardown.
by Michael Foord
· 14 years ago
f694a40
Give more info in verbose mode when checking crashers, and stress the stack even more in the compiler crasher
by Nick Coghlan
· 14 years ago
9f9193e
Error message in http.server code. Missed to update in 3.1 branch initially.
by Senthil Kumaran
· 14 years ago
1da1906
Merge from 3.2
by Senthil Kumaran
· 14 years ago
b253c9f
Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin.
by Senthil Kumaran
· 14 years ago
bab07a6
Tidy up merge with remote
by Nick Coghlan
· 14 years ago
b52c0be
Merge from remote
by Nick Coghlan
· 14 years ago
ce4ee1f
Merge from 3.2
by Nick Coghlan
· 14 years ago
b3c728f
Close #11577: Improve binhex test coverage and fix ResourceWarning
by Nick Coghlan
· 14 years ago
a215023
#11243: tests and fixes for handling of 'dirty data' in additional methods
by R David Murray
· 14 years ago
ecc2db5
Remove an overly specific exception message test.
by Brett Cannon
· 14 years ago
c95ec3d
Exercise crashers to ensure they are still covering known error cases
by Nick Coghlan
· 14 years ago
cfec350
Merge #11401 fix from 3.2.
by R David Murray
· 14 years ago
4e43268
Merge #11401 fix from 3.1.
by R David Murray
· 14 years ago
de91276
#11401: handle headers with no value.
by R David Murray
· 14 years ago
832ebeb
Merge #11578 test from 3.2.
by R David Murray
· 14 years ago
a88da67
#11578: add unit tests for timeit module.
by R David Murray
· 14 years ago
4b31818
merge 3.2
by Michael Foord
· 14 years ago
07926f0
Closes issue 11503. Improves test coverage of posixpath.
by Michael Foord
· 14 years ago
04055f0
Merged with hg.python.org.
by Reid Kleckner
· 14 years ago
da9ac72
Bump up the subprocess timeouts even more. :(
by Reid Kleckner
· 14 years ago
2b228f0
Include the timeout value in TimeoutExpired.
by Reid Kleckner
· 14 years ago
bb35299
Merge #9298 fix.
by R David Murray
· 14 years ago
78099bb
Merge #9298 fix.
by R David Murray
· 14 years ago
6d94bd4
#9298: restore proper folding of base64 encoded bodies.
by R David Murray
· 14 years ago
7462fa6
Backport improved test coverage for string.py
by Nick Coghlan
· 14 years ago
e047f66
Merge fix for #11560 from 3.2
by Nick Coghlan
· 14 years ago
8ed3cf3
Close #11560: Improve test coverage of shutil
by Nick Coghlan
· 14 years ago
1d7a887
Merge from remote
by Nick Coghlan
· 14 years ago
7bfa67f
Merge fix for #11548 from 3.2
by Nick Coghlan
· 14 years ago
abf202d
Close #11548: Correctly handle format argument in shutil.unpack_archive
by Nick Coghlan
· 14 years ago
ba102ec
Issue #5870: Add subprocess.DEVNULL constant.
by Ross Lagerwall
· 14 years ago
4d5fe33
Merge with 3.2
by Ronald Oussoren
· 14 years ago
f0edd1b
Merge with 3.1
by Ronald Oussoren
· 14 years ago
0b8753d
Issue #11569: use absolute path to the sysctl command in multiprocessing to
by Ronald Oussoren
· 14 years ago
b88ed15
#11565: Merge with 3.2.
by Ezio Melotti
· 14 years ago
3b3499b
#11565: Merge with 3.1.
by Ezio Melotti
· 14 years ago
1392500
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
607476b
Merge: Close issue #8600: test_gdb failures because innocuous warnings
by Jesus Cea
· 14 years ago
cee3655
Close issue #8600: test_gdb failures because innocuous warnings
by Jesus Cea
· 14 years ago
ed1fce2
merge 3.2
by Michael Foord
· 14 years ago
dcebe0f
Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution
by Michael Foord
· 14 years ago
55afb1a
Undo an accidental commit.
by Brett Cannon
· 14 years ago
f47e3ac
merge
by Brett Cannon
· 14 years ago
b8daeda
merge
by Brett Cannon
· 14 years ago
e73b2bb
Be more thorough in blanking out methods grabbed off of an fp.
by Brett Cannon
· 14 years ago
5bd75b8
whitespace fix
by Raymond Hettinger
· 14 years ago
f932f74
whitespace fix
by Raymond Hettinger
· 14 years ago
0661e91
Issue 11510: Fix BUILD_SET optimizer bug.
by Raymond Hettinger
· 14 years ago
29dcaad
Issue 11510: Fix BUILD_SET optimizer bug.
by Raymond Hettinger
· 14 years ago
b637680
Properly close a file in test_os.
by Brett Cannon
· 14 years ago
ee877a0
Don't leave around a test symlink file.
by Brett Cannon
· 14 years ago
f434ba9
merge
by Brett Cannon
· 14 years ago
f30645d
Close a stream properly in test.test_pulldom.
by Brett Cannon
· 14 years ago
47afc2a
PyErr_Print can leave sys.last_traceback hanging around; kill it
by Benjamin Peterson
· 14 years ago
8af4919
merge heads
by Benjamin Peterson
· 14 years ago
c217a4b
should use 'is' here
by Benjamin Peterson
· 14 years ago
126848a
Fix whitespace in test_subprocess
by Antoine Pitrou
· 14 years ago
8213caf
Merge
by Antoine Pitrou
· 14 years ago
0e63f59
Merge fix for issue #11501
by Antoine Pitrou
· 14 years ago
e870623
Merge fix for issue #11501
by Antoine Pitrou
· 14 years ago
71f1363
merge
by Brett Cannon
· 14 years ago
b880c15
Add warnings support to test.support.args_from_interpreter_flags().
by Brett Cannon
· 14 years ago
2c50a09
On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no
by Antoine Pitrou
· 14 years ago
d47af53
Move off of assertEquals() and over to assertEqual().
by Brett Cannon
· 14 years ago
cdc4f96
merge 3.2 heads
by Gregory P. Smith
· 14 years ago
c15799f
merge heads
by Gregory P. Smith
· 14 years ago
e97a5b2
merge heads
by Benjamin Peterson
· 14 years ago
d6afe72
improve dis test coverage (closes #11559)
by Benjamin Peterson
· 14 years ago
961e0e8
revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly.
by Gregory P. Smith
· 14 years ago
3b4652e
revert the test_main() change from 08daf3ef6509 so that regrtest continues to run this properly.
by Gregory P. Smith
· 14 years ago
6466a52
merge update
by Gregory P. Smith
· 14 years ago
8f7724f
merge d71476b9a55d from tip, use start_new_session instead of os.setsid.
by Gregory P. Smith
· 14 years ago
5b2c876
Merged
by Barry Warsaw
· 14 years ago
254800e
Merge and resolve Misc/NEWS.
by Barry Warsaw
· 14 years ago
1f5c958
- Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used
by Barry Warsaw
· 14 years ago
5aaa498
Use start_new_session in the webbrowser module rather than a python os.setsid preeexec_fn.
by Gregory P. Smith
· 14 years ago
e14e9c2
Add unittests demonstrating issue #11432.
by Gregory P. Smith
· 14 years ago
112bb3a
Add unittests demonstrating issue #11432.
by Gregory P. Smith
· 14 years ago
ab1dfd6
Merge #11555 as_string doc fix from 3.2.
by R David Murray
· 14 years ago
Next »