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