1. faf91e7 Issue #14705: Add 'p' format character to PyArg_ParseTuple* for bool support. by Larry Hastings · 12 years ago
  2. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  3. 7a919e9 Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects. by Lars Gustäbel · 12 years ago
  4. ef5a463 don't append the bytecode suffix to the source suffixes global by Benjamin Peterson · 12 years ago
  5. feccc09 Clean up a docstring. by Brett Cannon · 12 years ago
  6. f19c191 Jython-friendly tweak. by Brett Cannon · 12 years ago
  7. 2657df4 Issue #13959: Re-implement imp.get_suffixes() in Lib/imp.py. by Brett Cannon · 12 years ago
  8. 17098a5 Properly mark names in importlib._bootstrap as private. by Brett Cannon · 12 years ago
  9. f340c21 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  10. 16f6f83 Fix test connecting to sha256.tbs-internet.com. by Antoine Pitrou · 12 years ago
  11. 009b15e Give test_multiprocessing better chance of avoiding timeout failures on Windows by Richard Oudkerk · 12 years ago
  12. b145448 Issue #14127: Fix no-op stub for platforms that lack some "os" functions. by Larry Hastings · 12 years ago
  13. a6becaa Fix dangling warning for test_multiprocessing by Richard Oudkerk · 12 years ago
  14. ac20f46 Merged hanged order of cleanup operations from 3.2. by Vinay Sajip · 12 years ago
  15. 89282af Changed order of cleanup operations to be more sensible. by Vinay Sajip · 12 years ago
  16. 76ad59b Issue #14127: Add ns= parameter to utime, futimes, and lutimes. by Larry Hastings · 12 years ago
  17. 598b2f6 Merge. by Charles-François Natali · 12 years ago
  18. 360b3c2 os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  19. 39687ee os.popen().close() returns None on success, not 0... by Charles-François Natali · 12 years ago
  20. 225cb8d Make test_multiprocessing cleanup properly by Richard Oudkerk · 12 years ago
  21. d59240d Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  22. e8a255a Issue #14698: Make test_posix more robust when the current UID doesn't have an by Charles-François Natali · 12 years ago
  23. 67880cc Issue #13183: Revert 0b53b70a40a0 (reenable test on windows) by Martin v. Löwis · 12 years ago
  24. bf6c195 fix closes issue13183 - windows test failure by Senthil Kumaran · 12 years ago
  25. cb17204 fix windows test failure - issue13183 by Senthil Kumaran · 12 years ago
  26. cc1c146 Merge sphinx changes by Martin v. Löwis · 12 years ago
  27. 1c5ae55 don't use assertEqual for test for bool equality by Benjamin Peterson · 12 years ago
  28. 7f9d181 Include micro version even if it is 0. by Martin v. Löwis · 12 years ago
  29. 8fbd295 merge 3.2 (#14699) by Benjamin Peterson · 12 years ago
  30. 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 12 years ago
  31. 49a69e4 strip is_ prefixes on clock_info fields by Benjamin Peterson · 12 years ago
  32. d099b56 Check extract_version when opening a zipfile. by Martin v. Löwis · 12 years ago
  33. c9d77b2 Add an option to timeit to use time.process_time() and mark -t and -c as deprecated. by Georg Brandl · 12 years ago
  34. b613a3d Disable test_13183 temporarily on Windows for 3.3a3 release. by Georg Brandl · 12 years ago
  35. ab0ef20 Bump to 3.3.0a3. by Georg Brandl · 12 years ago
  36. 0aca6a8 Regenerate pydoc topics. by Georg Brandl · 12 years ago
  37. 4bde9ca test_pdb: fix failure of test_issue13183 in debug mode, and make sure files are cleaned up. by Georg Brandl · 12 years ago
  38. 5c01678 Add missing comma in __all__ list. by Georg Brandl · 12 years ago
  39. 2a2ce32 Recognize unsupported feature "compressed patch data set" from zip 2.7. by Martin v. Löwis · 12 years ago
  40. b3260f0 Detect unsupported compression types. by Martin v. Löwis · 12 years ago
  41. f6b16a4 Issue #14371: Support bzip2 in zipfile module. Patch by Serhiy Storchaka. by Martin v. Löwis · 12 years ago
  42. 9acbb60 Move make_key() out of the decorator body. Make keys that only need to be hashed once. by Raymond Hettinger · 12 years ago
  43. 018b4fb Use a flag to indicate when the circular queue is fully populated and stable. by Raymond Hettinger · 12 years ago
  44. 417c384 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  45. 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 12 years ago
  46. 34d94a2 Handle a possible race condition by Raymond Hettinger · 12 years ago
  47. 2452419 Issue #14669: Skip multiprocessing connection pickling test on MacOSX by Richard Oudkerk · 12 years ago
  48. 4460c34 Minor fix for multiprocessing unit test by Richard Oudkerk · 12 years ago
  49. 3e268aa Mark multiprocessing files with "Licensed to PSF under a Contributor Agreement" by Richard Oudkerk · 12 years ago
  50. b6b98c0 Track the cache size directly. by Raymond Hettinger · 12 years ago
  51. 9a8ad0c Issue #14428: Remove test_process_time_threads() from test_time by Victor Stinner · 12 years ago
  52. 5df72c2 Issue #14428: Make test_process_time_threads() less strict by Victor Stinner · 12 years ago
  53. 934cb18 merged by Alexander Belopolsky · 12 years ago
  54. b8f02b5 fixed test_imaplib failure on Win by Alexander Belopolsky · 12 years ago
  55. a6df2ee merge by Raymond Hettinger · 12 years ago
  56. 9f0ab9f Factor out shared variables. by Raymond Hettinger · 12 years ago
  57. 5740489 Issue #14696: Merge from 3.2 by Mark Dickinson · 12 years ago
  58. 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 12 years ago
  59. 53c6651 merge by Alexander Belopolsky · 12 years ago
  60. 5a38f80 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  61. 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 12 years ago
  62. 678e7f3 Flatten the lru cache keyword args tuple for better memory utilization. by Raymond Hettinger · 12 years ago
  63. 1182351 Re-indent. by Brett Cannon · 12 years ago
  64. 6818832 merge by Brett Cannon · 12 years ago
  65. 62228db Issues #13959, 14647: Re-implement imp.reload() in Lib/imp.py. by Brett Cannon · 12 years ago
  66. 89e6d38 Remove untests for non-existent functionality. by Mark Dickinson · 12 years ago
  67. 1fc3ec9 Issue #14428: Rewrite test_process_time_threads() test by Victor Stinner · 12 years ago
  68. b63fd2a Issue #9154: Merge fix from 3.2. by Mark Dickinson · 12 years ago
  69. ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 12 years ago
  70. acf85cd Issue #13959: Re-implement imp.NullImporter in Lib/imp.py. by Brett Cannon · 12 years ago
  71. e383e82 Issue #14521: Make result of float('nan') and float('-nan') more consistent across platforms. Further, don't rely on Py_HUGE_VAL for float('inf'). by Mark Dickinson · 12 years ago
  72. d68ac85 #14236: merge with 3.2. by Ezio Melotti · 12 years ago
  73. 3899283 #14236: fix docs for \S. by Ezio Melotti · 12 years ago
  74. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 12 years ago
  75. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  76. 660a949 #14236: merge with 3.2. by Ezio Melotti · 12 years ago
  77. e990092 #14236: mention Unicode whitespace in \s documentation. by Ezio Melotti · 12 years ago
  78. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  79. 150c365 httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  80. 7e70a5c httplib - minor update to check empty response by Senthil Kumaran · 12 years ago
  81. 889ad16 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  82. 9c29f86 httplib test for early eof response. related to Issue13684 by Senthil Kumaran · 12 years ago
  83. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  84. ec89539 Issue #14428, #14397: Implement the PEP 418 by Victor Stinner · 12 years ago
  85. 92ff4e1 Issue #14666: stop multiprocessing's resource-sharing thread after the tests are done. by Antoine Pitrou · 12 years ago
  86. efad00d Issue #14646: __import__() now sets __loader__ if need be. by Brett Cannon · 12 years ago
  87. fea73ef Issue #14605: Don't error out if get_importer() returns None. by Brett Cannon · 12 years ago
  88. aa93642 Issue #14605: Use None in sys.path_importer_cache to represent no by Brett Cannon · 12 years ago
  89. ce418b4 Issue #14605: Stop having implicit entries for sys.meta_path. by Brett Cannon · 12 years ago
  90. 3c6ea1c Issue #14605: Insert to the front of sys.meta_path, don't append. by Brett Cannon · 12 years ago
  91. c8287ef Invalidate finder caches after creating a new script. by Brett Cannon · 12 years ago
  92. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 13 years ago
  93. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  94. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 13 years ago
  95. 8f79dd5 Silence DeprecationWarning for cgi.escape() usage in test_cgi. by Brett Cannon · 13 years ago
  96. 5a5d6a1 Merge by Brett Cannon · 13 years ago
  97. f99983d Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 13 years ago
  98. b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 13 years ago
  99. c94871a Merged fixed test from 3.2. by Vinay Sajip · 13 years ago
  100. c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 13 years ago