1. b47b539 Placeholder in What's New for the major packaging infrastructure changes by Nick Coghlan · 12 years ago
  2. f879e32 Added test for namespace package dynamic path updates. by Eric V. Smith · 12 years ago
  3. 739ae56 Issue #14548: Make multiprocessing finalizers check pid before running by Richard Oudkerk · 12 years ago
  4. 692130a Issue #12091: simplify ApplyResult and MapResult with threading.Event by Richard Oudkerk · 12 years ago
  5. be39cfc Merge by Richard Oudkerk · 12 years ago
  6. 54454e7 Issue #14881: Allow normal non-main thread to spawn a dummy process by Richard Oudkerk · 12 years ago
  7. 9866d96 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  8. 2cc7156 #4841: Fix FileIO constructor to honor closefd when called repeatedly by Hynek Schlawack · 12 years ago
  9. 18eac4a use PyDict_Contains by Benjamin Peterson · 12 years ago
  10. a6a7a1a return NULL on error by Benjamin Peterson · 12 years ago
  11. 2d12e14 actually return the result by Benjamin Peterson · 12 years ago
  12. ca28e99 Issue #14889: PyBytes_FromObject(bytes) now just increfs and returns. by Larry Hastings · 12 years ago
  13. 5ed7bd7 simplify and rewrite the zipimport part of 702009f3c0b1 a bit by Benjamin Peterson · 12 years ago
  14. 209e04c plug ref leak by Benjamin Peterson · 12 years ago
  15. 283d0ba Whitespace cleanup. by Eric V. Smith · 12 years ago
  16. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  17. fa52cbd #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  18. 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 12 years ago
  19. 4715ca5 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  20. 2fc5a50 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 12 years ago
  21. b95c634 Issue #14814: minor improvements as suggested by Hynek Schlawack by Sandro Tosi · 12 years ago
  22. 876ecad Issue #14814: improve docstrings and arguments value handling, as per Terry J. Reedy's comments by Sandro Tosi · 12 years ago
  23. 3bc37f2 #14862: Add missing names to os.__all__ by Petri Lehtinen · 12 years ago
  24. 346c5de Remove duplicate entries in Misc/NEWS. by Florent Xicluna · 12 years ago
  25. e02ba10 #14885: Make support.skip_unless_xattr check also tempfile by Hynek Schlawack · 12 years ago
  26. e1f107e s/tabs/spaces, and clean trailing whitespace by Eli Bendersky · 12 years ago
  27. 3f17bcd Merge branch '3.2' by Petri Lehtinen · 12 years ago
  28. 1f50389 #14472: Update .gitignore by Petri Lehtinen · 12 years ago
  29. 0f00dfa #14472: Update .gitignore by Petri Lehtinen · 12 years ago
  30. 5c2725d Update build.bat for VS2010 by Brian Curtin · 12 years ago
  31. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  32. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 12 years ago
  33. 161ea6a Fix typo by Nick Coghlan · 12 years ago
  34. a497b44 Fix the versionadded tags for a couple of my recent changes by Nick Coghlan · 12 years ago
  35. 4226543 #14875: merge with 3.2. by Ezio Melotti · 12 years ago
  36. 898d51d #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 12 years ago
  37. 945a3ad Avoid useless indentation. by Georg Brandl · 12 years ago
  38. 389e8c8 Remove outdated statement. by Antoine Pitrou · 12 years ago
  39. 1d5ccdb Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman) by Nick Coghlan · 12 years ago
  40. 3267a30 Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API by Nick Coghlan · 12 years ago
  41. 6e49ac2 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  42. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  43. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 12 years ago
  44. 44f7cf0 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  45. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 12 years ago
  46. 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
  47. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 12 years ago
  48. a1df1cc Issue 14821: by Kristján Valur Jónsson · 12 years ago
  49. 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 12 years ago
  50. dc9b255 Issue #14814: addition of the ipaddress module (stage 1 - code and tests) by Nick Coghlan · 12 years ago
  51. 7db768c Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  52. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 12 years ago
  53. 6c7bf42 Merge. by Charles-François Natali · 12 years ago
  54. b93f9fa Issue #12760: Add some mising documentation about the new `x` exclusive by Charles-François Natali · 12 years ago
  55. b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 12 years ago
  56. 185f401 merge - Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  57. aeeba26 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 12 years ago
  58. 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 12 years ago
  59. 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 12 years ago
  60. 010ce32 Minor change to default lru size. Set default to a power of two. by Raymond Hettinger · 12 years ago
  61. 3759877 news for Issue14426 by Senthil Kumaran · 12 years ago
  62. 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
  63. 6e8ba0a news for Issue14426 by Senthil Kumaran · 12 years ago
  64. 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
  65. b20df95 Issue #14849: setup Element data members to be assignable in subclasses by Eli Bendersky · 12 years ago
  66. 77a1cf1 Remove missing files from the PCbuild pythoncore project. This avoids a by Kristján Valur Jónsson · 12 years ago
  67. c45ea9e Clean up the PCBuild project files, removing redundant settings and by Kristján Valur Jónsson · 12 years ago
  68. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  69. 7c5ba51 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  70. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 12 years ago
  71. ed1183d #14072: merge with 3.2. by Ezio Melotti · 12 years ago
  72. 6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 12 years ago
  73. d527259 #13152: Allow to specify a custom tabsize for expanding tabs in textwrap by Hynek Schlawack · 12 years ago
  74. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  75. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 12 years ago
  76. 15e848b Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  77. 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 12 years ago
  78. 43ae3ce #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  79. 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 12 years ago
  80. ed36395 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  81. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 12 years ago
  82. fa67aa0 Fix whitespace by Antoine Pitrou · 12 years ago
  83. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 12 years ago
  84. b15d1a7 Drop double quoting again. I'm at a loss when to quote and when not. by Martin v. Löwis · 12 years ago
  85. 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 12 years ago
  86. cca802e Fix typo. by Martin v. Löwis · 12 years ago
  87. e01eb4c Upgrade OpenSSL to 1.0.1c by Martin v. Löwis · 12 years ago
  88. dcd1c0c Assume nasm. by Martin v. Löwis · 12 years ago
  89. 3f90311 merge 3.2 by Martin v. Löwis · 12 years ago
  90. 3407dfb Upgrade OpenSSL to 1.0.0j by Martin v. Löwis · 12 years ago
  91. 91d5e83 merge 3.2 by Martin v. Löwis · 12 years ago
  92. 0d635ae merge heads by Martin v. Löwis · 12 years ago
  93. 0857e4e merge heads by Martin v. Löwis · 12 years ago
  94. d18c397 Port to VS 2010. by Martin v. Löwis · 12 years ago
  95. 207c4b6 Merge 3.2 build_ssl changes. by Martin v. Löwis · 12 years ago
  96. e9dfb0f Add another set of quotes to make cmd.exe happy. by Martin v. Löwis · 12 years ago
  97. 71f3f92 Fetch openssl directory from pyproject.vsprops. by Martin v. Löwis · 12 years ago
  98. fc6accc Remove outdated statements about threading and imports. by Antoine Pitrou · 12 years ago
  99. 79341e7 Add a mention of the new import locks in whatsnew. by Antoine Pitrou · 12 years ago
  100. 62110c7 Merge by Antoine Pitrou · 12 years ago