- 0c81089 merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
- 89976f1 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
- 4dc9c84 #11572: improvements to copy module tests along with removal of old test suite by Sandro Tosi · 13 years ago
- 252365b Silence the altered state warning about threadgs when running test_httplib. by Brett Cannon · 13 years ago
- 40ccea7 Silence altered execution state warnings from test_telnetlib involving threads. by Brett Cannon · 13 years ago
- a426554 Explicitly close a file to stop raising a ResourceWarning. by Brett Cannon · 13 years ago
- 12fe953 merge from 3.2 - change the extra svn to svn+ssh by Senthil Kumaran · 13 years ago
- 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
- 8283a62 merge heads by Senthil Kumaran · 13 years ago
- 8a984b5 merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
- 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
- 43234ab handle sched_rr_get_interval not working on current by Benjamin Peterson · 13 years ago
- 50ba271 fix punctuation by Benjamin Peterson · 13 years ago
- c158158 fix indentation by Benjamin Peterson · 13 years ago
- b0fc9c4 merge heads by Benjamin Peterson · 13 years ago
- 539b6c4 OSX doesn't check sched_get_priority_(min/max) argument by Benjamin Peterson · 13 years ago
- 2b6ee28 Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path by Eli Bendersky · 13 years ago
- 18592ca bsd doesn't like letting normal processes set the scheduler by Benjamin Peterson · 13 years ago
- c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
- 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
- 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
- d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
- eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
- 8db645f Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget by Eli Bendersky · 13 years ago
- d9c665b Merge 68b5f87566fb by Stefan Krah · 13 years ago
- f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 13 years ago
- 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
- 2f7c695 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
- e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
- b351a48 Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst by Senthil Kumaran · 13 years ago
- 3fc5868 test_smtpnet: Skip STARTTLS test if the server doesn't support it. by Nadeem Vawda · 13 years ago
- 193cd2f merge heads. by Senthil Kumaran · 13 years ago
- 3d23fd6 Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. by Senthil Kumaran · 13 years ago
- 18d7d7a also make NotImplementedType callable by Benjamin Peterson · 13 years ago
- d83be99 merge heads by Benjamin Peterson · 13 years ago
- c4607ae make the types of None and Ellipsis callable by Benjamin Peterson · 13 years ago
- f83e4ac Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
- b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter by Antoine Pitrou · 13 years ago
- ce071ca bytes should be verboten in sum() (fixes #12654) by Benjamin Peterson · 13 years ago
- e12c0b1 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
- def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: by Charles-François Natali · 13 years ago
- c473f8c Merge fix for #8887 from 3.2 by Éric Araujo · 13 years ago
- e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) by Éric Araujo · 13 years ago
- 0bbacc6 Branch merge by Éric Araujo · 13 years ago
- 158d769 Branch merge by Éric Araujo · 13 years ago
- 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
- 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
- 1e3a68d Modernize modulefinder module and tests a bit. by Éric Araujo · 13 years ago
- cf53481 Branch merge by Éric Araujo · 13 years ago
- 66d2be8 Issue 12647: Add __bool__() method to the None object. by Raymond Hettinger · 13 years ago
- fd96eb2 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 13 years ago
- d4d1d06 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout by Charles-François Natali · 13 years ago
- d18a047 Issue #11049: added test_support to regrtest.STDTESTS list by Eli Bendersky · 13 years ago
- 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
- 114f0e4 Issue #12607: Merge with 3.2. by Ross Lagerwall · 13 years ago
- d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is by Ross Lagerwall · 13 years ago
- 7496fef merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
- 1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. by Senthil Kumaran · 13 years ago
- 2a20f9b Backport 0398f07d4827 (fix for weird buildbot failures) by Antoine Pitrou · 13 years ago
- d05066d Try to fix weird buildbot failures by Antoine Pitrou · 13 years ago
- 0975ded Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
- ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the by Ned Deily · 13 years ago
- 41bade9 Remove duplicates of cmp_to_key (#12542, reviewed by Raymond Hettinger) by Éric Araujo · 13 years ago
- 83d2193 Add debug output for failing buildbot by Antoine Pitrou · 13 years ago
- 8188f58 Fixes #12637: Merged fix from 3.2 and added test. by Vinay Sajip · 13 years ago
- 5a24d82 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
- 0e3c5a8 Add a test for issue #1813: getlocale() failing under a Turkish locale by Antoine Pitrou · 13 years ago
- cf9d3c0 Issue #1813: Fix codec lookup under Turkish locales. by Antoine Pitrou · 13 years ago
- 8dbd857 Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
- 216a3bc Issue #12624: It is now possible to fail after the first failure when by Antoine Pitrou · 13 years ago
- e02891b Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
- ab85ff3 Issue #12591: Improve support of "universal newlines" in the subprocess by Antoine Pitrou · 13 years ago
- d42c1d0 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
- e96ec68 Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without by Antoine Pitrou · 13 years ago
- 0200016 Merge: #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
- 08f5f7a Issue #10883: Fix socket leaks in urllib.request. by Nadeem Vawda · 13 years ago
- 7cd94a1 Issue #11049: skip a test that fails on some buildbots by Eli Bendersky · 13 years ago
- 714c53c merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 13 years ago
- de02a71 Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Petter Haggholm. by Senthil Kumaran · 13 years ago
- d11c3e3 fixing whitespace in the previous commit by Eli Bendersky · 13 years ago
- 6c51999 Issue #11049: adding some tests to test.support by Eli Bendersky · 13 years ago
- 86f088e merge 3.2 by Benjamin Peterson · 13 years ago
- 2193d2b type check AST strings and identifiers by Benjamin Peterson · 13 years ago
- d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
- 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
- dac7de3 Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
- 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
- da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
- 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
- c12469d Merge from 3.2. by Eric V. Smith · 13 years ago
- 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
- bd9c655 merge heads by Benjamin Peterson · 13 years ago
- 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
- 52a7d98 Make warnings accept a callable for showwarnings instead of by Brett Cannon · 13 years ago
- e151d21 Mark itertools tests of tuple reuse as being specific to CPython. by Alex Gaynor · 13 years ago
- d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
- 9e42a4d Fix whitespace by Antoine Pitrou · 13 years ago
- 075050f test_threaded_import must clean up after itself by Antoine Pitrou · 13 years ago
- f26ad71 test_os needs to reap threads by Antoine Pitrou · 13 years ago
- afed6ec Merge from 3.2 by Antoine Pitrou · 13 years ago