summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | correctly lookup __trunc__ in int() constructorBenjamin Peterson2012-03-211-0/+1
|/ / /
* | | Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords.Larry Hastings2012-03-201-1/+73
* | | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+1
* | | all OSErrors should indicate there are no extended attributes (closes #14358)Benjamin Peterson2012-03-191-3/+1
* | | Fix whitespaceRaymond Hettinger2012-03-171-1/+1
* | | Low overhead path for maxsize==0Raymond Hettinger2012-03-171-2/+13
* | | Merge #14333: fix test_queue so it can be run via standard unittest test disc...R David Murray2012-03-171-4/+4
|\ \ \ | |/ /
| * | #14333: fix test_queue so it can be run via standard unittest test discovery.R David Murray2012-03-171-4/+4
* | | #14344: fixed the repr of email.policy objects.R David Murray2012-03-171-1/+1
* | | Section-off the source for better readability.Raymond Hettinger2012-03-171-0/+23
* | | Minor beautification.Raymond Hettinger2012-03-171-1/+1
* | | 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
| |\ \ \