1. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  2. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  3. 4e18ac8 Merge heads by Nadeem Vawda · 13 years ago
  4. 55b4338 Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. by Nadeem Vawda · 13 years ago
  5. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  6. d4ae04f Branch merge by Éric Araujo · 13 years ago
  7. dec2067 Branch merge by Éric Araujo · 13 years ago
  8. f46676d Branch merge by Éric Araujo · 13 years ago
  9. b57f108 Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available. by Victor Stinner · 13 years ago
  10. 5eb5559 Issue #12180: Fixed a few remaining errors in test_packaging when no threading. by Tarek Ziade · 13 years ago
  11. d2780ae (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  12. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  13. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  14. af62c7d (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  15. 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  16. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago
  17. 242926d merge commit. by Senthil Kumaran · 13 years ago
  18. 5e826e8 Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. by Senthil Kumaran · 13 years ago
  19. aa1ef2d Merge 3.2 by Éric Araujo · 13 years ago
  20. 559b5f1 Minor cleanup in sysconfig. by Éric Araujo · 13 years ago
  21. b46004c Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 13 years ago
  22. 51b7aed Merge 3.1 by Éric Araujo · 13 years ago
  23. 29ef006 Branch merge by Éric Araujo · 13 years ago
  24. dac9ace test that object has a __dir__() implementation by Benjamin Peterson · 13 years ago
  25. 81b21d7 test values and types of (True/False).(imag/real) by Benjamin Peterson · 13 years ago
  26. 2e2baa9 Issue #12049: test_ssl now checks also that RAND_bytes() raises an error if by Victor Stinner · 13 years ago
  27. c13ef66 Issue #8407: Fix the signal handler of the signal module: if it is called by Victor Stinner · 13 years ago
  28. b45c708 excellent place for assertRaises by Benjamin Peterson · 13 years ago
  29. be62103 Issue #8533: regrtest replaces also sys.stdout on Windows by Victor Stinner · 13 years ago
  30. 6daa33c Issue #10818: Remove deprecated pydoc.serve() function by Victor Stinner · 13 years ago
  31. 383c3fc Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has been by Victor Stinner · 13 years ago
  32. f1a1af2 Fix typo in bz2 module. by Nadeem Vawda · 13 years ago
  33. 62666e1 (Merge 3.2) Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  34. 8ed8416 (Merge 3.1) Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  35. 8fdfc20 Issue #12057: Add tests for the HZ encoding by Victor Stinner · 13 years ago
  36. 1f4560c Issue #1441530: In imaplib, read the data in one chunk to speed up large by Charles-François Natali · 13 years ago
  37. 17dc819 (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to by Victor Stinner · 13 years ago
  38. 1273b7c Issue #12070: Fix the Makefile parser of the sysconfig module to handle by Victor Stinner · 13 years ago
  39. eb734f7 (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  40. d48ba0b (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 13 years ago
  41. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 13 years ago
  42. abf22b4 merge 3.2 by Benjamin Peterson · 13 years ago
  43. e6a0621 merge 3.1 by Benjamin Peterson · 13 years ago
  44. f847393 backout 8b384de4e780, so a proper fix can be considered (#5715) by Benjamin Peterson · 13 years ago
  45. 9b325b0 merge 3.2 by Benjamin Peterson · 13 years ago
  46. 48e21fc merge 3.1 by Benjamin Peterson · 13 years ago
  47. a7cdb0f generally, sockets should be closed after they're used by Benjamin Peterson · 13 years ago
  48. 247b52b Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  49. cf05759 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  50. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  51. 82b00c1 move specialized dir implementations into __dir__ methods (closes #12166) by Benjamin Peterson · 13 years ago
  52. 9bcfacd Issue #12167: packaging.tests.test_dist unloads the temporary module by Victor Stinner · 13 years ago
  53. 79d1b1c Issue #12167: packaging.tests.support, LoggingCatcher restores correctly the by Victor Stinner · 13 years ago
  54. 99c8b16 Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl by Victor Stinner · 13 years ago
  55. b7b1930 Updated test_rollover delay to just over a second. by Vinay Sajip · 13 years ago
  56. e36f375 Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23 by Victor Stinner · 13 years ago
  57. fea0f4d Issue #12158: Move linux_version() from test_socket to test.support by Victor Stinner · 13 years ago
  58. 25000d4 Issue #11377: platform.popen() emits a DeprecationWarning by Victor Stinner · 13 years ago
  59. a910072 Merge heads. by Ezio Melotti · 13 years ago
  60. 64af7c0 #12074: merge with 3.2. by Ezio Melotti · 13 years ago
  61. 3ef1229 Issue #12151: Test now ignores datagram socket errors after server is closed. by Vinay Sajip · 13 years ago
  62. 84f75c6 #12074: remove the /0 when there are no failures. by Ezio Melotti · 13 years ago
  63. bfcdcf9 merge heads by Benjamin Peterson · 13 years ago
  64. 200fe3d merge heads by Benjamin Peterson · 13 years ago
  65. 5cc10b0 merge 3.2 by Benjamin Peterson · 13 years ago
  66. f5fcd33 merge 3.1 by Benjamin Peterson · 13 years ago
  67. 08c719e (Merge 3.2) Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  68. a2a895c Issue #12074: regrtest displays also the current number of failures by Victor Stinner · 13 years ago
  69. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 13 years ago
  70. acd902b Issue #12151: Correction to diagnostic code. by Vinay Sajip · 13 years ago
  71. ba980db Issue #12151: Added diagnostics to help diagnose intermittent socket errors. by Vinay Sajip · 13 years ago
  72. e1177d9 Issue #12125: fixed the failures under Solaris due to improper test cleanup. by Tarek Ziade · 13 years ago
  73. fabc308 fixed the cwd cleanup in packaging test_util by Tarek Ziade · 13 years ago
  74. eb64b61 make sure the cwd is restored on tearDown by Tarek Ziade · 13 years ago
  75. a1ae533 make sure build_dir.build_lib is synced to the faked build location by Tarek Ziade · 13 years ago
  76. d688170 Merge 3.2 by Victor Stinner · 13 years ago
  77. b43dd4b Merge 3.1 by Victor Stinner · 13 years ago
  78. 2cca057 test_codecs now removes the temporay file (created by the test) by Victor Stinner · 13 years ago
  79. cc6491a Issue #12105: test_posix, add the value of O_CLOEXEC in the error message by Victor Stinner · 13 years ago
  80. a454ef6 Update documentation to mention bytes instead byte string and correct one by Gregory P. Smith · 13 years ago
  81. 949c890 Issue #12151: test_logging writes debug messages to stderr, not stdout by Victor Stinner · 13 years ago
  82. e5f9cbd skip more tests in packaging if threading is not supported by Tarek Ziade · 13 years ago
  83. a3c1545 not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not true under Windows 7 by Tarek Ziade · 13 years ago
  84. 3c8d12d Issue #10801: Remove a debug print() from test_zipfile by Victor Stinner · 13 years ago
  85. 3517369 Issue 12132 - skip the test_buil_ext test if the xx module is not found by Tarek Ziade · 13 years ago
  86. 2bc55e4 Issue 10126 - backported distutils fix for the enable-share mode into packaging by Tarek Ziade · 13 years ago
  87. 1e045b1 Issue #12105: Add O_CLOEXEC to the os module. by Charles-François Natali · 13 years ago
  88. f738d33 Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 13 years ago
  89. a98d26a Issue #12138: fix use of transient_internet() in test_urllibnet by Antoine Pitrou · 13 years ago
  90. 3c18f25 regrtest: enable faulthandler in main() instead of if __name__ == '__main__': by Victor Stinner · 13 years ago
  91. b455e58 Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a TypeError, not a Decimal.InvalidOperation by Mark Dickinson · 13 years ago
  92. 2c40f60 added the Content-Length header. that fixes the weird packaging.pypi.errors.HashDoesNotMatch errors by Tarek Ziade · 13 years ago
  93. 99d4623 deactivating one test under win32 for now by Tarek Ziade · 13 years ago
  94. cc243cc make sure the crawler can browse file-based indexes under win32 by Tarek Ziade · 13 years ago
  95. 76ad4f0 fixed the export symbols for the win32 linker by Tarek Ziade · 13 years ago
  96. 5edc31e skip the pypi upload doc test via https, if ssl is not available by Tarek Ziade · 13 years ago
  97. be20be1 use the same line terminator everywhere by Tarek Ziade · 13 years ago
  98. 39e3528 Issue #12136: Added change to handle non-availability of the ssl module. by Vinay Sajip · 13 years ago
  99. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 13 years ago
  100. 4bdd9f3 fixed the move api in packaging.install, and closing the handle left by mkstemp() in its test module by Tarek Ziade · 13 years ago