1. de11b18 Close subprocess pipes to clean up ResourceWarnings by Brian Curtin · 14 years ago
  2. 19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. by Brian Curtin · 14 years ago
  3. 5ad0bd6 Add socket cleanup for ResourceWarning and update test to use skip decorator by Brian Curtin · 14 years ago
  4. 4841fd6 Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]RegexpMatches, rephrase a couple of paragraphs, and remove redundant doc about the msg arg. by Ezio Melotti · 14 years ago
  5. ab747a7 Fix ResourceWarning from subprocess pipes being left open. by Brian Curtin · 14 years ago
  6. 994ad6c Fix ResourceWarning from subprocess pipe. by Brian Curtin · 14 years ago
  7. 43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. by Brian Curtin · 14 years ago
  8. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
  9. 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 14 years ago
  10. a277ec4 Followup to r86170: fix reference leak in str.format by Antoine Pitrou · 14 years ago
  11. c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 14 years ago
  12. 3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. by Brian Curtin · 14 years ago
  13. b5d8204 Issue #10279: fix test_gc under Win64. by Antoine Pitrou · 14 years ago
  14. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
  15. 99c4830 Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings by Antoine Pitrou · 14 years ago
  16. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  17. 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 14 years ago
  18. 27bbca6 Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. by Eric Smith · 14 years ago
  19. 2397dd5 Issue #10314: improve performance of JSON encoding with sort_keys=True by Antoine Pitrou · 14 years ago
  20. 5ee89cf Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c) by Hirokazu Yamamoto · 14 years ago
  21. 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 14 years ago
  22. de5919d Can build older OpenSSL in http://svn.python.org/projects/externals/ by Hirokazu Yamamoto · 14 years ago
  23. f5b5760 Added svn:ignore. by Hirokazu Yamamoto · 14 years ago
  24. 3cdd5cb Issue #5391: mmap.read_byte() should return unsigned value [0, 255] by Hirokazu Yamamoto · 14 years ago
  25. 95c0700 Fix Issue 10307 - compile error in readline.c by Senthil Kumaran · 14 years ago
  26. 3beb38f Fix three ResourceWarnings. by Brian Curtin · 14 years ago
  27. fd15191 Demote one warning to a note. There's no security risk here, just a note on usage and avialability. by Raymond Hettinger · 14 years ago
  28. f447770 Put warning block in the main flow of text. by Raymond Hettinger · 14 years ago
  29. b82c8e5 classic classes are gone; whoppie! by Benjamin Peterson · 14 years ago
  30. 8347328 deuglify by Benjamin Peterson · 14 years ago
  31. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  32. 3c6830c update items/keys/values doc #10300 by Benjamin Peterson · 14 years ago
  33. 327433f Divide the context manager signature from the normal one for consistency with the other methods. by Ezio Melotti · 14 years ago
  34. 9c02c2f Minor cleanups to unittest doc. by Ezio Melotti · 14 years ago
  35. 4370b30 List the assert* methods in tables in unittest doc. by Ezio Melotti · 14 years ago
  36. 7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). by Antoine Pitrou · 14 years ago
  37. 4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER by Antoine Pitrou · 14 years ago
  38. 33d144a issue 9981 let make_buildinfo use a temporary directory on windows by Kristján Valur Jónsson · 14 years ago
  39. 0eee1f5 Disabling SNI test; server admin would not like us to use it for automated tests. by Antoine Pitrou · 14 years ago
  40. 0a9397f A newline in lineno output breaks pyframe output. by Georg Brandl · 14 years ago
  41. a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. by Phillip J. Eby · 14 years ago
  42. 0d1b38c Issue #10173: test_multiprocessing shouldn't pickle TestCase instances by Antoine Pitrou · 14 years ago
  43. f80b3f7 Issue #10280: NNTP.nntp_version should reflect the highest version by Antoine Pitrou · 14 years ago
  44. e159422 Update wsgiref for PEP 3333, and fix errors introduced into the test suite by converting type() checks to isinstance(). by Phillip J. Eby · 14 years ago
  45. 5a43f72 remove some things that are now tested by Benjamin Peterson · 14 years ago
  46. ed82ca1 Ditch some dead code in test_unicode_file. by Brett Cannon · 14 years ago
  47. 7a26cb9 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change by Michael Foord · 14 years ago
  48. f74ed2e Defined Py_BUILD_CORE_MODULE also on VC7.1. by Hirokazu Yamamoto · 14 years ago
  49. 4285f94 Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp. by Hirokazu Yamamoto · 14 years ago
  50. 321d059 Remove the keyword only restriction for places and delta args in unittest.TestCase.assert[Not]AlmostEqual by Michael Foord · 14 years ago
  51. a2c9770 Defined Py_BUILD_CORE_MODULE also on VC6. by Hirokazu Yamamoto · 14 years ago
  52. fca2e8a Fix bug 9340 - argparse parse_known_args didn't work with subparsers by Steven Bethard · 14 years ago
  53. b68928b Clean up ResourceWarnings. Explictly close stdout from the subprocess. by Brian Curtin · 14 years ago
  54. 21ebbb7 Clean up ResourceWarnings due to unclosed sockets. by Brian Curtin · 14 years ago
  55. be647e2 Remove extracted trees at the end of the test. by Martin v. Löwis · 14 years ago
  56. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  57. bbea35f Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. by Michael Foord · 14 years ago
  58. e6fa381 Translated German message into English. by Alexander Belopolsky · 14 years ago
  59. f4b321b Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  60. 77d4dc0 Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  61. 4f2eace Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  62. 3b87cca Reverted inadvertent change from r86095 by Alexander Belopolsky · 14 years ago
  63. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
  64. 8291af2 Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes. by Brian Curtin · 14 years ago
  65. 49998ee Fix for issue 9355 where with multiple mutually exclusive arguments, some brackets were being lost in the usage messages by Steven Bethard · 14 years ago
  66. 1ca45a5 Fix bug 9352 where characters were being lost in parsing some short options by Steven Bethard · 14 years ago
  67. 6509599 Issue #7061: Simplified a section title. by Alexander Belopolsky · 14 years ago
  68. 72c5538 Get argparse.__all__ back up to date (issue 9353) by Steven Bethard · 14 years ago
  69. c4ac887 Close subprocess pipes to clear ResourceWarning messages in debug mode. by Brian Curtin · 14 years ago
  70. 1f1c247 Unset COLUMNS for test_argparse (and restore afterwards) (issue 9553) by Steven Bethard · 14 years ago
  71. 50be1ca Fix some ResourceErrors. by Brian Curtin · 14 years ago
  72. d4694ed fix output for getaddrinfo bug check #7059 by Benjamin Peterson · 14 years ago
  73. b9fe800 Issue #9886: Add a key-function entry to the glossary. by Raymond Hettinger · 14 years ago
  74. 099cfed Issue 7402: Improve reduce() example in the python idioms how-to. by Raymond Hettinger · 14 years ago
  75. 4d98489 Issue #10265: Close file objects explicitly in sunau. Patch by Brian Brazil. by Antoine Pitrou · 14 years ago
  76. b373799 Issue 7447: Improve docs for sum(). by Raymond Hettinger · 14 years ago
  77. 87298c4 No declarations in the middle of a block (fixes compile under Windows) by Antoine Pitrou · 14 years ago
  78. 4d80766 set native eol on new files by Benjamin Peterson · 14 years ago
  79. 227ee3a set eol-style on new doc files by Benjamin Peterson · 14 years ago
  80. 90b60a6 close the source's byte stream by Benjamin Peterson · 14 years ago
  81. 1bd93a7 fix ftplib resource warnings by Benjamin Peterson · 14 years ago
  82. d5df36d fix resource warnings in test_sax #10269 by Benjamin Peterson · 14 years ago
  83. a807137 wrap some things in with blocks by Benjamin Peterson · 14 years ago
  84. 2d8c917 more fun with string exceptions by Benjamin Peterson · 14 years ago
  85. 9595166 string exceptions; how quaint by Benjamin Peterson · 14 years ago
  86. 189316a Issue 10110: Let Queue.put recognize a full queue when the maxsize parameter has been reduced. by Raymond Hettinger · 14 years ago
  87. d285bdb start banging on zipfile's file leakiness by Benjamin Peterson · 14 years ago
  88. d6868b4 fix leaking sockets by Benjamin Peterson · 14 years ago
  89. d094efd cleanup resources in test_smtplib #10264 by Benjamin Peterson · 14 years ago
  90. 076ed00 add --enable-loadable-sqlite-extensions #10268 by Benjamin Peterson · 14 years ago
  91. 7926325 add no output to with-system-ffi and with-system-expat by Benjamin Peterson · 14 years ago
  92. c73206c typo by Benjamin Peterson · 14 years ago
  93. f569826 Issue #10266: uu.decode didn't close in_file explicitly when it was given by Antoine Pitrou · 14 years ago
  94. e974571 Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. by Antoine Pitrou · 14 years ago
  95. 65b4af3 Updated NEWS about logging.basicConfig(). by Vinay Sajip · 14 years ago
  96. c5b2730 Added style argument to logging.basicConfig() and documented this change. by Vinay Sajip · 14 years ago
  97. 6447454 PY_CFLAGS doesn't exist under Windows by Antoine Pitrou · 14 years ago
  98. b643ef8 Issue #5729: json.dumps to support using '\t' as an indent string by Raymond Hettinger · 14 years ago
  99. 6ff2a7d Fix a ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  100. f53a626 issue 10237 by Kristján Valur Jónsson · 14 years ago