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