summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issu...Senthil Kumaran2012-03-152-10/+11
|\
| * Fix the wrong urllib exampls which use str for POST data. Closes Issue11261Senthil Kumaran2012-03-152-13/+14
* | Issue #14222: Use the new time.steady() function instead of time.time() forVictor Stinner2012-03-153-2/+6
* | Issue #10278: Add an optional strict argument to time.steady(), False by defaultVictor Stinner2012-03-153-18/+57
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...Victor Stinner2012-03-144-109/+27
* | fix compiler warningsBenjamin Peterson2012-03-141-4/+4
* | remove get_prefix and set_prefix (#13248)Benjamin Peterson2012-03-143-37/+2
* | merge 3.2Matthias Klose2012-03-140-0/+0
|\ \ | |/
| * merge 3.1Matthias Klose2012-03-140-0/+0
| |\
| | * merge headsMatthias Klose2012-03-148-10/+12
| | |\
| * | \ merge headsMatthias Klose2012-03-146-6/+6
| |\ \ \
* | \ \ \ merge headsMatthias Klose2012-03-147-9/+9
|\ \ \ \ \
| * \ \ \ \ 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
* | | | | | mergeGregory P. Smith2012-03-140-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | merge headsGregory P. Smith2012-03-141-2/+2
| |\ \ \ \ \
* | \ \ \ \ \ merge headsGregory P. Smith2012-03-143-51/+27
|\ \ \ \ \ \ \
| * | | | | | | Removed XXX from unittest.mock docstring and switch to a nicer try...except.....Michael Foord2012-03-141-24/+19
| * | | | | | | merge with 3.2Georg Brandl2012-03-141-2/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Closes #14305: fix typo.Georg Brandl2012-03-141-2/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Remove more Python 2 compatibility cruft from unittest.mockMichael Foord2012-03-142-25/+6
| | |_|/ / / | |/| | | |
* | | | | | merge (no change)Gregory P. Smith2012-03-140-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | merge (no change needed in 3.2)Gregory P. Smith2012-03-140-0/+0
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | move the Misc/NEWS entry to the right section.Gregory P. Smith2012-03-141-3/+3
* | | | | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-145-59/+135
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | |
| * | | | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-145-60/+144
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-145-59/+135
| | |/
* | | 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