1. e898153 #19069: merge with 3.3. by Ezio Melotti · 11 years ago
  2. 7760b4e #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  3. c1ae254 #19068: merge with 3.3. by Ezio Melotti · 11 years ago
  4. 488d244 #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  5. b32a811 #19067: merge with 3.3. by Ezio Melotti · 11 years ago
  6. 5792ce1 #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. by Ezio Melotti · 11 years ago
  7. 9185a5a fix comment by Benjamin Peterson · 11 years ago
  8. 5b72075 Hopefully fix Windows compilation error following 499a96611baa by Antoine Pitrou · 11 years ago
  9. 5df8a8a Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion). by Antoine Pitrou · 11 years ago
  10. dcd01b4 [issue 19152] Add versionadded for ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  11. 7e70fa5 [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ExecutionLoader. by Eric Snow · 11 years ago
  12. 17f1edd Add missing comma. by Ezio Melotti · 11 years ago
  13. 93d7dda #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. by Ezio Melotti · 11 years ago
  14. a349478 #19166: merge with 3.3. by Ezio Melotti · 11 years ago
  15. 4e1f3d6 #19166: use an unused var in a test. Patch by Vajrasky Kok. by Ezio Melotti · 11 years ago
  16. 07573d7 merge by Raymond Hettinger · 11 years ago
  17. cb1d96f Issue #18594: Make the C code more closely match the pure python code. by Raymond Hettinger · 11 years ago
  18. 3ad327e Issue #16803: Run test.test_importlib.test_abc under both by Brett Cannon · 11 years ago
  19. 1448ecf Issue #18716: Deprecate the formatter module by Brett Cannon · 11 years ago
  20. cc5d49e MERGE: Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  21. 5b22dd8 Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  22. 5f0f512 MERGE: Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  23. f5c499e Close #19160: Inconsistent size for GIL release in hashlib by Jesus Cea · 11 years ago
  24. 0b12521 Null merge with 3.3. by Eric Snow · 11 years ago
  25. 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 11 years ago
  26. b6b3492 Fix typo. by Eric Snow · 11 years ago
  27. 48b42ec Fix typo. by Eric Snow · 11 years ago
  28. b3b5801 Merge by Eric Snow · 11 years ago
  29. e7937bb Null merge with 3.3. by Eric Snow · 11 years ago
  30. 7d36e2f Remove builtin "caching" in pprint by Antoine Pitrou · 11 years ago
  31. bf14dcc [issue19151] Fix issue number in Misc/NEWS entry. by Eric Snow · 11 years ago
  32. af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  33. 5179445 [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  34. efbc475 [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. by Eric Snow · 11 years ago
  35. e8bbfeb [issue19951] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. by Eric Snow · 11 years ago
  36. 0e61ed8 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
  37. 60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
  38. 026af2a Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  39. def0a4c Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  40. f55697c Issue #19147: merge from 3.3 by Ned Deily · 11 years ago
  41. 2a8b3f2 Issue #19147: Fix docstring for fcntl.flock to refer to correct man section. by Ned Deily · 11 years ago
  42. 09bb846 Issue #19132: Add versionchanged tags. by Serhiy Storchaka · 11 years ago
  43. 57d5c08 Use cached builtins. by Serhiy Storchaka · 11 years ago
  44. 706f0f5 Drop buildbottouch again; the master is using "make touch" now. by Martin v. Löwis · 11 years ago
  45. fdf239a Close #17839: support bytes-like objects in base64 module by Nick Coghlan · 11 years ago
  46. 73c6ee0 Merge 3.3 by Martin v. Löwis · 11 years ago
  47. 0de3f01 Tweak skipIf message by Brett Cannon · 11 years ago
  48. 634a8fc Try to fix issue #19134 again by Brett Cannon · 11 years ago
  49. 45163cc Close #18690: register memoryview with Sequence ABC by Nick Coghlan · 11 years ago
  50. a0f169c Close #19078: memoryview now supports reversed by Nick Coghlan · 11 years ago
  51. dff9e25 Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__. by Vinay Sajip · 11 years ago
  52. 7c411a4 Issue #19132: The pprint module now supports compact mode. by Serhiy Storchaka · 11 years ago
  53. 092bd38 Issue #19137: The pprint module now correctly formats instances of set and by Serhiy Storchaka · 11 years ago
  54. 5184438 Issue #19137: The pprint module now correctly formats instances of set and by Serhiy Storchaka · 11 years ago
  55. 75f65e3 merge by Raymond Hettinger · 11 years ago
  56. 224c87d Issue #18594: Fix the fallback path in collections.Counter(). by Raymond Hettinger · 11 years ago
  57. f05d981 Close #10042: functools.total_ordering now handles NotImplemented by Nick Coghlan · 11 years ago
  58. e6f4631 Merge #19092 from 3.3 by Nick Coghlan · 11 years ago
  59. 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 11 years ago
  60. c13516b merge by Raymond Hettinger · 11 years ago
  61. 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago
  62. 6587083 merge from 3.3. Minor urllib.parse.rst docs fix. by Senthil Kumaran · 11 years ago
  63. 21b2933 Minor doc fix in urllib.parse.rst by Senthil Kumaran · 11 years ago
  64. 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  65. 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  66. c8fb4fc Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  67. 1a67bee Add a "skull and crossbones" to Py_AddPendingCall. by Antoine Pitrou · 11 years ago
  68. 63f03ed Issue #19134: Make a test in inspect conditional on multiprocessing by Brett Cannon · 11 years ago
  69. 2512cae Merge 3.3 by Martin v. Löwis · 11 years ago
  70. 7ab8c87 Issue #19106: Add buildbottouch target. by Martin v. Löwis · 11 years ago
  71. a27af80 Merge 3.3 by Martin v. Löwis · 11 years ago
  72. bf52648 Issue #19106: Touch generated files to be 1s newer than their youngest source. by Martin v. Löwis · 11 years ago
  73. b0ce820 merge from 3.3 by Senthil Kumaran · 11 years ago
  74. 600b735 Minor code improvement. Review comment by Eric V. Smith by Senthil Kumaran · 11 years ago
  75. d92af0f Merge 3.4.0a3 release changes. by Larry Hastings · 11 years ago
  76. e9cbd18 Post-version release cleanup. by Larry Hastings · 11 years ago
  77. 5d23e6d Issue #5845: In site.py, only load readline history from ~/.python_history if no history has been read already. This avoids double writes to the history file at shutdown. by Antoine Pitrou · 11 years ago
  78. 95536b8 rename some more tests to avoid duplicate names (#19123) by Benjamin Peterson · 11 years ago
  79. c82d9de merge heads by Benjamin Peterson · 11 years ago
  80. eea020f merge 3.3 by Benjamin Peterson · 11 years ago
  81. f63d558 merge heads by Benjamin Peterson · 11 years ago
  82. b321fe1 merge 3.3 by Benjamin Peterson · 11 years ago
  83. a5ec63b remove unused imports by Benjamin Peterson · 11 years ago
  84. dcdd794 Issue #19128: Remove nonfunctional, unused Mac help indexing tool from repo. by Ned Deily · 11 years ago
  85. b2201e1 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
  86. 860aee7 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
  87. 20b8555 Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL handshake hasn't been done. by Antoine Pitrou · 11 years ago
  88. cf892ac Issue #19130: mention historic VS 2008 build dir, too by Christian Heimes · 11 years ago
  89. 5176337 Issue #19130: mention historic VS 2008 build dir, too by Christian Heimes · 11 years ago
  90. cb1915a Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 by Christian Heimes · 11 years ago
  91. 9c99cc0 Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 by Christian Heimes · 11 years ago
  92. 085ab4a Merge. by Richard Oudkerk · 11 years ago
  93. 8b3f5aa Issue #19112: avoid using function defined in method. by Richard Oudkerk · 11 years ago
  94. 84c1205 merge 3.3 (#19127) by Benjamin Peterson · 11 years ago
  95. 72a9854 remove duplicate method (closes #19127) by Benjamin Peterson · 11 years ago
  96. 5395d21 merge 3.3 (#19114) by Benjamin Peterson · 11 years ago
  97. 56b143d condense two tests with the same name (closes #19114) by Benjamin Peterson · 11 years ago
  98. 70157e8 merge 3.3 (#19112) by Benjamin Peterson · 11 years ago
  99. cc6ef36 move helper function into its test method (closes #19112) by Benjamin Peterson · 11 years ago
  100. 353d450 merge 3.3 (#19117) by Benjamin Peterson · 11 years ago