1. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 12 years ago
  2. f996e77 Closes Issue #14246: _elementtree parser will now handle io.StringIO by Eli Bendersky · 12 years ago
  3. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 12 years ago
  4. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 12 years ago
  5. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 12 years ago
  6. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 12 years ago
  7. 2f9bf35 Fix the buildbot breakdown - issue 10050 by Senthil Kumaran · 12 years ago
  8. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 12 years ago
  9. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 12 years ago
  10. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 12 years ago
  11. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  12. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  13. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 12 years ago
  14. 8050ca9 Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and by Victor Stinner · 12 years ago
  15. 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 12 years ago
  16. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 12 years ago
  17. 19b114b merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 12 years ago
  18. 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 12 years ago
  19. a971905 #8942: add test for __path__ contents in zipimport tests by R David Murray · 12 years ago
  20. 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 12 years ago
  21. cc50ba2 #14179: merge with 3.2. by Ezio Melotti · 12 years ago
  22. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 12 years ago
  23. 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 · 12 years ago
  24. 1d4798c Merge heads. by Eric V. Smith · 12 years ago
  25. 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 · 12 years ago
  26. 48d578c #13394: add more tests for the aifc module and use warnings.warn instead of print. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 12 years ago
  27. 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 12 years ago
  28. 17591c1 Head merge. by Łukasz Langa · 12 years ago
  29. f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 12 years ago
  30. f28fcff adjust for change in AST type by Benjamin Peterson · 12 years ago
  31. 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 12 years ago
  32. 61a4161 merge 3.2 by Benjamin Peterson · 12 years ago
  33. ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 12 years ago
  34. 6645f7e merge heads by Benjamin Peterson · 12 years ago
  35. 09b4bd0 merge 3.2 by Benjamin Peterson · 12 years ago
  36. d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 12 years ago
  37. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 12 years ago
  38. b69ef16 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  39. 1f9a835 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 12 years ago
  40. eab2a50 PEP8-ize test names by Antoine Pitrou · 12 years ago
  41. 8cd8d5e Remove useless failOnException() method by Antoine Pitrou · 12 years ago
  42. 2839382 Issue #14205: Fix test_dict.test_mutating_lookup() by Victor Stinner · 12 years ago
  43. 3774977 Relax timeout tests for weak Windows buildbot by Antoine Pitrou · 12 years ago
  44. 63ed566 Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4. by Victor Stinner · 12 years ago
  45. 865756a Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module. by Eli Bendersky · 12 years ago
  46. 40c9565 Issue #14211: Oops, I removed the wrong file :-) by Victor Stinner · 12 years ago
  47. 2d01dc0 Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to by Victor Stinner · 12 years ago
  48. d74782b Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to by Victor Stinner · 12 years ago
  49. 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 12 years ago
  50. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 12 years ago
  51. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 12 years ago
  52. 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 12 years ago
  53. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 12 years ago
  54. 5bb9a8f Remove a couple of local imports. by Antoine Pitrou · 12 years ago
  55. 6c64cc1 Reap processes at test end to avoid false positives in reference leak detection. by Antoine Pitrou · 12 years ago
  56. b1f7f63 test_pty: fix ResourceWarning warnings by Victor Stinner · 12 years ago
  57. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 12 years ago
  58. b2fcd3a Added delay before record creation. by Vinay Sajip · 12 years ago
  59. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 12 years ago
  60. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 12 years ago
  61. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 12 years ago
  62. bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 12 years ago
  63. 8d217c6 Issue #12151: Added more info to diagnostics. by Vinay Sajip · 12 years ago
  64. 49ab14f Merge. by Stefan Krah · 12 years ago
  65. fcbb416 Issue #10181: The decision was to raise a buffer error in memory_exit() by Stefan Krah · 12 years ago
  66. 682c979 Merged upstream changes. by Vinay Sajip · 12 years ago
  67. b6f6670 Added more diagnostics for diagnosing #12151. by Vinay Sajip · 12 years ago
  68. 75b5e7e Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method. by Florent Xicluna · 12 years ago
  69. 4e99a31 Issue #14181: Allow memoryview construction from an object that uses the by Stefan Krah · 12 years ago
  70. 67245a6 Issue #14168: Check for presence of _attrs before accessing it. by Martin v. Löwis · 12 years ago
  71. f1c4259 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 12 years ago
  72. 653f932 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 12 years ago
  73. 5102bf4 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 12 years ago
  74. 9c47ac0 Fix some set algebra methods of WeakSet objects. by Antoine Pitrou · 12 years ago
  75. 0b2b583 Fix spelling. by Georg Brandl · 12 years ago
  76. 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 12 years ago
  77. c0eaeca Updated tokenize to support the inverse byte literals new in 3.3 by Armin Ronacher · 12 years ago
  78. 745ccf8 fix trailing whitespace by Eli Bendersky · 12 years ago
  79. 092af1f Issue #14128: Exposing Element as an actual type from _elementtree, rather than a factory function. by Eli Bendersky · 12 years ago
  80. d263d18 Fixed problem with diagnostic output. by Vinay Sajip · 12 years ago
  81. 0d3a003 - Issue #14177: marshal.loads() now raises TypeError when given an unicode by Antoine Pitrou · 12 years ago
  82. 4a90ef0 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. by Antoine Pitrou · 12 years ago
  83. 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 12 years ago
  84. b2677c7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  85. 679e9d3 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). by Antoine Pitrou · 12 years ago
  86. 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 12 years ago
  87. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 12 years ago
  88. 0836baa Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 12 years ago
  89. bbe2f60 Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 12 years ago
  90. d7aff2d update skip reason by Philip Jenvey · 12 years ago
  91. e308b7c also skip test_device_encoding when stdin isn't a tty by Philip Jenvey · 12 years ago
  92. efb00c0 Issue #14153 Create _Py_device_encoding() to prevent _io from having to import by Brett Cannon · 12 years ago
  93. aba0b13 #14089: merge with 3.2. by Ezio Melotti · 12 years ago
  94. 682d374 #14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 12 years ago
  95. 0b8123d #10713: merge with 3.2. by Ezio Melotti · 12 years ago
  96. 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 12 years ago
  97. 3692453 Merge: Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 12 years ago
  98. aba2b06 Give better failure messages in test_strptime (cf. issue #14113). by Nadeem Vawda · 12 years ago
  99. 19b1d50 Added additional diagnostics to help with #12151. by Vinay Sajip · 12 years ago
  100. 9a4d7dd More debug output by Antoine Pitrou · 12 years ago