1. 6e50b69 Now that Defects are Exception subclasses, call super. by R David Murray · 13 years ago
  2. f6f5618 Relax datetime.timestamp() test around DST change by Alexander Belopolsky · 13 years ago
  3. 0c687e5 Relax datetime.timestamp() test around DST change by Alexander Belopolsky · 13 years ago
  4. a441514 Issue #2736: Added datetime.timestamp() method. by Alexander Belopolsky · 13 years ago
  5. ed36b2e #14814: Remove redundant code from ipaddress.IPv6Network by Hynek Schlawack · 13 years ago
  6. 571ee57 Merge from 3.2, #12510 by Terry Jan Reedy · 13 years ago
  7. 2a2ce4f Issue #12510: Revise and triple # of calltip tests, with an eye to unittest by Terry Jan Reedy · 13 years ago
  8. 58ba47f Merge fixes for #13854 and #12157. by Richard Oudkerk · 13 years ago
  9. 7448220 Issue #11823: disassembly now shows argument counts on calls with keyword args by Alexander Belopolsky · 13 years ago
  10. 29471de Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 13 years ago
  11. e41682b Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 13 years ago
  12. 9844993 Add test for multiprocessing.Conditon.wait() and changset 3baeb5e13dd2 by Richard Oudkerk · 13 years ago
  13. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 13 years ago
  14. 91c5a34 #14814: ipaddress: refactor dup code, minor janitoring, bump coverage by Hynek Schlawack · 13 years ago
  15. 034d0aa Issue #14711: os.stat_float_times() has been deprecated. by Victor Stinner · 13 years ago
  16. e860404 Add a function lzma.open(), to match gzip.open() and bz2.open(). by Nadeem Vawda · 13 years ago
  17. 6cbb20c Allow LZMAFile to accept modes with a "b" suffix. by Nadeem Vawda · 13 years ago
  18. 33c34da Simplify usage of LZMAFile's fileobj support, like with BZ2File. by Nadeem Vawda · 13 years ago
  19. af518c1 Add a function bz2.open(), to match gzip.open(). by Nadeem Vawda · 13 years ago
  20. 50cb936 Clarify acceptable values for BZ2File.__init__'s mode argument. by Nadeem Vawda · 13 years ago
  21. aebcdba Make BZ2File's fileobj support easier to use. by Nadeem Vawda · 13 years ago
  22. 6872101 Add fileobj support to gzip.open(). by Nadeem Vawda · 13 years ago
  23. 05cab75 #8739: fix omission of DEBUGSTREAM reset in new test in test_smtpd. by R David Murray · 13 years ago
  24. bd7b5dd Prevent handle leak if CreateProcess() fails in multiprocessing by Richard Oudkerk · 13 years ago
  25. 86eb7e9 Fix potential NameError in multiprocessing.Condition.wait() by Richard Oudkerk · 13 years ago
  26. ad06444 Make Finalize reserve a reference to os.getpid in case called at shutdown by Richard Oudkerk · 13 years ago
  27. 454a74d #14814: Remove dead code from ipaddress by Hynek Schlawack · 13 years ago
  28. efce00c Whitespace normalization by Barry Warsaw · 13 years ago
  29. 028b37c PEP 421 requires that .name be lower case. by Barry Warsaw · 13 years ago
  30. c58c392 Trunk merge. by Barry Warsaw · 13 years ago
  31. bcd3044 #14814: Use correct comparison for IP addresses by Hynek Schlawack · 13 years ago
  32. 0c9050c Separate key creation logic from the sequence class that memoizes its hash value. by Raymond Hettinger · 13 years ago
  33. 2d7d56a Revert the modification of e.strerror in 3.2 as that kind of change could by Gregory P. Smith · 13 years ago
  34. f0a9a9b Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 13 years ago
  35. a81c856 Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 13 years ago
  36. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 13 years ago
  37. 82ffabd #2658: Add test for issue fixed by fix for #1079. by R David Murray · 13 years ago
  38. f209407 merge 3.2 by Martin v. Löwis · 13 years ago
  39. 9f44a66 PEP 3131: support non-ASCII characters in auto-completion of identifiers. by Martin v. Löwis · 13 years ago
  40. 97aa21b Do not try to insert control characters. by Martin v. Löwis · 13 years ago
  41. 428d161 Drop unused constant. by Martin v. Löwis · 13 years ago
  42. 156989a Merge 3.2: issue #14937. by Martin v. Löwis · 13 years ago
  43. 862d13a Issue #14937: Perform auto-completion of filenames in strings even for non-ASCII filenames. by Martin v. Löwis · 13 years ago
  44. fe4dfd2 merge heads by Senthil Kumaran · 13 years ago
  45. 1251faf Issue 14989: http.server --cgi option can enable the CGI http server. by Senthil Kumaran · 13 years ago
  46. a317eef Merge with 3.2 #12510 by Terry Jan Reedy · 13 years ago
  47. e606e23 Issue 12510: Expand 2 bare excepts. Improve comments. Change deceptive name by Terry Jan Reedy · 13 years ago
  48. 2b88fcf Issue #14987: Add a missing import statement by Brett Cannon · 13 years ago
  49. 361baad Merge with 3.2 #10365 by Terry Jan Reedy · 13 years ago
  50. a948c79 Issue 10365: Add and replace comments; condense defaulted attribute access. by Terry Jan Reedy · 13 years ago
  51. 07ea53c #1079: Fix parsing of encoded words. by R David Murray · 13 years ago
  52. e1b22ed Issue #14926: merge with 3.2 by Sandro Tosi · 13 years ago
  53. 29d09aa Issue #14926: fix docstring highlight by Sandro Tosi · 13 years ago
  54. b4386d3 Issue #14814: minor spelling fixes by Sandro Tosi · 13 years ago
  55. 0dec1bf Fix sporadic failure of test_time.test_process_time() on Windows by Victor Stinner · 13 years ago
  56. 35db513 #14814: Fix errror message creation in ipaddress.collapse_addresses by Hynek Schlawack · 13 years ago
  57. 77452fc Close #14969: Improve the handling of exception chaining in contextlib.ExitStack by Nick Coghlan · 13 years ago
  58. c4b78a3 #14814: Remove 2.x's new-style classes syntax from ipaddress by Hynek Schlawack · 13 years ago
  59. 2b6b73e Issue #14007: implement doctype() method calling in XMLParser of _elementtree. by Eli Bendersky · 13 years ago
  60. 52467b1 Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups by Eli Bendersky · 13 years ago
  61. 7e0229e #14814: Remove stale __hex__ method from ipaddress by Hynek Schlawack · 13 years ago
  62. 1be413e Don't use metaclasses when class decorators can do the job. by R David Murray · 13 years ago
  63. d3487be Issue #14962: merge by Ned Deily · 13 years ago
  64. 8b2a56b Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 13 years ago
  65. a5bd2a1 Close #14963: Use an iterative algorithm in contextlib.ExitStack.__exit__ (Patch by Alon Horev) by Nick Coghlan · 13 years ago
  66. c73e8c2 Issue #14963: Added test cases for contextlib.ExitStack exception handling behaviour (Initial patch by Alon Horev) by Nick Coghlan · 13 years ago
  67. d70be9b Added test skip under Windows, as not applicable there. by Vinay Sajip · 13 years ago
  68. 56517e5 Make parameterized tests in email less hackish. by R David Murray · 13 years ago
  69. 01d7058 Merge heads. by Georg Brandl · 13 years ago
  70. f0397b9 Bump version to 3.3.0a4. by Georg Brandl · 13 years ago
  71. 3539afd Update pydoc topics and fix new suspicious markup. by Georg Brandl · 13 years ago
  72. 48d358b Issue #14007: implemented the 'element_factory' feature of TreeBuilder in by Eli Bendersky · 13 years ago
  73. bb75678 #14796: fix failure of new calendar test on windows. by R David Murray · 13 years ago
  74. 949d8c9 Close #14690: Use monotonic clock instead of system clock in the sched, by Victor Stinner · 13 years ago
  75. 5e92a1e Issue #14958: Change IDLE systax highlighting to recognize all string and by Ned Deily · 13 years ago
  76. 5e86eed Reapplied skip logic for test on Windows, which appears to have been lost during a merge. by Vinay Sajip · 13 years ago
  77. c1f0b53 Updated test to reflect renamed file. by Vinay Sajip · 13 years ago
  78. 01d63a6 Issue #10997: merge from 3.2 by Ned Deily · 13 years ago
  79. 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
  80. d0c8695 #14796: improve calendar test coverage. by R David Murray · 13 years ago
  81. 026ba31 #10839: add new test file that was omitted from checkin by R David Murray · 13 years ago
  82. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 13 years ago
  83. 58d548d Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and subclassable. by Eli Bendersky · 13 years ago
  84. 87ea780 Use Python 3.x-style keyword only arg in Array() by Richard Oudkerk · 13 years ago
  85. 1074a92 Remove __getslice__, __setslice__, __delslice__ methods from proxies by Richard Oudkerk · 13 years ago
  86. ecdc076 Removed pysetup3.exe executable. by Vinay Sajip · 13 years ago
  87. 52209d3 #14835: Make plistlib output empty arrays & dicts like OS X by Hynek Schlawack · 13 years ago
  88. 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 13 years ago
  89. 6bed342 Refactor test_email/test_pickleable and add tests for date headers by R David Murray · 13 years ago
  90. a7c9ddb Regularize test_email/test_headerregistry's references to policy. by R David Murray · 13 years ago
  91. d41595b Refactor test_email/test_defect_handling. by R David Murray · 13 years ago
  92. 3e0a1eb Issue #14930: Make memoryview objects weakrefable. by Richard Oudkerk · 13 years ago
  93. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 13 years ago
  94. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 13 years ago
  95. ef4c501 Fixed typo. by Vinay Sajip · 13 years ago
  96. 382a7c0 Tweaked tests to use launcher executable name on OS X. by Vinay Sajip · 13 years ago
  97. 4469746 Added python3 symlink; removed Distribute-related code, docs and comments; changed Mac OS X computation to determine framework builds. by Vinay Sajip · 13 years ago
  98. ab45e68 Merge from 3.2 by Nick Coghlan · 13 years ago
  99. 4b6045c Issue #14443: Tell rpmbuild to use the correct version of Python by Nick Coghlan · 13 years ago
  100. c6aa93c Merge 3.2 #14929 by Terry Jan Reedy · 13 years ago