1. b95c634 Issue #14814: minor improvements as suggested by Hynek Schlawack by Sandro Tosi · 13 years ago
  2. 876ecad Issue #14814: improve docstrings and arguments value handling, as per Terry J. Reedy's comments by Sandro Tosi · 13 years ago
  3. 3bc37f2 #14862: Add missing names to os.__all__ by Petri Lehtinen · 13 years ago
  4. e02ba10 #14885: Make support.skip_unless_xattr check also tempfile by Hynek Schlawack · 13 years ago
  5. e1f107e s/tabs/spaces, and clean trailing whitespace by Eli Bendersky · 13 years ago
  6. 3f17bcd Merge branch '3.2' by Petri Lehtinen · 13 years ago
  7. 1f50389 #14472: Update .gitignore by Petri Lehtinen · 13 years ago
  8. 0f00dfa #14472: Update .gitignore by Petri Lehtinen · 13 years ago
  9. 5c2725d Update build.bat for VS2010 by Brian Curtin · 13 years ago
  10. f0bf135 Restore [] where default arguments are not keywords by Hynek Schlawack · 13 years ago
  11. 979f37a Restore [] where default arguments are not keywords by Hynek Schlawack · 13 years ago
  12. 161ea6a Fix typo by Nick Coghlan · 13 years ago
  13. a497b44 Fix the versionadded tags for a couple of my recent changes by Nick Coghlan · 13 years ago
  14. 4226543 #14875: merge with 3.2. by Ezio Melotti · 13 years ago
  15. 898d51d #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 13 years ago
  16. 945a3ad Avoid useless indentation. by Georg Brandl · 13 years ago
  17. 389e8c8 Remove outdated statement. by Antoine Pitrou · 13 years ago
  18. 1d5ccdb Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Furman) by Nick Coghlan · 13 years ago
  19. 3267a30 Close #13585: add contextlib.ExitStack to replace the ill-fated contextlib.nested API by Nick Coghlan · 13 years ago
  20. 6e49ac2 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  21. 87d8200 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  22. dfa4652 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  23. 44f7cf0 Fix `versionchanged` tags for json.load by Hynek Schlawack · 13 years ago
  24. f54c060 Fix `versionchanged` tags for json.load by Hynek Schlawack · 13 years ago
  25. 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 · 13 years ago
  26. 69d8493 Fixes #14864: Added documentation on how to undo the effects of a logging.disable() call. by Vinay Sajip · 13 years ago
  27. a1df1cc Issue 14821: by Kristján Valur Jónsson · 13 years ago
  28. 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 13 years ago
  29. dc9b255 Issue #14814: addition of the ipaddress module (stage 1 - code and tests) by Nick Coghlan · 13 years ago
  30. 7db768c Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 13 years ago
  31. 1203e83 Document when json.load's parse_constant behaviour changed by Hynek Schlawack · 13 years ago
  32. 6c7bf42 Merge. by Charles-François Natali · 13 years ago
  33. b93f9fa Issue #12760: Add some mising documentation about the new `x` exclusive by Charles-François Natali · 13 years ago
  34. b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 13 years ago
  35. 185f401 merge - Fix for issue14426 - buildbots here I come by Senthil Kumaran · 13 years ago
  36. aeeba26 Fix for issue14426 - buildbots here I come by Senthil Kumaran · 13 years ago
  37. 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 13 years ago
  38. 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 13 years ago
  39. 010ce32 Minor change to default lru size. Set default to a power of two. by Raymond Hettinger · 13 years ago
  40. 3759877 news for Issue14426 by Senthil Kumaran · 13 years ago
  41. 0b943a1 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 13 years ago
  42. 6e8ba0a news for Issue14426 by Senthil Kumaran · 13 years ago
  43. 00c2ec2 Issue #14426: Correct the Date format in Expires attribute of Set-Cookie. Patch by Federico Reghenzani and Müte Invert by Senthil Kumaran · 13 years ago
  44. b20df95 Issue #14849: setup Element data members to be assignable in subclasses by Eli Bendersky · 13 years ago
  45. 77a1cf1 Remove missing files from the PCbuild pythoncore project. This avoids a by Kristján Valur Jónsson · 13 years ago
  46. c45ea9e Clean up the PCBuild project files, removing redundant settings and by Kristján Valur Jónsson · 13 years ago
  47. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 13 years ago
  48. 7c5ba51 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  49. 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
  50. ed1183d #14072: merge with 3.2. by Ezio Melotti · 13 years ago
  51. 6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 13 years ago
  52. d527259 #13152: Allow to specify a custom tabsize for expanding tabs in textwrap by Hynek Schlawack · 13 years ago
  53. d34b57a merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
  54. 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
  55. 15e848b Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 13 years ago
  56. 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 13 years ago
  57. 43ae3ce #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago
  58. 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago
  59. ed36395 Fix time.time() references in the time module docs by Petri Lehtinen · 13 years ago
  60. 1033b31 Fix time.time() references in the time module docs by Petri Lehtinen · 13 years ago
  61. fa67aa0 Fix whitespace by Antoine Pitrou · 13 years ago
  62. ebdcd85 Move private function _args_from_interpreter_flags() to subprocess.py, so by Antoine Pitrou · 13 years ago
  63. b15d1a7 Drop double quoting again. I'm at a loss when to quote and when not. by Martin v. Löwis · 13 years ago
  64. 77c84f2 #12098: Make multiprocessing's child processes inherit sys.flags on Windows by Richard Oudkerk · 13 years ago
  65. cca802e Fix typo. by Martin v. Löwis · 13 years ago
  66. e01eb4c Upgrade OpenSSL to 1.0.1c by Martin v. Löwis · 13 years ago
  67. dcd1c0c Assume nasm. by Martin v. Löwis · 13 years ago
  68. 3f90311 merge 3.2 by Martin v. Löwis · 13 years ago
  69. 3407dfb Upgrade OpenSSL to 1.0.0j by Martin v. Löwis · 13 years ago
  70. 91d5e83 merge 3.2 by Martin v. Löwis · 13 years ago
  71. 0d635ae merge heads by Martin v. Löwis · 13 years ago
  72. 0857e4e merge heads by Martin v. Löwis · 13 years ago
  73. d18c397 Port to VS 2010. by Martin v. Löwis · 13 years ago
  74. 207c4b6 Merge 3.2 build_ssl changes. by Martin v. Löwis · 13 years ago
  75. e9dfb0f Add another set of quotes to make cmd.exe happy. by Martin v. Löwis · 13 years ago
  76. 71f3f92 Fetch openssl directory from pyproject.vsprops. by Martin v. Löwis · 13 years ago
  77. fc6accc Remove outdated statements about threading and imports. by Antoine Pitrou · 13 years ago
  78. 79341e7 Add a mention of the new import locks in whatsnew. by Antoine Pitrou · 13 years ago
  79. 62110c7 Merge by Antoine Pitrou · 13 years ago
  80. 314a16b Make the test completely clean up after itself. by Antoine Pitrou · 13 years ago
  81. 468ff4c Issue #13031: Small speed-up for tarfile when unzipping tarfiles. by Ross Lagerwall · 13 years ago
  82. 6c6d3a2 Move import lock-related functions to a separate doc section. by Antoine Pitrou · 13 years ago
  83. ea3eb88 Issue #9260: A finer-grained import lock. by Antoine Pitrou · 13 years ago
  84. 5cec9d2 Add mention of decoding optimizations in the what's new document. by Antoine Pitrou · 13 years ago
  85. dd95974 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 13 years ago
  86. f7a6615 #14823: Simplify threading.Lock.acquire argument discussion. by R David Murray · 13 years ago
  87. f398a94 Issue 14813: Fix Visual Studio 2008 build after the move into the PC/VS9.0 by Stefan Krah · 13 years ago
  88. de9ac6c Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use the default certificate store. by Antoine Pitrou · 13 years ago
  89. 5d95318 Issue #14779: Get sizeof(void *) directly rather than relying on sysconfig. by Stefan Krah · 13 years ago
  90. e34a209 Fix Visual Studio warning. by Stefan Krah · 13 years ago
  91. 696d10f Changes in _mpd_qexp(): ----------------------- by Stefan Krah · 13 years ago
  92. 07542a0 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 13 years ago
  93. 9729fd4 #14692 Fix json docs to reflect changes in json.load by Hynek Schlawack · 13 years ago
  94. 019ff19 Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time. by Antoine Pitrou · 13 years ago
  95. 26fd8fe merge heads by Giampaolo Rodola' · 13 years ago
  96. e126678 #14807: fix BB failures on Windows - avoid to to rely too many details of the mode string. by Giampaolo Rodola' · 13 years ago
  97. 7ca2950 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 13 years ago
  98. fb5b954 Forward port additional tests from 2.7 (issue #14829). by Antoine Pitrou · 13 years ago
  99. b3c16fb More .hgignore additions for new VS build files by Antoine Pitrou · 13 years ago
  100. b7d033d Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 13 years ago