1. c8287ef Invalidate finder caches after creating a new script. by Brett Cannon · 13 years ago
  2. 990eff0 Backing out 86dc014cdd74. Not ready yet by Jesus Cea · 13 years ago
  3. 2b47f0a Close #10142: Support for SEEK_HOLE/SEEK_DATA by Jesus Cea · 13 years ago
  4. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 13 years ago
  5. 8f79dd5 Silence DeprecationWarning for cgi.escape() usage in test_cgi. by Brett Cannon · 13 years ago
  6. 5a5d6a1 Merge by Brett Cannon · 13 years ago
  7. c94871a Merged fixed test from 3.2. by Vinay Sajip · 13 years ago
  8. c2ad0aa Fixed test to work on Windows. by Vinay Sajip · 13 years ago
  9. 8923a4d Issue #14605: Insert to the front of sys.path_hooks instead of appending. by Brett Cannon · 13 years ago
  10. a5798de Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
  11. 66b8b08 Issue #14632: Updated WatchedFileHandler to deal with race condition. Thanks to John Mulligan for the problem report and patch. by Vinay Sajip · 13 years ago
  12. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 13 years ago
  13. 9f478c0 Merge with 3.2: Issue #14160: TarFile.extractfile() failed to resolve symbolic by Lars Gustäbel · 13 years ago
  14. 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 13 years ago
  15. 15ee821 distiguish between refusing to creating shared keys and error (#13903) by Benjamin Peterson · 13 years ago
  16. 4f2f3b6 Account for shared keys in type's __sizeof__ (#13903). by Martin v. Loewis · 13 years ago
  17. 42f5881 merge 3.2 (#14658) by Benjamin Peterson · 13 years ago
  18. 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
  19. 01296da Skip long repr tests when the cached pyc file's path length would exceed the maximum Win32 path length. by Antoine Pitrou · 13 years ago
  20. ece58de Close #14648: Compute correctly maxchar in str.format() for substrin by Victor Stinner · 13 years ago
  21. 9bc3653 merge heads by Benjamin Peterson · 13 years ago
  22. db780d0 fix instance dicts with str subclasses (#13903) by Benjamin Peterson · 13 years ago
  23. a82c960 merge #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
  24. c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
  25. 7d95e40 Implement PEP 412: Key-sharing dictionaries (closes #13903) by Benjamin Peterson · 13 years ago
  26. 80d07f8 inherit maxchar of field value where needed (closes #14648) by Benjamin Peterson · 13 years ago
  27. 1cf5aa9 merge 3.2 by Benjamin Peterson · 13 years ago
  28. 7a436c5 sleep here by Benjamin Peterson · 13 years ago
  29. 8c5e920 merge by Brett Cannon · 13 years ago
  30. 410e88d Change tests for imp.cache_from_source() to follow os.path.join/split semantics. by Brett Cannon · 13 years ago
  31. 4c3f478 Issue #14644: Increased default timeout for SMTPHandler. Note: last commit message referred to the wrong issue number. by Vinay Sajip · 13 years ago
  32. 243994d Resolve #14026 (Merge from 3.2) by Nick Coghlan · 13 years ago
  33. 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 13 years ago
  34. 3a441c1 Fix Issue2193 - Allow ":" character in Cookie NAME values by Senthil Kumaran · 13 years ago
  35. b8c0206 Issue #14637: Fix the UNC import test under Windows to actually use by Brett Cannon · 13 years ago
  36. 9e924ed Fix a cleanup. by Brett Cannon · 13 years ago
  37. 5d5296d Merge by Brett Cannon · 13 years ago
  38. 9a359bd Issue #14630: Merge fix from 3.2. by Mark Dickinson · 13 years ago
  39. bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 13 years ago
  40. bbdc9cd Use a skipUnless decorator instead of conditional renaming. by Brett Cannon · 13 years ago
  41. 1032af9 Issue #14585: test_import now runs all tests under by Brett Cannon · 13 years ago
  42. f0434e6 Issue #14599: Generalize a test for ImportError.path and add support by Brett Cannon · 13 years ago
  43. a2898c1 Try to debug a Windows failure on the buildbots. by Brett Cannon · 13 years ago
  44. c33f3f2 Issue #14629: Mention the filename in SyntaxError exceptions from by Brett Cannon · 13 years ago
  45. dd9a569 Issue #14633: Simplify imp.find_modue() test after fixes from issue by Brett Cannon · 13 years ago
  46. 63c39fe merge 3.2: issue 14629 by Martin v. Löwis · 13 years ago
  47. 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 13 years ago
  48. 6fe20b3 Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. by Larry Hastings · 13 years ago
  49. dd5aa36 Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  50. 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
  51. aa2efcb Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. by Martin v. Löwis · 13 years ago
  52. e27b360 Merge from 3.2 by Nick Coghlan · 13 years ago
  53. 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
  54. dea6c21 #14538: merge with 3.2. by Ezio Melotti · 13 years ago
  55. 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
  56. b0b2242 Issue #14385: Support other types than dict for __builtins__ by Victor Stinner · 13 years ago
  57. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 13 years ago
  58. 6e3358a merge 3.2 (#14612) by Benjamin Peterson · 13 years ago
  59. e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
  60. 2a1fdc4 merge 3.2 (#14607) by Benjamin Peterson · 13 years ago
  61. 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 13 years ago
  62. fba807a Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
  63. ab2d58e Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 13 years ago
  64. c8ce715 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. by Charles-François Natali · 13 years ago
  65. 4132368 Issue #14599: Fix an import caching race condition. by Brett Cannon · 13 years ago
  66. ceffda8 Issue #14599: Make test_reprlib robust against import cache race by Brett Cannon · 13 years ago
  67. de3c73b pep8-ize test names by Antoine Pitrou · 13 years ago
  68. 6b64fc6 Fix refleak in test_gc by Antoine Pitrou · 13 years ago
  69. 7706d9a Closes #14452: brought tests in line with removal of BOM insertion code. by Vinay Sajip · 13 years ago
  70. b206a80 Fix #10854. Make use of the new path and name attributes on ImportError by Brian Curtin · 13 years ago
  71. d15e6a3 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago
  72. aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago
  73. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 13 years ago
  74. da4210f Issue #13496: Merge from 3.2 by Mark Dickinson · 13 years ago
  75. a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 13 years ago
  76. 69c6352 Issue #10576: Add a progress callback to gcmodule by Kristján Valur Jónsson · 13 years ago
  77. afbdc13 Fix an import race condition. by Brett Cannon · 13 years ago
  78. 73def61 Try to fix a sporadic test failure from what is probably a caching race condition. by Brett Cannon · 13 years ago
  79. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 13 years ago
  80. 79ec55e Issue #1559549: Add 'name' and 'path' attributes to ImportError. by Brett Cannon · 13 years ago
  81. f50b38a Merge #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  82. 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  83. 80a133b code improvement. 'as cm' not required when not used. Review comment by Georg Brandl by Senthil Kumaran · 13 years ago
  84. ea16980 #14508: make gprof2html script runnable under python3 by R David Murray · 13 years ago
  85. 690598a merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
  86. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
  87. 08bd4aa use assertWarns instead of check_warnings - Issue14341 by Senthil Kumaran · 13 years ago
  88. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
  89. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
  90. 75d9aca Rename test_ file that is really a support file to remove test_ prefix. by R David Murray · 13 years ago
  91. 78fc25c #14533: if a test has no test_main, use loadTestsFromModule. by R David Murray · 13 years ago
  92. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 13 years ago
  93. c988e24 Remove redundancy in listing of all mailbox classes in test_mailbox. by R David Murray · 13 years ago
  94. c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 13 years ago
  95. 0ec2c07 Fix flakiness in test_socketserver by Antoine Pitrou · 13 years ago
  96. f18d6f3 Fix flakiness in test_socketserver by Antoine Pitrou · 13 years ago
  97. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  98. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  99. f998810 Merge: Make test_mailbox runnable via python -m unittest. by R David Murray · 13 years ago
  100. 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 13 years ago