1. f0397b9 Bump version to 3.3.0a4. by Georg Brandl · 13 years ago
  2. 3539afd Update pydoc topics and fix new suspicious markup. by Georg Brandl · 13 years ago
  3. a0cf90e Close #14947: add missing cross-reference to Language Definition from the new dynamic type creation functions. Also cleaned up the general wording of the docs by Nick Coghlan · 13 years ago
  4. bb75678 #14796: fix failure of new calendar test on windows. by R David Murray · 13 years ago
  5. 949d8c9 Close #14690: Use monotonic clock instead of system clock in the sched, by Victor Stinner · 13 years ago
  6. 5e92a1e Issue #14958: Change IDLE systax highlighting to recognize all string and by Ned Deily · 13 years ago
  7. e8eb912 Merge 3.2 news item by Brian Curtin · 13 years ago
  8. cf4a1b7 Add news item for #14943 by Brian Curtin · 13 years ago
  9. d648fa2 Fix #14943. Merge 3.2 by Brian Curtin · 13 years ago
  10. 13c7034 Fix #14943. Update the proper default value and list the proper argument names in the explanation. by Brian Curtin · 13 years ago
  11. 5e86eed Reapplied skip logic for test on Windows, which appears to have been lost during a merge. by Vinay Sajip · 13 years ago
  12. c1f0b53 Updated test to reflect renamed file. by Vinay Sajip · 13 years ago
  13. 01d63a6 Issue #10997: merge from 3.2 by Ned Deily · 13 years ago
  14. 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
  15. d0c8695 #14796: improve calendar test coverage. by R David Murray · 13 years ago
  16. 3a7d096 Issue #14744: Fix compilation on Windows (part 2) by Victor Stinner · 13 years ago
  17. e577ab3 Issue #14744: Fix compilation on Windows by Victor Stinner · 13 years ago
  18. 026ba31 #10839: add new test file that was omitted from checkin by R David Murray · 13 years ago
  19. abfc374 #10839: raise an error on add of duplicate unique headers in new email policies by R David Murray · 13 years ago
  20. 6066fe1 merge heads by Eli Bendersky · 13 years ago
  21. 58d548d Issue #14007: make TreeBuilder an actual type exposed from _elementtree, and subclassable. by Eli Bendersky · 13 years ago
  22. aa88d32 Merged upstream changes. by Vinay Sajip · 13 years ago
  23. 4126a7d Added pyvenv docs to 'Python Setup and Usage' section. by Vinay Sajip · 13 years ago
  24. d3f0882 Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args) by Victor Stinner · 13 years ago
  25. a1b0c9f PyArg_Parse*("U"): ensure that the Unicode string is ready by Victor Stinner · 13 years ago
  26. 87ea780 Use Python 3.x-style keyword only arg in Array() by Richard Oudkerk · 13 years ago
  27. 1074a92 Remove __getslice__, __setslice__, __delslice__ methods from proxies by Richard Oudkerk · 13 years ago
  28. ecdc076 Removed pysetup3.exe executable. by Vinay Sajip · 13 years ago
  29. 52209d3 #14835: Make plistlib output empty arrays & dicts like OS X by Hynek Schlawack · 13 years ago
  30. 737b173 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. by Eli Bendersky · 13 years ago
  31. 6bed342 Refactor test_email/test_pickleable and add tests for date headers by R David Murray · 13 years ago
  32. a7c9ddb Regularize test_email/test_headerregistry's references to policy. by R David Murray · 13 years ago
  33. d41595b Refactor test_email/test_defect_handling. by R David Murray · 13 years ago
  34. 3e0a1eb Issue #14930: Make memoryview objects weakrefable. by Richard Oudkerk · 13 years ago
  35. 1cfe7d9 Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 13 years ago
  36. e1ad3da Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 13 years ago
  37. d102e04 Issue #9041: raised exception is misleading by Meador Inge · 13 years ago
  38. 031e25b Issue #9041: raised exception is misleading by Meador Inge · 13 years ago
  39. ef4c501 Fixed typo. by Vinay Sajip · 13 years ago
  40. 382a7c0 Tweaked tests to use launcher executable name on OS X. by Vinay Sajip · 13 years ago
  41. 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
  42. ab45e68 Merge from 3.2 by Nick Coghlan · 13 years ago
  43. 4b6045c Issue #14443: Tell rpmbuild to use the correct version of Python by Nick Coghlan · 13 years ago
  44. 7e18f43 Issue #14660: Install namespace_pkgs test directories and files. by Ned Deily · 13 years ago
  45. c6aa93c Merge 3.2 #14929 by Terry Jan Reedy · 13 years ago
  46. e1c5087 Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. by Terry Jan Reedy · 13 years ago
  47. 7ef3ff3 #12515: email now registers a defect if the MIME end boundary is missing. by R David Murray · 13 years ago
  48. d0a0e8e merge heads by Terry Jan Reedy · 13 years ago
  49. 48fd1fe Merge 3.2 closes #12510 by Terry Jan Reedy · 13 years ago
  50. c5301ef Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 13 years ago
  51. 9854fc9 News item for #1672568. by R David Murray · 13 years ago
  52. 80e0aee #1672568: email now registers defects for base64 payload format errors. by R David Murray · 13 years ago
  53. adbdcdb #14925: email now registers a defect for missing header/body separator. by R David Murray · 13 years ago
  54. 2c172d0 Null merge of email doc patch already applied to this branch. by R David Murray · 13 years ago
  55. e1398f7 #11785: fix the :mod: references in email package submodule titles. by R David Murray · 13 years ago
  56. 79cf3ba #11785: fix the :mod: references in email package submodule titles. by R David Murray · 13 years ago
  57. ea97668 Make headerregistry fully part of the provisional api. by R David Murray · 13 years ago
  58. 393da32 Changed executable name computation in test_venv to allow for debug executables. by Vinay Sajip · 13 years ago
  59. b3b49cd Refined venv tests. by Vinay Sajip · 13 years ago
  60. 36432ea Add '__all__' to _encoded_words and mark QByteMap as private. by R David Murray · 13 years ago
  61. 7e20349 Fixed _sys_home computation and added diagnostics for Windows buildbot failures. by Vinay Sajip · 13 years ago
  62. 0b43bcf Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 13 years ago
  63. 5c6eba3 Tweak importlib._bootstrap to avoid zero-argument super so I can work on issue #14857 without breaking imports by Nick Coghlan · 13 years ago
  64. 38e0e1e Fix markup. by Georg Brandl · 13 years ago
  65. f1ee788 Merge with 3.2 #10635 whitespace by Terry Jan Reedy · 13 years ago
  66. 3fde191 #10365 Trim trailing whitespace by Terry Jan Reedy · 13 years ago
  67. 935d5eb Merge with 3.2 by Terry Jan Reedy · 13 years ago
  68. cd6b8c6 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 13 years ago
  69. 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 13 years ago
  70. 1a0df94 Merge Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 13 years ago
  71. 809309a Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 13 years ago
  72. ee2bbed Merged upstream changes. by Vinay Sajip · 13 years ago
  73. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 13 years ago
  74. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 13 years ago
  75. 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 13 years ago
  76. d785cb3 Remove some redundant decorators. by Brett Cannon · 13 years ago
  77. 53c9200 Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version) by Nick Coghlan · 13 years ago
  78. 2c58910 Issue #14814: Clean out an obsolete property and method from ipaddress Network objects by Nick Coghlan · 13 years ago
  79. aff73f9 Issue #14814: Cleanup ipaddress header comments by Nick Coghlan · 13 years ago
  80. 51c3067 Issue #14814: In the spirit of TOOWTDI, ditch the redundant version parameter to the factory functions by using the appropriate direct class references instead by Nick Coghlan · 13 years ago
  81. 072b1e1 #14814: Some PEP8 adjustments and dead code weeding by Hynek Schlawack · 13 years ago
  82. 039b01d Add missing versionadded. by Georg Brandl · 13 years ago
  83. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 13 years ago
  84. dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 13 years ago
  85. b526763 Merged upstream changes. by Vinay Sajip · 13 years ago
  86. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 13 years ago
  87. 94a6426 Add news entries for #14731 and #12586. by R David Murray · 13 years ago
  88. cb448cf #12586: Expand What's New email entry with provisional policy features. by R David Murray · 13 years ago
  89. f2bdc36 Updated .hgeol for additional binaries. by Vinay Sajip · 13 years ago
  90. 4322c17 Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 13 years ago
  91. ffa4b2c Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 13 years ago
  92. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 13 years ago
  93. 0fa2edd #14731: add preliminary What's New entry for policy framework. by R David Murray · 13 years ago
  94. c27e522 #14731: refactor email policy framework. by R David Murray · 13 years ago
  95. 9242c13 capitialize utime statuses by Benjamin Peterson · 13 years ago
  96. 46c214d capitialize enum members by Benjamin Peterson · 13 years ago
  97. b47b539 Placeholder in What's New for the major packaging infrastructure changes by Nick Coghlan · 13 years ago
  98. f879e32 Added test for namespace package dynamic path updates. by Eric V. Smith · 13 years ago
  99. 739ae56 Issue #14548: Make multiprocessing finalizers check pid before running by Richard Oudkerk · 13 years ago
  100. 692130a Issue #12091: simplify ApplyResult and MapResult with threading.Event by Richard Oudkerk · 13 years ago