- 2b71140 Add a test that makes sure TreeBuilder can be passed element_factory in the by Eli Bendersky · 13 years ago
- e60d2d9 merge by Raymond Hettinger · 13 years ago
- ec0e910 Improve the memory utilization (and speed) of functools.lru_cache(). by Raymond Hettinger · 13 years ago
- 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
- be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
- 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
- f996e77 Closes Issue #14246: _elementtree parser will now handle io.StringIO by Eli Bendersky · 13 years ago
- e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 13 years ago
- 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
- 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 13 years ago
- 3270d11 port from 3.2 - Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 13 years ago
- 73277fe closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. by Senthil Kumaran · 13 years ago
- a4e0188 (sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453 by Giampaolo Rodola' · 13 years ago
- 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 13 years ago
- 3d7c878 Issue #14222: Use the new time.steady() function instead of time.time() for by Victor Stinner · 13 years ago
- 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
- ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
- 1a5e5de remove get_prefix and set_prefix (#13248) by Benjamin Peterson · 13 years ago
- d7c65e2 Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally by Michael Foord · 13 years ago
- a74b3aa Remove more Python 2 compatibility cruft from unittest.mock by Michael Foord · 13 years ago
- e7c8fde merge heads by Senthil Kumaran · 13 years ago
- 2f9bf35 Fix the buildbot breakdown - issue 10050 by Senthil Kumaran · 13 years ago
- 8247b18 Megre from tip by Andrew Svetlov · 13 years ago
- b53da6e Merge from tip by Andrew Svetlov · 13 years ago
- 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 13 years ago
- c17adf4 Remove Python 2 compatibility cruft from unittest.mock by Michael Foord · 13 years ago
- 05bab93 Issue #14200: Idle shell crash on printing non-BMP unicode character. by Andrew Svetlov · 13 years ago
- ebff097 And another one... mock import fix. by Michael Foord · 13 years ago
- 83a1685 Fix another mock import by Michael Foord · 13 years ago
- 0ca9acd Fix import failure in mock test by Michael Foord · 13 years ago
- b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 13 years ago
- 345266a PEP 417: Adding unittest.mock by Michael Foord · 13 years ago
- 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
- 9fd170e #14062: fix BytesParser handling of linesep for Header objects by R David Murray · 13 years ago
- 9d8c186 Issue #13839: When invoked on the command-line, the pstats module now accepts several filenames of profile stat files and merges them all. by Antoine Pitrou · 13 years ago
- e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
- 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
- e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
- a2251aa Issue #989712: Support using Tk without a mainloop. by Andrew Svetlov · 13 years ago
- 8050ca9 Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and by Victor Stinner · 13 years ago
- 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 13 years ago
- eb945a9 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
- ee381a0 Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
- 5c3c424 Issue #2843: Add new Tk API to Tkinter. by Martin v. Löwis · 13 years ago
- 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
- 69437da Merged upstream change. by Vinay Sajip · 13 years ago
- 3cac309 Merged upstream change. by Vinay Sajip · 13 years ago
- 0f15181 Closes #14267: Merged fix from 3.2. by Vinay Sajip · 13 years ago
- 27f4897 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
- 19b114b merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
- 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
- 5738e4f Merge by Michael Foord · 13 years ago
- e01c62c Fix unittest test discovery for Jython by Michael Foord · 13 years ago
- a971905 #8942: add test for __path__ contents in zipimport tests by R David Murray · 13 years ago
- 2b695a4 Issue #1178863: Separate initialisation from setting when initializing by Martin v. Löwis · 13 years ago
- 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 13 years ago
- cc50ba2 #14179: merge with 3.2. by Ezio Melotti · 13 years ago
- df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
- f2bb889 Merge heads. by Eric V. Smith · 13 years ago
- 97722c4 str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. Patch by Akira Li. by Eric V. Smith · 13 years ago
- 56bac7b Merge by Michael Foord · 13 years ago
- b36c70c Move adding unittest test discovery command line options into their own method. by Michael Foord · 13 years ago
- 1d4798c Merge heads. by Eric V. Smith · 13 years ago
- edbb6ca str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450. by Eric V. Smith · 13 years ago
- 48d578c #13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
- 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
- c1f5d8a Merge by Michael Foord · 13 years ago
- 5f99ced Refactor unittest command line handling to always use optparse by Michael Foord · 13 years ago
- 17591c1 Head merge. by Łukasz Langa · 13 years ago
- f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 13 years ago
- f28fcff adjust for change in AST type by Benjamin Peterson · 13 years ago
- 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 13 years ago
- 61a4161 merge 3.2 by Benjamin Peterson · 13 years ago
- ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 13 years ago
- 6645f7e merge heads by Benjamin Peterson · 13 years ago
- 09b4bd0 merge 3.2 by Benjamin Peterson · 13 years ago
- d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 13 years ago
- 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 13 years ago
- b69ef16 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
- 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
- 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
- eab2a50 PEP8-ize test names by Antoine Pitrou · 13 years ago
- 8cd8d5e Remove useless failOnException() method by Antoine Pitrou · 13 years ago
- 6aacc14 Merge with 3.2. by Georg Brandl · 13 years ago
- e144c74 Closes #14244: add info about capturing groups and maxsplit to the docstring of re.split(). by Georg Brandl · 13 years ago
- 2839382 Issue #14205: Fix test_dict.test_mutating_lookup() by Victor Stinner · 13 years ago
- 3774977 Relax timeout tests for weak Windows buildbot by Antoine Pitrou · 13 years ago
- 63ed566 Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4. by Victor Stinner · 13 years ago
- 865756a Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module. by Eli Bendersky · 13 years ago
- 40c9565 Issue #14211: Oops, I removed the wrong file :-) by Victor Stinner · 13 years ago
- 2d01dc0 Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to by Victor Stinner · 13 years ago
- d74782b Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to by Victor Stinner · 13 years ago
- 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 13 years ago
- 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
- 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 13 years ago
- 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 13 years ago
- 1ae230a merge heads by Benjamin Peterson · 13 years ago
- e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
- 2fa0cbc Remove buggy change for #13719 in packaging by Éric Araujo · 13 years ago
- 00b41fc Merge 3.2 by Éric Araujo · 13 years ago