1. fe17b2b Raise MemoryError instead of InvalidOperation/MallocError for compatibility by Stefan Krah · 12 years ago
  2. 9384c7d Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  3. 8e6fe64 Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due by Charles-François Natali · 12 years ago
  4. 55bce63 Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess. by Charles-François Natali · 12 years ago
  5. c7ea19f attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 13 years ago
  6. a3481e7 attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 13 years ago
  7. b6405ef Use the same exception hierarchy as decimal.py. FloatOperation now also by Stefan Krah · 13 years ago
  8. 4164ac1 merge by Giampaolo Rodola' · 13 years ago
  9. 466a54f fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 by Giampaolo Rodola' · 13 years ago
  10. 396e8fc Issue #13782: streamline argument type-checking in ET.Element by Eli Bendersky · 13 years ago
  11. 42243c4 #14380: Make actual default match docs, fix __init__ order. by R David Murray · 13 years ago
  12. 8680bcc #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode by R David Murray · 13 years ago
  13. 3539ef3 merge 79422b3684f1 in 3.3 branch (issue 10340) by Giampaolo Rodola' · 13 years ago
  14. 350c94b fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 13 years ago
  15. 98ba753 merge 3.2 (#14378) by Benjamin Peterson · 13 years ago
  16. a4e4e35 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
  17. d5d17eb Issue #14204: The ssl module now has support for the Next Protocol Negotiation extension, if available in the underlying OpenSSL library. by Antoine Pitrou · 13 years ago
  18. 65e32d1 merge heads by Benjamin Peterson · 13 years ago
  19. 1919b7e Issue #7652: Integrate the decimal floating point libmpdec library to speed by Stefan Krah · 13 years ago
  20. 1b1a8e7 correctly lookup __trunc__ in int() constructor by Benjamin Peterson · 13 years ago
  21. 669b755 #14269: smtpd now conforms to the RFC and requires HELO before MAIL. by R David Murray · 13 years ago
  22. 83a9f48 Issue #14328: Add keyword-only parameters to PyArg_ParseTupleAndKeywords. by Larry Hastings · 13 years ago
  23. 4ca5661 all OSErrors should indicate there are no extended attributes (closes #14358) by Benjamin Peterson · 13 years ago
  24. 0863d71 Merge #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 13 years ago
  25. c6bfce9 #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 13 years ago
  26. 96384b9 make extra arguments to object.__init__/__new__ to errors in most cases (finishes #1683368) by Benjamin Peterson · 13 years ago
  27. 80e22b5 Merge #11686: add missing entries to email __all__ lists. by R David Murray · 13 years ago
  28. 7104c72 #12788: fix error in test_policy when run under refleak detection by R David Murray · 13 years ago
  29. de39454 merge 3.2 (#14334) by Benjamin Peterson · 13 years ago
  30. 16d84ac check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  31. 6e33525 fix trailing whitespace by Eli Bendersky · 13 years ago
  32. 2b71140 Add a test that makes sure TreeBuilder can be passed element_factory in the by Eli Bendersky · 13 years ago
  33. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  34. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  35. 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
  36. f996e77 Closes Issue #14246: _elementtree parser will now handle io.StringIO by Eli Bendersky · 13 years ago
  37. 2afe6ae perform yield from delegation by repeating YIELD_FROM opcode (closes #14230) by Benjamin Peterson · 13 years ago
  38. 17160fd Fixes #14314: Improved SMTP timeout handling. by Vinay Sajip · 13 years ago
  39. 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
  40. ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
  41. 2f9bf35 Fix the buildbot breakdown - issue 10050 by Senthil Kumaran · 13 years ago
  42. 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 13 years ago
  43. b53319f #12818: remove escaping of () in quoted strings in formataddr by R David Murray · 13 years ago
  44. 8d8f110 #14062: fix BytesParser handling of Header objects by R David Murray · 13 years ago
  45. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  46. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 13 years ago
  47. e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
  48. 8050ca9 Issue #14180: TestDateTime.test_microsecond_rounding() handles localtime() and by Victor Stinner · 13 years ago
  49. 910df32 #8315: add automatic unittest test discovery in test.test_email by R David Murray · 13 years ago
  50. 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
  51. 19b114b merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
  52. 47b5ddb 3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
  53. a971905 #8942: add test for __path__ contents in zipimport tests by R David Murray · 13 years ago
  54. 7b3c975 closes #14259 re.finditer() now takes keyword arguments: pos, endpos. by Sean Reifschneider · 13 years ago
  55. cc50ba2 #14179: merge with 3.2. by Ezio Melotti · 13 years ago
  56. df723e1 #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  57. 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
  58. 1d4798c Merge heads. by Eric V. Smith · 13 years ago
  59. 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
  60. 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
  61. 8576953 #13394: add more tests for the aifc module. Patch by Oleg Plakhotnyuk. by Ezio Melotti · 13 years ago
  62. 17591c1 Head merge. by Łukasz Langa · 13 years ago
  63. f3078fb Fixes #13842: cannot pickle Ellipsis or NotImplemented. by Łukasz Langa · 13 years ago
  64. f28fcff adjust for change in AST type by Benjamin Peterson · 13 years ago
  65. 7e0dbfb give the AST class a __dict__ by Benjamin Peterson · 13 years ago
  66. 61a4161 merge 3.2 by Benjamin Peterson · 13 years ago
  67. ef87f06 allow AST objects to be like its subclasses by Benjamin Peterson · 13 years ago
  68. 6645f7e merge heads by Benjamin Peterson · 13 years ago
  69. 09b4bd0 merge 3.2 by Benjamin Peterson · 13 years ago
  70. d279e28 every other ast object has a dict, so I think AST should, too by Benjamin Peterson · 13 years ago
  71. 851cad7 Make test_logging no longer fail if zlib not present. Closes #14256. Patch by Pedro Kroger. by Eric V. Smith · 13 years ago
  72. 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
  73. 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
  74. eab2a50 PEP8-ize test names by Antoine Pitrou · 13 years ago
  75. 8cd8d5e Remove useless failOnException() method by Antoine Pitrou · 13 years ago
  76. 2839382 Issue #14205: Fix test_dict.test_mutating_lookup() by Victor Stinner · 13 years ago
  77. 3774977 Relax timeout tests for weak Windows buildbot by Antoine Pitrou · 13 years ago
  78. 63ed566 Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4. by Victor Stinner · 13 years ago
  79. 865756a Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module. by Eli Bendersky · 13 years ago
  80. 40c9565 Issue #14211: Oops, I removed the wrong file :-) by Victor Stinner · 13 years ago
  81. 2d01dc0 Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to by Victor Stinner · 13 years ago
  82. d74782b Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to by Victor Stinner · 13 years ago
  83. 9a63386 merge 3.2 (#3787e896dbe9) by Benjamin Peterson · 13 years ago
  84. 52c4243 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  85. 099a78f make delegating generators say they running (closes #14220) by Benjamin Peterson · 13 years ago
  86. 33d21a2 merge 3.2 (#14212) by Benjamin Peterson · 13 years ago
  87. e48944b keep the buffer object around while we're using it (closes #14212) by Benjamin Peterson · 13 years ago
  88. 5bb9a8f Remove a couple of local imports. by Antoine Pitrou · 13 years ago
  89. 6c64cc1 Reap processes at test end to avoid false positives in reference leak detection. by Antoine Pitrou · 13 years ago
  90. b1f7f63 test_pty: fix ResourceWarning warnings by Victor Stinner · 13 years ago
  91. 198b291 Close #14205: dict lookup raises a RuntimeError if the dict is modified during by Victor Stinner · 13 years ago
  92. b2fcd3a Added delay before record creation. by Vinay Sajip · 13 years ago
  93. bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
  94. 1649c1b Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do by Stefan Krah · 13 years ago
  95. 420f698 Backport minidom attribute tests from default (73c76466cf44). by Éric Araujo · 13 years ago
  96. bf6c7ec Issue #14181: Test creating memoryviews from a static exporter with both by Stefan Krah · 13 years ago
  97. 8d217c6 Issue #12151: Added more info to diagnostics. by Vinay Sajip · 13 years ago
  98. 49ab14f Merge. by Stefan Krah · 13 years ago
  99. fcbb416 Issue #10181: The decision was to raise a buffer error in memory_exit() by Stefan Krah · 13 years ago
  100. 682c979 Merged upstream changes. by Vinay Sajip · 13 years ago