summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-053-3/+22
* 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 #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() andVictor Stinner2011-07-053-7/+39
* start out this branch always with filename NULLBenjamin Peterson2011-07-051-1/+1
* Fix closes issue10403 - Let's not use members anymore.Senthil Kumaran2011-07-0421-123/+125
* 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-044-16/+49
* Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.Ned Deily2011-07-041-1/+2
* plug refleakBenjamin Peterson2011-07-041-0/+1
* Issue #12467: warnings: fix a race condition if a warning is emitted atVictor Stinner2011-07-043-1/+16
* Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...Senthil Kumaran2011-07-041-1/+1
* reST indentation fix in sqlite3 docs. rst uses 3 space indentation.Senthil Kumaran2011-07-031-36/+37
* 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-023-6/+61
* Really fix issue #10898: posixmodule.c redefines FSTATAntoine Pitrou2011-07-011-14/+14
* 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-293-1/+21
* Merge 2.7Ned Deily2011-06-290-0/+0
|\
| * merge 2.6Benjamin Peterson2011-06-290-0/+0
| |\
| | * fix wsBenjamin Peterson2011-06-291-3/+3
| | * update profile license (closes #12417)Benjamin Peterson2011-06-272-48/+28
* | | Issue #9516: Update Misc/NEWS.Ned Deily2011-06-291-0/+11
* | | 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
|/ /
* | Minimal changes to make byext.py script work with Python 3 syntax.Guido van Rossum2011-06-281-13/+10
* | Issue #12141: Install a copy of template C module file so thatNed Deily2011-06-283-1/+14
* | Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-289-26/+89
* | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9Ned Deily2011-06-282-4/+19
* | 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
* | merge headsBenjamin Peterson2011-06-271-1/+1
|\ \
| * | Fix closes issue 11568 - update select.epoll.register docstring with mention ...Senthil Kumaran2011-06-271-1/+1
* | | 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
* | #11363: add missing functions from curses doc. Patch by Sandro Tosi.Ezio Melotti2011-06-261-0/+48
* | #11363: clean up curses doc.Ezio Melotti2011-06-261-87/+87
* | #11669: rephrase footnote in the Compound Statements page.Ezio Melotti2011-06-261-2/+3
* | Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch.Senthil Kumaran2011-06-261-0/+12
* | Use correct markup in zipimport.rst. Patch by Sara Magliacane.Ezio Melotti2011-06-251-3/+3
* | #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.Ezio Melotti2011-06-252-0/+6
* | Issue 11802: filecmp cache was growing without bound.Raymond Hettinger2011-06-252-5/+9
* | Issue 12086: add example showing how to use name mangling.Raymond Hettinger2011-06-251-0/+22
* | Issue 11889: Clarify docs for enumerate.Raymond Hettinger2011-06-251-8/+7
* | Issue 10326: Fix regression to get test cases to pickle again.Raymond Hettinger2011-06-252-7/+43
* | mergeMark Dickinson2011-06-251-5/+3
|\ \