summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* make extra arguments to object.__init__/__new__ to errors in most cases (fini...Benjamin Peterson2012-03-171-0/+20
* Merge #11686: add missing entries to email __all__ lists.R David Murray2012-03-174-10/+8
|\
| * #11686: add missing entries to email __all__ lists.R David Murray2012-03-175-11/+9
* | #12788: fix error in test_policy when run under refleak detectionR David Murray2012-03-171-1/+3
* | Root variable is not changed.Raymond Hettinger2012-03-171-1/+1
* | Fix whitespaceRaymond Hettinger2012-03-171-1/+1
* | Unique sentinel value for cache.get()Raymond Hettinger2012-03-171-2/+2
* | Refactor calculation of the cache key. Minor code cleanups.Raymond Hettinger2012-03-161-25/+21
* | MergeAntoine Pitrou2012-03-161-1/+3
|\ \
| * \ merge headsBenjamin Peterson2012-03-161-2/+1
| |\ \
| * | | clear the root with the cacheBenjamin Peterson2012-03-161-1/+3
* | | | Issue #14335: multiprocessing's custom Pickler subclass now inherits from the...Antoine Pitrou2012-03-161-9/+9
| |/ / |/| |
* | | Minor code cleanup.Raymond Hettinger2012-03-161-2/+1
|/ /
* | Eliminate duplicate link lookup. Minor cleanup.Raymond Hettinger2012-03-161-2/+2
* | merge 3.2 (#14334)Benjamin Peterson2012-03-161-0/+3
|\ \ | |/
| * check to make sure the attribute is a string (#14334)Benjamin Peterson2012-03-161-0/+3
* | fix trailing whitespaceEli Bendersky2012-03-161-1/+1
* | Add a test that makes sure TreeBuilder can be passed element_factory in theEli Bendersky2012-03-161-0/+5
* | mergeRaymond Hettinger2012-03-162-1/+9
|\ \
| * \ closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-162-1/+9
| |\ \ | | |/
| | * closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-162-1/+9
* | | Improve the memory utilization (and speed) of functools.lru_cache().Raymond Hettinger2012-03-161-21/+32
|/ /
* | Issue #14207: the ParseError exception raised by _elementtree was madeEli Bendersky2012-03-161-20/+22
* | Closes Issue #14246: _elementtree parser will now handle io.StringIOEli Bendersky2012-03-161-0/+14
* | Explain the use of charset parameter with Content-Type header: issue11082Senthil Kumaran2012-03-161-2/+3
|\ \ | |/
| * Explain the use of charset parameter with Content-Type header. Issue11082Senthil Kumaran2012-03-161-2/+3
* | perform yield from delegation by repeating YIELD_FROM opcode (closes #14230)Benjamin Peterson2012-03-152-2/+23
* | port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur...Senthil Kumaran2012-03-151-1/+1
|\ \ | |/
| * closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.Senthil Kumaran2012-03-151-1/+1
* | (sched) when run() is invoked with blocking=False return the deadline of the ...Giampaolo Rodola'2012-03-151-2/+3
* | Fixes #14314: Improved SMTP timeout handling.Vinay Sajip2012-03-152-3/+7
* | Issue #14222: Use the new time.steady() function instead of time.time() forVictor Stinner2012-03-152-2/+2
* | Issue #10278: Add an optional strict argument to time.steady(), False by defaultVictor Stinner2012-03-151-0/+10
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time...Victor Stinner2012-03-141-22/+3
* | remove get_prefix and set_prefix (#13248)Benjamin Peterson2012-03-142-37/+0
* | Removed XXX from unittest.mock docstring and switch to a nicer try...except.....Michael Foord2012-03-141-24/+19
* | Remove more Python 2 compatibility cruft from unittest.mockMichael Foord2012-03-142-25/+6
* | merge headsSenthil Kumaran2012-03-143-0/+38
|\ \
| * \ Megre from tipAndrew Svetlov2012-03-144-17/+52
| |\ \
| * \ \ Merge from tipAndrew Svetlov2012-03-1415-2/+6725
| |\ \ \
| * | | | Issue #14200: Idle shell crash on printing non-BMP unicode character.Andrew Svetlov2012-03-143-0/+38
* | | | | 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-143-12/+49
* | | | 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
* | | 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-142-2/+14
* | | PEP 417: Adding unittest.mockMichael Foord2012-03-1411-0/+6682
* | | #14062: fix BytesParser handling of Header objectsR David Murray2012-03-142-0/+27
|\ \ \ | | |/ | |/|