summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 3.2Matthias Klose2012-03-147-9/+9
|\
| * merge 3.1Matthias Klose2012-03-146-6/+6
| |\
| | * - rename configure.in to configure.acMatthias Klose2012-03-148-10/+12
* | | merge headsSenthil Kumaran2012-03-144-0/+40
|\ \ \
| * \ \ Megre from tipAndrew Svetlov2012-03-145-44/+103
| |\ \ \
| * \ \ \ Merge from tipAndrew Svetlov2012-03-1417-2/+6741
| |\ \ \ \
| * | | | | Issue #14200: Idle shell crash on printing non-BMP unicode character.Andrew Svetlov2012-03-144-0/+40
* | | | | | Fix the buildbot breakdown - issue 10050Senthil Kumaran2012-03-141-2/+0
| |_|/ / / |/| | | |
* | | | | deprecated the old urllib primitives in 3.3 urllib package - issue 10050Senthil Kumaran2012-03-144-39/+100
* | | | | Remove Python 2 compatibility cruft from unittest.mockMichael Foord2012-03-141-5/+3
| |/ / / |/| | |
* | | | And another one... mock import fix.Michael Foord2012-03-141-2/+2
* | | | MergeMichael Foord2012-03-141-0/+6
|\ \ \ \
| * | | | Avoid main_window unused compiler warning.Gregory P. Smith2012-03-141-0/+6
* | | | | Fix another mock importMichael Foord2012-03-141-1/+1
|/ / / /
* | | | Fix import failure in mock testMichael Foord2012-03-141-1/+1
* | | | #12818: remove escaping of () in quoted strings in formataddrR David Murray2012-03-143-2/+17
* | | | PEP 417: Adding unittest.mockMichael Foord2012-03-1411-0/+6682
* | | | #14062: fix BytesParser handling of Header objectsR David Murray2012-03-143-0/+30
|\ \ \ \ | | |/ / | |/| |
| * | | #14062: fix BytesParser handling of linesep for Header objectsR David Murray2012-03-143-2/+28
* | | | Issue #13839: When invoked on the command-line, the pstats module now accepts...Antoine Pitrou2012-03-142-0/+6
| |/ / |/| |
* | | Revert the patch for issue 3835 because failed on Windows buildbotAndrew Svetlov2012-03-141-7/+0
* | | #14289: merge with 3.2Georg Brandl2012-03-141-1/+5
|\ \ \ | |/ /
| * | Closes #14289: put a link to the CHM download page on the docs download page.Georg Brandl2012-03-141-1/+5
* | | #14283: merge with 3.2Georg Brandl2012-03-141-5/+4
|\ \ \ | |/ /
| * | Closes #14283: match() and search() are regex methods, not match methods.Georg Brandl2012-03-141-5/+4
* | | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-145-7/+33
|\ \ \ | |/ /
| * | #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-145-7/+33
* | | Closes #14298: update section about dict implementation.Georg Brandl2012-03-141-8/+10
* | | default: closes Issue12365 - Add an example explaining the context manager us...Senthil Kumaran2012-03-141-5/+13
|\ \ \ | |/ /
| * | closes Issue12365 - Add an example explaining the context manager use case of...Senthil Kumaran2012-03-141-5/+13
* | | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-145-42/+119
* | | Issue #989712: Support using Tk without a mainloop.Andrew Svetlov2012-03-142-0/+18
* | | What's New in Python 3.3: Repeat the dict lookup change in Porting sectionVictor Stinner2012-03-131-0/+5
* | | Fix doc of datetime.date*.*fromtimestamp() methodsVictor Stinner2012-03-132-5/+14
* | | Issue #14180: Fix the select module to handle correctly the Windows timevalVictor Stinner2012-03-131-3/+16
* | | Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() andVictor Stinner2012-03-131-10/+15
* | | Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp()Victor Stinner2012-03-133-39/+50
* | | #8315: add automatic unittest test discovery in test.test_emailR David Murray2012-03-132-0/+15
* | | merge 3.2Benjamin Peterson2012-03-130-0/+0
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2012-03-132-1/+7
| |\ \
* | \ \ merge headsBenjamin Peterson2012-03-132-1/+7
|\ \ \ \
| * \ \ \ Merge 3.2Martin v. Löwis2012-03-130-0/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-132-1/+7
| * | | | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-132-1/+7
* | | | | merge 3.2Benjamin Peterson2012-03-131-7/+7
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | merge headsBenjamin Peterson2012-03-132-8/+15
| |\ \ \ | | |/ /
| * | | fix indentationBenjamin Peterson2012-03-131-7/+7
* | | | Issue #3835: Refuse to use unthreaded Tcl in threaded Python.Martin v. Löwis2012-03-132-0/+9
* | | | Issue #2843: Add new Tk API to Tkinter.Martin v. Löwis2012-03-132-1/+89
* | | | Issue #14184: mergeNed Deily2012-03-132-8/+15
|\ \ \ \ | | |/ / | |/| |