1. fbd85a0 initialization not needed by Benjamin Peterson · 12 years ago
  2. f340c21 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  3. 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  4. f072b45 Fix for fatal errors in os.*utime*() by Richard Oudkerk · 12 years ago
  5. b333640 Issue #14127: Fix two bugs with the Windows implementation. by Larry Hastings · 12 years ago
  6. 009b15e Give test_multiprocessing better chance of avoiding timeout failures on Windows by Richard Oudkerk · 12 years ago
  7. 9bd9d74 what is a invalid tuple? by Benjamin Peterson · 12 years ago
  8. b399ab2 clean up converted path on error by Benjamin Peterson · 12 years ago
  9. 3e2e368 avoid unitialized memory by Benjamin Peterson · 12 years ago
  10. 35a8f0d check correct variable for error by Benjamin Peterson · 12 years ago
  11. d0dba6e unicode_writer: don't force inline when it is not necessary by Victor Stinner · 12 years ago
  12. 9cd8853 merge 3.2 (#14717) by Benjamin Peterson · 12 years ago
  13. ab3da29 close() doesn't take any args (closes #14717) by Benjamin Peterson · 12 years ago
  14. 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
  15. a7b654b unicode_writer: add finish() method and assertions to write_str() method by Victor Stinner · 12 years ago
  16. b145448 Issue #14127: Fix no-op stub for platforms that lack some "os" functions. by Larry Hastings · 12 years ago
  17. a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 12 years ago
  18. bf4e266 Issue #14687: Remove redundant length attribute of unicode_write_t by Victor Stinner · 12 years ago
  19. 7989157 Issue #14687: Cleanup unicode_writer_prepare() by Victor Stinner · 12 years ago
  20. f2c76aa Issue #14687: str%tuple now uses an optimistic "unicode writer" instead of an by Victor Stinner · 12 years ago
  21. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  22. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  23. 1b487b4 Issue #14624, #14687: Optimize unicode_widen() by Victor Stinner · 12 years ago
  24. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  25. 3a7f7977 Remove buggy assertion in PyUnicode_Substring() by Victor Stinner · 12 years ago
  26. 684d5fd Fix PyUnicode_Substring() for start >= length and start > end by Victor Stinner · 12 years ago
  27. b6cd014 Unicode: optimize creating of 1-character strings by Victor Stinner · 12 years ago
  28. bff7c96 Issue #14687: Optimize str%tuple for the "%(name)s" syntax by Victor Stinner · 12 years ago
  29. 598b2f6 Merge. by Charles-François Natali · 12 years ago
  30. 360b3c2 os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  31. 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  32. 225cb8d Make test_multiprocessing cleanup properly by Richard Oudkerk · 12 years ago
  33. d59240d Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  34. e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  35. 67880cc Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) by Martin v. Löwis · 12 years ago
  36. bf6c195 fix closes issue13183 - windows test failure by Senthil Kumaran · 12 years ago
  37. cb17204 fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  38. e6abb48 unicodeobject.c: Add MAX_MAXCHAR() macro to (micro-)optimize the computation by Victor Stinner · 12 years ago
  39. 438106b Issue #14687: Cleanup PyUnicode_Format() by Victor Stinner · 12 years ago
  40. b5c3ea3 Issue #14687: Optimize str%args by Victor Stinner · 12 years ago
  41. cc1c146 Merge sphinx changes by Martin v. Löwis · 12 years ago
  42. 1c5ae55 don't use assertEqual for test for bool equality by Benjamin Peterson · 12 years ago
  43. bd31db6 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  44. 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  45. 24a05f7 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  46. 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 12 years ago
  47. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  48. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  49. d099b56 Check extract_version when opening a zipfile. by Martin v. Löwis · 12 years ago
  50. 67c1444 Update timeit documentation w.r.t default timer changes. by Georg Brandl · 12 years ago
  51. c9d77b2 Add an option to timeit to use time.process_time() and mark -t and -c as deprecated. by Georg Brandl · 12 years ago
  52. 1503eed Added tag v3.3.0a3 for changeset 0b53b70a40a0 by Georg Brandl · 12 years ago
  53. b613a3d Disable test_13183 temporarily on Windows for 3.3a3 release. by Georg Brandl · 12 years ago
  54. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  55. ebb2964 Suspicious markup check. by Georg Brandl · 12 years ago
  56. 0aca6a8 Regenerate pydoc topics. by Georg Brandl · 12 years ago
  57. 4bde9ca test_pdb: fix failure of test_issue13183 in debug mode, and make sure files are cleaned up. by Georg Brandl · 12 years ago
  58. 5c01678 Add missing comma in __all__ list. by Georg Brandl · 12 years ago
  59. 2a2ce32 Recognize unsupported feature "compressed patch data set" from zip 2.7. by Martin v. Löwis · 12 years ago
  60. b3260f0 Detect unsupported compression types. by Martin v. Löwis · 12 years ago
  61. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  62. 9acbb60 Move make_key() out of the decorator body. Make keys that only need to be hashed once. by Raymond Hettinger · 12 years ago
  63. 018b4fb Use a flag to indicate when the circular queue is fully populated and stable. by Raymond Hettinger · 12 years ago
  64. 417c384 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  65. 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  66. 34d94a2 Handle a possible race condition by Raymond Hettinger · 12 years ago
  67. ca9bfe1 Issue #10433: merge by Ned Deily · 12 years ago
  68. 2e20968 Issue #10433: Document unique behavior of 'os.getgroups' on Mac OS X. by Ned Deily · 12 years ago
  69. cfc104e #14558: merge with 3.2. by Ezio Melotti · 12 years ago
  70. 3d6d7a5 #14558: document the module, argv, and testLoader args of unittest.main. by Ezio Melotti · 12 years ago
  71. d343391 Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  72. 290416f Issue11352 - Update cgi module docs by Senthil Kumaran · 12 years ago
  73. a6f195e change insertdict to not steal references (#13903) by Benjamin Peterson · 12 years ago
  74. 2452419 Issue #14669: Skip multiprocessing connection pickling test on MacOSX by Richard Oudkerk · 12 years ago
  75. 4460c34 Minor fix for multiprocessing unit test by Richard Oudkerk · 12 years ago
  76. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  77. 514880c Review of doc changes re PEP 418. by Georg Brandl · 12 years ago
  78. ce58ed3 Merge with 3.2: issue #14433 by Martin v. Löwis · 12 years ago
  79. e654c11 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. by Martin v. Löwis · 12 years ago
  80. 0e8ccb8 merge by Victor Stinner · 12 years ago
  81. b80e46e Issue #14687: Avoid an useless duplicated string in PyUnicode_Format() by Victor Stinner · 12 years ago
  82. aff3cc6 Issue #14687: Cleanup PyUnicode_Format() by Victor Stinner · 12 years ago
  83. b6b98c0 Track the cache size directly. by Raymond Hettinger · 12 years ago
  84. c204348 Write the What's New for the importlib stuff. by Brett Cannon · 12 years ago
  85. 9a8ad0c Issue #14428: Remove test_process_time_threads() from test_time by Victor Stinner · 12 years ago
  86. 5df72c2 Issue #14428: Make test_process_time_threads() less strict by Victor Stinner · 12 years ago
  87. 934cb18 merged by Alexander Belopolsky · 12 years ago
  88. b8f02b5 fixed test_imaplib failure on Win by Alexander Belopolsky · 12 years ago
  89. a6df2ee merge by Raymond Hettinger · 12 years ago
  90. 9f0ab9f Factor out shared variables. by Raymond Hettinger · 12 years ago
  91. 5740489 Issue #14696: Merge from 3.2 by Mark Dickinson · 12 years ago
  92. 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 12 years ago
  93. 53c6651 merge by Alexander Belopolsky · 12 years ago
  94. 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  95. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  96. 678e7f3 Flatten the lru cache keyword args tuple for better memory utilization. by Raymond Hettinger · 12 years ago
  97. 1182351 Re-indent. by Brett Cannon · 12 years ago
  98. 6818832 merge by Brett Cannon · 12 years ago
  99. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  100. 89c4eef Issue #14691: indent the traceback so the example is highlighted by Sandro Tosi · 12 years ago