1. d976098 Close #12089: Remove outdated and unused code from regrtest. by Victor Stinner · 13 years ago
  2. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  3. 1cc9bbd fixed the test_uninstall patch by Tarek Ziade · 13 years ago
  4. 371df05 Issue 12218: Removing wsgiref.egg-info by Tarek Ziade · 13 years ago
  5. c6c5e04 merge heads by Benjamin Peterson · 13 years ago
  6. 758888d don't restrict unexpected EOF errors to the first line (closes #12216) by Benjamin Peterson · 13 years ago
  7. c8507bf use better naming scheme by Benjamin Peterson · 13 years ago
  8. 1ae2998 Increases some test timeouts to fix issue 11864. by Brian Quinlan · 13 years ago
  9. b9c0987 displaying the faulty project name is a good idea by Tarek Ziade · 13 years ago
  10. 2da7565 removed spurious output by Tarek Ziade · 13 years ago
  11. b1b6e13 Cleaned up the installer output behavior. by Tarek Ziade · 13 years ago
  12. 43f289a cleanup packaging.database by Tarek Ziade · 13 years ago
  13. a17d888 a resource module for 2 functions is overkill. database is the right place for those by Tarek Ziade · 13 years ago
  14. 72e5865 Simplify line-oriented tests in test_bz2. by Nadeem Vawda · 13 years ago
  15. f3ecb83 Issue #1625: Add stream ordering test to test_bz2. by Nadeem Vawda · 13 years ago
  16. 07d291a Remove unused data from test_bz2. by Nadeem Vawda · 13 years ago
  17. 98838ba Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. by Nadeem Vawda · 13 years ago
  18. 65bf417 Issue #10736: Revert changeset de4d34a95603 as it causes failures with by Ned Deily · 13 years ago
  19. d8e0806 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  20. d92ccb1 Skip test_pipe2 on Linux kernels older than 2.6.27. by Charles-François Natali · 13 years ago
  21. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  22. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  23. c739066 Branch merge by Éric Araujo · 13 years ago
  24. 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 13 years ago
  25. 7f9b37b Port r86353 to packaging (#10359: “;” after function definition is invalid in ISO C) by Éric Araujo · 13 years ago
  26. 601aba6 Merge touch-ups and fixes for #9831 (+port fix to packaging) and #9223 from 3.2 by Éric Araujo · 13 years ago
  27. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  28. 489c8ff Fix test_build_py when sys.dont_write_bytecode is true (#9831). by Éric Araujo · 13 years ago
  29. 8281ba8 follow on to the last commit, remove the final POSIXPurePythonTestCase by Gregory P. Smith · 13 years ago
  30. 59fd1bf The _posixsubprocess module is now required on POSIX. by Gregory P. Smith · 13 years ago
  31. c80504f Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  32. 59a3338 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  33. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  34. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  35. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  36. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  37. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  38. aeabd5f add some with syntax examples by Benjamin Peterson · 13 years ago
  39. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  40. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  41. 4e18ac8 Merge heads by Nadeem Vawda · 13 years ago
  42. 55b4338 Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. by Nadeem Vawda · 13 years ago
  43. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  44. d4ae04f Branch merge by Éric Araujo · 13 years ago
  45. dec2067 Branch merge by Éric Araujo · 13 years ago
  46. f46676d Branch merge by Éric Araujo · 13 years ago
  47. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  48. 5eb5559 Issue #12180: Fixed a few remaining errors in test_packaging when no threading. by Tarek Ziade · 13 years ago
  49. d2780ae (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  50. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  51. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  52. af62c7d (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  53. 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  54. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  55. 242926d merge commit. by Senthil Kumaran · 13 years ago
  56. 5e826e8 Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. by Senthil Kumaran · 13 years ago
  57. aa1ef2d Merge 3.2 by Éric Araujo · 13 years ago
  58. 559b5f1 Minor cleanup in sysconfig. by Éric Araujo · 13 years ago
  59. b46004c Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 13 years ago
  60. 51b7aed Merge 3.1 by Éric Araujo · 13 years ago
  61. 29ef006 Branch merge by Éric Araujo · 13 years ago
  62. dac9ace test that object has a __dir__() implementation by Benjamin Peterson · 13 years ago
  63. 81b21d7 test values and types of (True/False).(imag/real) by Benjamin Peterson · 13 years ago
  64. 2e2baa9 Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if by Victor Stinner · 13 years ago
  65. c13ef66 Issue #8407: Fix the signal handler of the signal module: if it is called by Victor Stinner · 13 years ago
  66. b45c708 excellent place for assertRaises by Benjamin Peterson · 13 years ago
  67. be62103 Issue #8533: regrtest replaces also sys.stdout on Windows by Victor Stinner · 13 years ago
  68. 6daa33c Issue #10818: Remove deprecated pydoc.serve() function by Victor Stinner · 13 years ago
  69. 383c3fc Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been by Victor Stinner · 13 years ago
  70. f1a1af2 Fix typo in bz2 module. by Nadeem Vawda · 13 years ago
  71. 62666e1 (Merge 3.2) Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  72. 8ed8416 (Merge 3.1) Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  73. 8fdfc20 Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  74. 1f4560c Issue #1441530: In imaplib, read the data in one chunk to speed up large by Charles-François Natali · 13 years ago
  75. 17dc819 (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to by Victor Stinner · 13 years ago
  76. 1273b7c Issue #12070: Fix the Makefile parser of the sysconfig module to handle by Victor Stinner · 13 years ago
  77. eb734f7 (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  78. d48ba0b (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  79. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  80. abf22b4 merge 3.2 by Benjamin Peterson · 13 years ago
  81. e6a0621 merge 3.1 by Benjamin Peterson · 13 years ago
  82. f847393 backout 8b384de4e780, so a proper fix can be considered (#5715) by Benjamin Peterson · 13 years ago
  83. 9b325b0 merge 3.2 by Benjamin Peterson · 13 years ago
  84. 48e21fc merge 3.1 by Benjamin Peterson · 13 years ago
  85. a7cdb0f generally, sockets should be closed after they're used by Benjamin Peterson · 13 years ago
  86. 247b52b Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  87. cf05759 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  88. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  89. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  90. 9bcfacd Issue #12167: packaging.tests.test_dist unloads the temporary module by Victor Stinner · 13 years ago
  91. 79d1b1c Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the by Victor Stinner · 13 years ago
  92. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  93. b7b1930 Updated test_rollover delay to just over a second. by Vinay Sajip · 13 years ago
  94. e36f375 Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23 by Victor Stinner · 13 years ago
  95. fea0f4d Issue #12158: Move linux_version() from test_socket to test.support by Victor Stinner · 13 years ago
  96. 25000d4 Issue #11377: platform.popen() emits a DeprecationWarning by Victor Stinner · 13 years ago
  97. a910072 Merge heads. by Ezio Melotti · 13 years ago
  98. 64af7c0 #12074: merge with 3.2. by Ezio Melotti · 13 years ago
  99. 3ef1229 Issue #12151: Test now ignores datagram socket errors after server is closed. by Vinay Sajip · 13 years ago
  100. 84f75c6 #12074: remove the /0 when there are no failures. by Ezio Melotti · 13 years ago