1. fc7e967 merge with 3.2 by Georg Brandl · 12 years ago
  2. b4c8902 #13183: backport fixes to test_pdb to 3.2 branch by Georg Brandl · 12 years ago
  3. 88b95f9 Fix some rst errors in NEWS. by Georg Brandl · 12 years ago
  4. 85a2394 Post-3.3a3 bump. by Georg Brandl · 12 years ago
  5. d9728b5 Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 12 years ago
  6. eaa5eee Backed out changeset 709850f1ec67 by Benjamin Peterson · 12 years ago
  7. cfe6f2a Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.) by Larry Hastings · 12 years ago
  8. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  9. 6b03f2c Fix typo in exception message. by Stefan Krah · 12 years ago
  10. cc23884 Dummy merge by Richard Oudkerk · 12 years ago
  11. 7ef909c Fix for issue 14725 for 3.2 branch by Richard Oudkerk · 12 years ago
  12. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  13. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  14. ef5a463 don't append the bytecode suffix to the source suffixes global by Benjamin Peterson · 12 years ago
  15. 8f46d65 Fix typo in changeset eb5c5c23ca9b. by Nadeem Vawda · 12 years ago
  16. c04ddee Merge by Antoine Pitrou · 12 years ago
  17. 9a86447 Add some whatsnew entries by Antoine Pitrou · 12 years ago
  18. feccc09 Clean up a docstring. by Brett Cannon · 12 years ago
  19. f3a42de Simplify code for load_dynamic() by Antoine Pitrou · 12 years ago
  20. 149e255 Merge by Antoine Pitrou · 12 years ago
  21. 3ad58f2 Kill remaining mentions of import_nt.c by Antoine Pitrou · 12 years ago
  22. 9dad882 Kill off another entry of import_nt.c by Brett Cannon · 12 years ago
  23. 0429e1a Issue #13959: Move module type constants to Lib/imp.py. by Brett Cannon · 12 years ago
  24. 2d3ce9d merge by Brett Cannon · 12 years ago
  25. 6b9b727 Remove dead Windows code which no longer will compile. by Brett Cannon · 12 years ago
  26. a6685e8 update importlib.h by Brett Cannon · 12 years ago
  27. 5182c18 Closes #14093: Added Mercurial version information to Windows builds. by Vinay Sajip · 12 years ago
  28. f19c191 Jython-friendly tweak. by Brett Cannon · 12 years ago
  29. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  30. 17098a5 Properly mark names in importlib._bootstrap as private. by Brett Cannon · 12 years ago
  31. fbd85a0 initialization not needed by Benjamin Peterson · 12 years ago
  32. f340c21 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  33. 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  34. f072b45 Fix for fatal errors in os.*utime*() by Richard Oudkerk · 12 years ago
  35. b333640 Issue #14127: Fix two bugs with the Windows implementation. by Larry Hastings · 12 years ago
  36. 009b15e Give test_multiprocessing better chance of avoiding timeout failures on Windows by Richard Oudkerk · 12 years ago
  37. 9bd9d74 what is a invalid tuple? by Benjamin Peterson · 12 years ago
  38. b399ab2 clean up converted path on error by Benjamin Peterson · 12 years ago
  39. 3e2e368 avoid unitialized memory by Benjamin Peterson · 12 years ago
  40. 35a8f0d check correct variable for error by Benjamin Peterson · 12 years ago
  41. d0dba6e unicode_writer: don't force inline when it is not necessary by Victor Stinner · 12 years ago
  42. 9cd8853 merge 3.2 (#14717) by Benjamin Peterson · 12 years ago
  43. ab3da29 close() doesn't take any args (closes #14717) by Benjamin Peterson · 12 years ago
  44. b63f49f if the kind of the string to count is larger than the string to search, shortcut to 0 by Benjamin Peterson · 12 years ago
  45. a7b654b unicode_writer: add finish() method and assertions to write_str() method by Victor Stinner · 12 years ago
  46. b145448 Issue #14127: Fix no-op stub for platforms that lack some "os" functions. by Larry Hastings · 12 years ago
  47. a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 12 years ago
  48. bf4e266 Issue #14687: Remove redundant length attribute of unicode_write_t by Victor Stinner · 12 years ago
  49. 7989157 Issue #14687: Cleanup unicode_writer_prepare() by Victor Stinner · 12 years ago
  50. f2c76aa Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an by Victor Stinner · 12 years ago
  51. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  52. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  53. 1b487b4 Issue #14624, #14687: Optimize unicode_widen() by Victor Stinner · 12 years ago
  54. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  55. 3a7f7977 Remove buggy assertion in PyUnicode_Substring() by Victor Stinner · 12 years ago
  56. 684d5fd Fix PyUnicode_Substring() for start >= length and start > end by Victor Stinner · 12 years ago
  57. b6cd014 Unicode: optimize creating of 1-character strings by Victor Stinner · 12 years ago
  58. bff7c96 Issue #14687: Optimize str%tuple for the "%(name)s" syntax by Victor Stinner · 12 years ago
  59. 598b2f6 Merge. by Charles-François Natali · 12 years ago
  60. 360b3c2 os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  61. 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  62. 225cb8d Make test_multiprocessing cleanup properly by Richard Oudkerk · 12 years ago
  63. d59240d Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  64. e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  65. 67880cc Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) by Martin v. Löwis · 12 years ago
  66. bf6c195 fix closes issue13183 - windows test failure by Senthil Kumaran · 12 years ago
  67. cb17204 fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  68. e6abb48 unicodeobject.c: Add MAX_MAXCHAR() macro to (micro-)optimize the computation by Victor Stinner · 12 years ago
  69. 438106b Issue #14687: Cleanup PyUnicode_Format() by Victor Stinner · 12 years ago
  70. b5c3ea3 Issue #14687: Optimize str%args by Victor Stinner · 12 years ago
  71. cc1c146 Merge sphinx changes by Martin v. Löwis · 12 years ago
  72. 1c5ae55 don't use assertEqual for test for bool equality by Benjamin Peterson · 12 years ago
  73. bd31db6 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  74. 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  75. 24a05f7 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  76. 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 12 years ago
  77. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  78. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  79. d099b56 Check extract_version when opening a zipfile. by Martin v. Löwis · 12 years ago
  80. 67c1444 Update timeit documentation w.r.t default timer changes. by Georg Brandl · 12 years ago
  81. c9d77b2 Add an option to timeit to use time.process_time() and mark -t and -c as deprecated. by Georg Brandl · 12 years ago
  82. 1503eed Added tag v3.3.0a3 for changeset 0b53b70a40a0 by Georg Brandl · 12 years ago
  83. b613a3d Disable test_13183 temporarily on Windows for 3.3a3 release. by Georg Brandl · 12 years ago
  84. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  85. ebb2964 Suspicious markup check. by Georg Brandl · 12 years ago
  86. 0aca6a8 Regenerate pydoc topics. by Georg Brandl · 12 years ago
  87. 4bde9ca test_pdb: fix failure of test_issue13183 in debug mode, and make sure files are cleaned up. by Georg Brandl · 12 years ago
  88. 5c01678 Add missing comma in __all__ list. by Georg Brandl · 12 years ago
  89. 2a2ce32 Recognize unsupported feature "compressed patch data set" from zip 2.7. by Martin v. Löwis · 12 years ago
  90. b3260f0 Detect unsupported compression types. by Martin v. Löwis · 12 years ago
  91. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  92. 9acbb60 Move make_key() out of the decorator body. Make keys that only need to be hashed once. by Raymond Hettinger · 12 years ago
  93. 018b4fb Use a flag to indicate when the circular queue is fully populated and stable. by Raymond Hettinger · 12 years ago
  94. 417c384 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  95. 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  96. 34d94a2 Handle a possible race condition by Raymond Hettinger · 12 years ago
  97. ca9bfe1 Issue #10433: merge by Ned Deily · 12 years ago
  98. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  99. cfc104e #14558: merge with 3.2. by Ezio Melotti · 12 years ago
  100. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago