1. f1ee788 Merge with 3.2 #10635 whitespace by Terry Jan Reedy · 12 years ago
  2. 3fde191 #10365 Trim trailing whitespace by Terry Jan Reedy · 12 years ago
  3. 935d5eb Merge with 3.2 by Terry Jan Reedy · 12 years ago
  4. cd6b8c6 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 12 years ago
  5. 26cdf1f Make multiprocessing's shared memory use memoryview instead of raw pointer by Richard Oudkerk · 12 years ago
  6. 1a0df94 Merge Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  7. 809309a Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 12 years ago
  8. ee2bbed Merged upstream changes. by Vinay Sajip · 12 years ago
  9. 4221142 Addressed some buildbot errors and comments on the checkin by Antoine on python-dev. by Vinay Sajip · 12 years ago
  10. d1a30c9 #8739: upgrade smtpd to RFC 5321 and 1870. by R David Murray · 12 years ago
  11. 032eed3 Recognize '<>' as a special case of an angle-addr in header_value_parser. by R David Murray · 12 years ago
  12. d785cb3 Remove some redundant decorators. by Brett Cannon · 12 years ago
  13. 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
  14. 2c58910 Issue #14814: Clean out an obsolete property and method from ipaddress Network objects by Nick Coghlan · 12 years ago
  15. aff73f9 Issue #14814: Cleanup ipaddress header comments by Nick Coghlan · 12 years ago
  16. 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
  17. 072b1e1 #14814: Some PEP8 adjustments and dead code weeding by Hynek Schlawack · 12 years ago
  18. 039b01d Add missing versionadded. by Georg Brandl · 12 years ago
  19. d2d521e #665194: Add a localtime function to email.utils. by R David Murray · 12 years ago
  20. dcaf2ec #12586: Fix a small oversight in the new email policy header setting code. by R David Murray · 12 years ago
  21. b526763 Merged upstream changes. by Vinay Sajip · 12 years ago
  22. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  23. 94a6426 Add news entries for #14731 and #12586. by R David Murray · 12 years ago
  24. cb448cf #12586: Expand What's New email entry with provisional policy features. by R David Murray · 12 years ago
  25. f2bdc36 Updated .hgeol for additional binaries. by Vinay Sajip · 12 years ago
  26. 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
  27. 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
  28. 0b6f6c8 #12586: add provisional email policy with new header parsing and folding. by R David Murray · 12 years ago
  29. 0fa2edd #14731: add preliminary What's New entry for policy framework. by R David Murray · 12 years ago
  30. c27e522 #14731: refactor email policy framework. by R David Murray · 12 years ago
  31. 9242c13 capitialize utime statuses by Benjamin Peterson · 12 years ago
  32. 46c214d capitialize enum members by Benjamin Peterson · 12 years ago
  33. b47b539 Placeholder in What's New for the major packaging infrastructure changes by Nick Coghlan · 12 years ago
  34. f879e32 Added test for namespace package dynamic path updates. by Eric V. Smith · 12 years ago
  35. 739ae56 Issue #14548: Make multiprocessing finalizers check pid before running by Richard Oudkerk · 12 years ago
  36. 692130a Issue #12091: simplify ApplyResult and MapResult with threading.Event by Richard Oudkerk · 12 years ago
  37. be39cfc Merge by Richard Oudkerk · 12 years ago
  38. 54454e7 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 12 years ago
  39. 9866d96 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  40. 2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  41. 18eac4a use PyDict_Contains by Benjamin Peterson · 12 years ago
  42. a6a7a1a return NULL on error by Benjamin Peterson · 12 years ago
  43. 2d12e14 actually return the result by Benjamin Peterson · 12 years ago
  44. ca28e99 Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns. by Larry Hastings · 12 years ago
  45. 5ed7bd7 simplify and rewrite the zipimport part of 702009f3c0b1 a bit by Benjamin Peterson · 12 years ago
  46. 209e04c plug ref leak by Benjamin Peterson · 12 years ago
  47. 283d0ba Whitespace cleanup. by Eric V. Smith · 12 years ago
  48. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  49. fa52cbd #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  50. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  51. 4715ca5 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  52. 2fc5a50 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  53. b95c634 Issue #14814: minor improvements as suggested by Hynek Schlawack by Sandro Tosi · 12 years ago
  54. 876ecad Issue #14814: improve docstrings and arguments value handling, as per Terry J. Reedy's comments by Sandro Tosi · 12 years ago
  55. 3bc37f2 #14862: Add missing names to os.__all__ by Petri Lehtinen · 12 years ago
  56. 346c5de Remove duplicate entries in Misc/NEWS. by Florent Xicluna · 12 years ago
  57. e02ba10 #14885: Make support.skip_unless_xattr check also tempfile by Hynek Schlawack · 12 years ago
  58. e1f107e s/tabs/spaces, and clean trailing whitespace by Eli Bendersky · 12 years ago
  59. 3f17bcd Merge branch '3.2' by Petri Lehtinen · 12 years ago
  60. 1f50389 #14472: Update .gitignore by Petri Lehtinen · 12 years ago
  61. 0f00dfa #14472: Update .gitignore by Petri Lehtinen · 12 years ago
  62. 5c2725d Update build.bat for VS2010 by Brian Curtin · 12 years ago
  63. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  64. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  65. 161ea6a Fix typo by Nick Coghlan · 12 years ago
  66. a497b44 Fix the versionadded tags for a couple of my recent changes by Nick Coghlan · 12 years ago
  67. 4226543 #14875: merge with 3.2. by Ezio Melotti · 12 years ago
  68. 898d51d #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 12 years ago
  69. 945a3ad Avoid useless indentation. by Georg Brandl · 12 years ago
  70. 389e8c8 Remove outdated statement. by Antoine Pitrou · 12 years ago
  71. 1d5ccdb Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman) by Nick Coghlan · 12 years ago
  72. 3267a30 Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API by Nick Coghlan · 12 years ago
  73. 6e49ac2 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  74. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  75. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  76. 44f7cf0 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  77. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  78. 07162d4 Closes #14864: Added documentation on how to undo the effects of a logging.disable() call. Thanks to user Guillaume for the suggestion. by Vinay Sajip · 12 years ago
  79. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  80. a1df1cc Issue 14821: by Kristján Valur Jónsson · 12 years ago
  81. 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 12 years ago
  82. dc9b255 Issue #14814: addition of the ipaddress module (stage 1 - code and tests) by Nick Coghlan · 12 years ago
  83. 7db768c Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  84. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  85. 6c7bf42 Merge. by Charles-François Natali · 12 years ago
  86. b93f9fa Issue #12760: Add some mising documentation about the new `x` exclusive by Charles-François Natali · 12 years ago
  87. b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 12 years ago
  88. 185f401 merge - Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  89. aeeba26 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  90. 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 12 years ago
  91. 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 12 years ago
  92. 010ce32 Minor change to default lru size. Set default to a power of two. by Raymond Hettinger · 12 years ago
  93. 3759877 news for Issue14426 by Senthil Kumaran · 12 years ago
  94. 0b943a1 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  95. 6e8ba0a news for Issue14426 by Senthil Kumaran · 12 years ago
  96. 00c2ec2 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 12 years ago
  97. b20df95 Issue #14849: setup Element data members to be assignable in subclasses by Eli Bendersky · 12 years ago
  98. 77a1cf1 Remove missing files from the PCbuild pythoncore project. This avoids a by Kristján Valur Jónsson · 12 years ago
  99. c45ea9e Clean up the PCBuild project files, removing redundant settings and by Kristján Valur Jónsson · 12 years ago
  100. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago