1. a83878e Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing. by Antoine Pitrou · 15 years ago
  2. 183fe81 #10130: Prepare for building epub-format docs. by Georg Brandl · 15 years ago
  3. 0691491 Fix duplicate end tag. by Georg Brandl · 15 years ago
  4. b996f74 test_time: assertEquals => assertEqual by Victor Stinner · 15 years ago
  5. 8786d3d Issue #10756: add the author, Andreas Stührk by Victor Stinner · 15 years ago
  6. c932b65 test_threading: use Popen.communicate() instead of .wait() by Victor Stinner · 15 years ago
  7. 4b2b43d regrtest: close the new stdout and restore the original stdout at exit by Victor Stinner · 15 years ago
  8. 358e11d Issue #10756: atexit normalizes the exception before displaying it. by Victor Stinner · 15 years ago
  9. 29e762c test_bytes: test PyBytes_FromFormat() using ctypes by Victor Stinner · 15 years ago
  10. aaa4e9a Remove arbitrary string length limits by Victor Stinner · 15 years ago
  11. 477efb3 #10790: make append work when output codec is different from input codec by R. David Murray · 15 years ago
  12. ca1e7ec test_unicode: use ctypes to test PyUnicode_FromFormat() by Victor Stinner · 15 years ago
  13. 1ec121d Fix test_time under Windows by Antoine Pitrou · 15 years ago
  14. 9d6f936 Issue #9566: PyUnicode_FromFormatV() doesn't support %zi, use %zd instead by Victor Stinner · 15 years ago
  15. ed7e222 Issue #9566: explain why (int)len cannot underflow by Victor Stinner · 15 years ago
  16. c998232 In subprocess, wrap pipe fds before launching the child. Hopefully this by Antoine Pitrou · 15 years ago
  17. 9bd4a24 Fix the new bug introduced in the r87710 fix for issue 6643. DummyThread by Gregory P. Smith · 15 years ago
  18. 3fb97ae Fix exception catching. by Georg Brandl · 15 years ago
  19. 5da468f Whitespace cleanup by Alexander Belopolsky · 15 years ago
  20. ecebdc7 Issue #8013: Fix time.ctime test failure on 32-bit platforms. by Alexander Belopolsky · 15 years ago
  21. b9588b5 Issue #8013: time.asctime and time.ctime no longer call system asctime by Alexander Belopolsky · 15 years ago
  22. 2427ab9 logging HOWTO: fixed markup for numbered handler list. by Vinay Sajip · 15 years ago
  23. dc55540 Issue #9015, #9611: stdprinter.write() clamps the length to 2^31-1 on Windows by Victor Stinner · 15 years ago
  24. 0fcab4a Issue #9566: use Py_ssize_t instead of int by Victor Stinner · 15 years ago
  25. 6ab8e82 Issue #8992: convertsimple() doesn't need to fill msgbuf if an error occurred by Victor Stinner · 15 years ago
  26. a093d0d Issue #8992: Simplify addcleanup() API by Victor Stinner · 15 years ago
  27. c3a51ec Issue #10819: SocketIO.name property returns -1 when its closed, instead of by Victor Stinner · 15 years ago
  28. 8848c7a Issue #8650: zlib.compress() and zlib.decompress() raise an OverflowError if by Victor Stinner · 15 years ago
  29. b3c9e07 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 15 years ago
  30. e6edec2 Issue #9015, #9611: FileIO.readinto(), FileIO.write() and os.write() clamp the by Victor Stinner · 15 years ago
  31. 560f9da Issue #10267: Fix refleak in test_ttk_guionly. Patch by Hirokazu Yamamoto. by Antoine Pitrou · 15 years ago
  32. 04ba966 test_httplib: fix a DeprecationWarning, assertEquals=>assertEqual by Victor Stinner · 15 years ago
  33. 7a6a009 test_array: fix the DeprecationWarning('object.__init__() takes no parameters') by Victor Stinner · 15 years ago
  34. 23683ef Issue #10333: Remove ancient GC API, which has been deprecated since Python 2.2. by Antoine Pitrou · 15 years ago
  35. cae969e fix test_unittest: ignore DeprecationWarning on assertDictContainsSubset() by Victor Stinner · 15 years ago
  36. 47f14ba Un-complicate some code by Antoine Pitrou · 15 years ago
  37. dcdc3b4 Add some more output by Antoine Pitrou · 15 years ago
  38. c43ec08 Temporary debug output for intermittent failures in test_subprocess by Antoine Pitrou · 15 years ago
  39. 95aaeee Add a subprocess test of remapping standard file descriptors (issue #1187). by Antoine Pitrou · 15 years ago
  40. 4d41968 news for 6643 by Gregory P. Smith · 15 years ago
  41. 96c886c issue6643 - Two locks held within the threading module on each thread instance by Gregory P. Smith · 15 years ago
  42. 68530ac Mention --randseed in option list by Antoine Pitrou · 15 years ago
  43. 3c4402f Issue #6293: Have regrtest.py echo back sys.flags. This is done by default by Antoine Pitrou · 15 years ago
  44. 751ba4c Update description of Tools/unicode by Michael Foord · 15 years ago
  45. f3fcd9f Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in by Antoine Pitrou · 15 years ago
  46. c9c83ba Issue #10806, issue #9905: Fix subprocess pipes when some of the standard by Antoine Pitrou · 15 years ago
  47. 63ebe1c Fix test_site for systems without unsetenv. Reported by Zsolt Cserna. by Éric Araujo · 15 years ago
  48. 32e1d83 Enable unittest.TestCase to be instantiated without providing a method name. by Michael Foord · 15 years ago
  49. faa8c13 test_subprocess: close pipes at the end of test_pipe_cloexec_real_tools() by Victor Stinner · 15 years ago
  50. a3abd1d pydoc: close the DocServer when done by Victor Stinner · 15 years ago
  51. 2b69506 Issue #10816: multiprocessing.SocketClient() closes the socket on error by Victor Stinner · 15 years ago
  52. 90efac7 Issue 10502: addition of unittestgui to Tools/ by Michael Foord · 15 years ago
  53. 1d5eb34 test_socket: use context managers to close directly the socket by Victor Stinner · 15 years ago
  54. a935e8f test_xmlrpc: close the transport when done by Victor Stinner · 15 years ago
  55. 270fe40 test_tkinter: use a context manager to close directly the pipe by Victor Stinner · 15 years ago
  56. 5c85e3f test_timeout: move testRecvfromTimeout() to a UDP-specific test case by Victor Stinner · 15 years ago
  57. 109761b test_sockserver: close servers when done by Victor Stinner · 15 years ago
  58. d218e95 Issue 10786: unittest documentation update. by Michael Foord · 15 years ago
  59. e33b7c6 Reverting the mistaken commit r87677. Checked in py3rsa.py by mistake. by Senthil Kumaran · 15 years ago
  60. 6993d57 py3k implmentation of RSA algorithm, by Senthil Kumaran · 15 years ago
  61. 1d1df82 Removes the 'Call' class which is used to control execution order and is unreliable on Windows by Brian Quinlan · 15 years ago
  62. ff72816 Supply a reduce method for pickling. by Raymond Hettinger · 15 years ago
  63. 426e052 Make C helper function more closely match the pure python version, and add tests. by Raymond Hettinger · 15 years ago
  64. 23eaa70 Skip hanging test. by Martin v. Löwis · 15 years ago
  65. a251a85 #8278: In the Windows implementation of stat() and utime(), by Amaury Forgeot d'Arc · 15 years ago
  66. 9f6d48b Issue #10798: Reject supporting concurrent.futures if the system has by Martin v. Löwis · 15 years ago
  67. e10608c #8013 follow-up: by Georg Brandl · 15 years ago
  68. 3e913c9 Issue #8013: Fixed test by Alexander Belopolsky · 15 years ago
  69. e1bc898 Some nits. by Antoine Pitrou · 15 years ago
  70. b205d58 Add a shutdown() call in the server example. by Antoine Pitrou · 15 years ago
  71. 4a67a46 Clarify behaviour of close() and shutdown() on sockets. by Antoine Pitrou · 15 years ago
  72. abcfcba issue10802: fallback to pipe+fcntl when the pipe2 syscall fails with errno ENOSYS. by Gregory P. Smith · 15 years ago
  73. e2dc082 Issue #8013: Fixed time.asctime segfault when OS's asctime fails by Alexander Belopolsky · 15 years ago
  74. ece919e Fix bad quoting in r87639. Caught by Arfrever. by Antoine Pitrou · 15 years ago
  75. b6f4240 Issue #10807: Remove base64, bz2, hex, quopri, rot13, uu and zlib codecs from by Victor Stinner · 15 years ago
  76. c224458 Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD by Antoine Pitrou · 15 years ago
  77. 8a7e5da Fix code indentation. by Georg Brandl · 15 years ago
  78. d8f37ad Relax test condition a lot by Antoine Pitrou · 15 years ago
  79. 121ff82 #1665333: add more docs for optparse.OptionGroup. by Georg Brandl · 15 years ago
  80. 00d43fd Fix doctest to not rely on order of dictionary entries. by Raymond Hettinger · 15 years ago
  81. 345c49b Fix OrderedDic.pop() to work for subclasses that define __missing__(). by Raymond Hettinger · 15 years ago
  82. 32062e9 Make it easier to extend OrderedDict without breaking it. by Raymond Hettinger · 15 years ago
  83. 60db467 post release bump by Gregory P. Smith · 15 years ago
  84. 834cb39 update copyright to 2011 by Benjamin Peterson · 15 years ago
  85. 04480a8 #10801: do not actually extract, just open() the files in the test zipfile. by Georg Brandl · 15 years ago
  86. 5ba11de #10801: In zipfile, support different encodings for the header and the filenames. Patch by MvL, test by Eli Bendersky. by Georg Brandl · 15 years ago
  87. d30a0dd Fix issue references. by Georg Brandl · 15 years ago
  88. 554e6fa Issue 6285: add NEWS entry for 3.2. by Terry Reedy · 15 years ago
  89. 6739cc0 Issue 6285: catch missing IDLE help file. by Terry Reedy · 15 years ago
  90. 8dff4ba Typo. by Raymond Hettinger · 15 years ago
  91. a673b1f Fix OrderedDict.setdefault() to work for subclasses that define __missing__(). by Raymond Hettinger · 15 years ago
  92. ed13853 Happy New Year! (CET edition) by Georg Brandl · 15 years ago
  93. 1daaf9e #9361: add some tests for calendar.leapdays by R. David Murray · 15 years ago
  94. 7b0e86e Issue #10788: Changed test_logging setUp logic to provide more information. by Vinay Sajip · 15 years ago
  95. 81f3d7b Update README, remove empty directory. by Georg Brandl · 15 years ago
  96. 076cbae Add the missing __main__.py in the turtledemo package. It seems to have been lost during some mass rename action (r86095). by Georg Brandl · 15 years ago
  97. 59b4472 Remove mentions of the Demo directory. by Georg Brandl · 15 years ago
  98. 856898b Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo. by Georg Brandl · 15 years ago
  99. a3fe8e0 Remove the actual Demo dir. by Georg Brandl · 15 years ago
  100. 7fafbc9 More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content. by Georg Brandl · 15 years ago