summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Backport 2eb8789e30e7.Alex Gaynor2011-07-171-6/+15
* | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+8
* | port 8d05f697acd4 (#11627)Benjamin Peterson2011-07-151-0/+8
* | Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-2/+4
* | Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20Victor Stinner2011-07-141-2/+1
* | carefully cleanup pointer cache after creating struct pointersBenjamin Peterson2011-07-141-12/+12
* | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-132-1/+2
* | Close #4376: ctypes now supports nested structures in a endian different thanVictor Stinner2011-07-132-18/+36
* | this can be done without a custom dict (also fixes #12544)Benjamin Peterson2011-07-131-22/+3
* | Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-1/+18
* | Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+1
* | Avoid failing in test_robotparser when mueblesmoraleda.com is flaky andAntoine Pitrou2011-07-081-1/+16
* | Avoid failing in test_urllibnet.test_bad_address when some overzealousAntoine Pitrou2011-07-081-0/+8
* | Close #12501: Adjust callable() warning: callable() is only not supported inVictor Stinner2011-07-081-0/+1
* | Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack ofNed Deily2011-07-061-28/+38
* | Issue #8716: Back out temporary changeset 18ce15f841cfNed Deily2011-07-051-14/+0
* | Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure.Ned Deily2011-07-051-0/+14
* | Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missingVictor Stinner2011-07-051-0/+2
* | Issue #12493: subprocess: communicate() handles EINTRVictor Stinner2011-07-052-3/+19
* | test_io: make quiet the DeprecationWarning('classic int division')Victor Stinner2011-07-051-1/+1
* | test_array: make quiet the DeprecationWarningVictor Stinner2011-07-051-1/+4
* | Issue #12429: Skip interrupted write tests on FreeBSD <= 7Victor Stinner2011-07-041-0/+2
* | Issue #8716: Fix errors in the non-OS X path of the 27 backport.Ned Deily2011-07-041-1/+2
* | Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to runNed Deily2011-07-043-16/+45
* | Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.Ned Deily2011-07-041-1/+2
* | Issue #12467: warnings: fix a race condition if a warning is emitted atVictor Stinner2011-07-041-0/+12
* | Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...Senthil Kumaran2011-07-041-1/+1
* | Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GCCharles-François Natali2011-07-021-4/+3
* | Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed byCharles-François Natali2011-07-022-6/+58
* | Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platformsVictor Stinner2011-07-011-22/+13
* | Fixup repr for dict_proxy objects.Raymond Hettinger2011-06-291-0/+4
* | Issue #9516: Change distutils to no longer globally attempt to check andNed Deily2011-06-292-16/+27
* | Issue #9516: Correct and expand OS X deployment target tests in distutilsNed Deily2011-06-291-11/+38
* | Issue #12141: Install a copy of template C module file so thatNed Deily2011-06-281-0/+5
* | Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-282-12/+50
* | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-281-4/+16
* | fix wsBenjamin Peterson2011-06-271-1/+1
* | add more ast tests (closes #11302)Benjamin Peterson2011-06-271-0/+178
* | strip trailing wsBenjamin Peterson2011-06-272-6/+6
* | update profile license (closes #12417)Benjamin Peterson2011-06-272-49/+32
* | Fix closes issue1067702 The problem with close multiple ftp transfers were d...Senthil Kumaran2011-06-261-3/+4
* | Issue 11802: filecmp cache was growing without bound.Raymond Hettinger2011-06-251-5/+6
* | Issue 10326: Fix regression to get test cases to pickle again.Raymond Hettinger2011-06-252-7/+43
* | Code simplification suggested by Sven Marnach.Raymond Hettinger2011-06-251-5/+3
* | Revert d370d609d09b as requested by Terry Jan Reedy:Victor Stinner2011-06-201-1/+1
* | Issue #12285: multiprocessing.Pool() raises a ValueError if the number ofVictor Stinner2011-06-202-0/+5
* | Close #3067: locale.setlocale() accepts a Unicode locale.Victor Stinner2011-06-201-1/+1
* | #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-182-2/+19
* | Issue #12133: AbstractHTTPHandler.do_open() of urllib.request closes the HTTPVictor Stinner2011-06-172-0/+7
* | allow "fake" filenames in findsource (closes #9284)Benjamin Peterson2011-06-112-2/+23