1. 5ad85f8 Added example for str.format_map(). by Eric Smith · 14 years ago
  2. 7322fcf test_concurrent_futures: dump ulimit -a to check a failure on x86 FreeBSD 7.2 3.x, buildbot by Victor Stinner · 14 years ago
  3. 273b766 os.get_exec_path() ignores BytesWarning instead of recoding them by Victor Stinner · 14 years ago
  4. 6881886 #10334: add a role to refer to Python source files in SVN. by Georg Brandl · 14 years ago
  5. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
  6. c6ecb01 Fix wrapper/wrapped typo (with Raymond’s blessing) by Éric Araujo · 14 years ago
  7. 8f9626b Fix typo by Éric Araujo · 14 years ago
  8. 45ee43b Remove traces of Mac OS 9 support, again (#9508). by Éric Araujo · 14 years ago
  9. 2642ad0 Fix typo from r86170. by Éric Araujo · 14 years ago
  10. ba7209f Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281. by Éric Araujo · 14 years ago
  11. 909ddbd Add missing NEWS entry for r86239. by Éric Araujo · 14 years ago
  12. 7fa886d Prevent ResourceWarnings in test_gettext by Éric Araujo · 14 years ago
  13. 37a8933 Fix caching error found by regrtest -R (#10229) by Éric Araujo · 14 years ago
  14. 70ec44a Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) by Éric Araujo · 14 years ago
  15. 1c50549 Fix one omission in r78359 by Éric Araujo · 14 years ago
  16. 5ac6d80 Also close file descriptors from os.popen and subprocess.Popen by Éric Araujo · 14 years ago
  17. 25b5741 Issue #10330: trace module can now be used with python built without threads. by Alexander Belopolsky · 14 years ago
  18. ecd34cb Clear up ResourceWarnings by Brian Curtin · 14 years ago
  19. 5fd730e Of course, I forgot one file in r86223. by Éric Araujo · 14 years ago
  20. 89c0478 Add missing entry for r86223. by Éric Araujo · 14 years ago
  21. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  22. afb078d More what's new by Antoine Pitrou · 14 years ago
  23. 7d15a72 Update 3.2 what's new by Antoine Pitrou · 14 years ago
  24. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  25. 4a5f967 Output served URL when running ssl_servers by Antoine Pitrou · 14 years ago
  26. 66c95c7 Fix test_httplib when built without threads by Antoine Pitrou · 14 years ago
  27. db1bad2 Fix bootstrap issues when building without threads by Antoine Pitrou · 14 years ago
  28. 39a6591 Issue #10311: The signal module now restores errno before returning from by Antoine Pitrou · 14 years ago
  29. a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. by Antoine Pitrou · 14 years ago
  30. 09fff7a Fixed socket_gethostname() on windows. by Hirokazu Yamamoto · 14 years ago
  31. 9696088 Issue #10288: The deprecated family of "char"-handling macros by David Malcolm · 14 years ago
  32. de11b18 Close subprocess pipes to clean up ResourceWarnings by Brian Curtin · 14 years ago
  33. 19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. by Brian Curtin · 14 years ago
  34. 5ad0bd6 Add socket cleanup for ResourceWarning and update test to use skip decorator by Brian Curtin · 14 years ago
  35. 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
  36. ab747a7 Fix ResourceWarning from subprocess pipes being left open. by Brian Curtin · 14 years ago
  37. 994ad6c Fix ResourceWarning from subprocess pipe. by Brian Curtin · 14 years ago
  38. 43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. by Brian Curtin · 14 years ago
  39. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
  40. 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 14 years ago
  41. a277ec4 Followup to r86170: fix reference leak in str.format by Antoine Pitrou · 14 years ago
  42. c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 14 years ago
  43. 3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. by Brian Curtin · 14 years ago
  44. b5d8204 Issue #10279: fix test_gc under Win64. by Antoine Pitrou · 14 years ago
  45. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
  46. 99c4830 Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings by Antoine Pitrou · 14 years ago
  47. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  48. 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 14 years ago
  49. 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
  50. 2397dd5 Issue #10314: improve performance of JSON encoding with sort_keys=True by Antoine Pitrou · 14 years ago
  51. 5ee89cf Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c) by Hirokazu Yamamoto · 14 years ago
  52. 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 14 years ago
  53. de5919d Can build older OpenSSL in http://svn.python.org/projects/externals/ by Hirokazu Yamamoto · 14 years ago
  54. f5b5760 Added svn:ignore. by Hirokazu Yamamoto · 14 years ago
  55. 3cdd5cb Issue #5391: mmap.read_byte() should return unsigned value [0, 255] by Hirokazu Yamamoto · 14 years ago
  56. 95c0700 Fix Issue 10307 - compile error in readline.c by Senthil Kumaran · 14 years ago
  57. 3beb38f Fix three ResourceWarnings. by Brian Curtin · 14 years ago
  58. 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
  59. f447770 Put warning block in the main flow of text. by Raymond Hettinger · 14 years ago
  60. b82c8e5 classic classes are gone; whoppie! by Benjamin Peterson · 14 years ago
  61. 8347328 deuglify by Benjamin Peterson · 14 years ago
  62. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  63. 3c6830c update items/keys/values doc #10300 by Benjamin Peterson · 14 years ago
  64. 327433f Divide the context manager signature from the normal one for consistency with the other methods. by Ezio Melotti · 14 years ago
  65. 9c02c2f Minor cleanups to unittest doc. by Ezio Melotti · 14 years ago
  66. 4370b30 List the assert* methods in tables in unittest doc. by Ezio Melotti · 14 years ago
  67. 7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). by Antoine Pitrou · 14 years ago
  68. 4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER by Antoine Pitrou · 14 years ago
  69. 33d144a issue 9981 let make_buildinfo use a temporary directory on windows by Kristján Valur Jónsson · 14 years ago
  70. 0eee1f5 Disabling SNI test; server admin would not like us to use it for automated tests. by Antoine Pitrou · 14 years ago
  71. 0a9397f A newline in lineno output breaks pyframe output. by Georg Brandl · 14 years ago
  72. a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. by Phillip J. Eby · 14 years ago
  73. 0d1b38c Issue #10173: test_multiprocessing shouldn't pickle TestCase instances by Antoine Pitrou · 14 years ago
  74. f80b3f7 Issue #10280: NNTP.nntp_version should reflect the highest version by Antoine Pitrou · 14 years ago
  75. 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
  76. 5a43f72 remove some things that are now tested by Benjamin Peterson · 14 years ago
  77. ed82ca1 Ditch some dead code in test_unicode_file. by Brett Cannon · 14 years ago
  78. 7a26cb9 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change by Michael Foord · 14 years ago
  79. f74ed2e Defined Py_BUILD_CORE_MODULE also on VC7.1. by Hirokazu Yamamoto · 14 years ago
  80. 4285f94 Py_BUILD_CORE_MODULE was not needed in python.dsp and pythonw.dsp. by Hirokazu Yamamoto · 14 years ago
  81. 321d059 Remove the keyword only restriction for places and delta args in unittest.TestCase.assert[Not]AlmostEqual by Michael Foord · 14 years ago
  82. a2c9770 Defined Py_BUILD_CORE_MODULE also on VC6. by Hirokazu Yamamoto · 14 years ago
  83. fca2e8a Fix bug 9340 - argparse parse_known_args didn't work with subparsers by Steven Bethard · 14 years ago
  84. b68928b Clean up ResourceWarnings. Explictly close stdout from the subprocess. by Brian Curtin · 14 years ago
  85. 21ebbb7 Clean up ResourceWarnings due to unclosed sockets. by Brian Curtin · 14 years ago
  86. be647e2 Remove extracted trees at the end of the test. by Martin v. Löwis · 14 years ago
  87. 16f344d Issue #10184: Touch directories only once when extracting a tarfile. by Martin v. Löwis · 14 years ago
  88. bbea35f Fix issue 9926. TestSuite subclasses that override __call__ are called correctly. by Michael Foord · 14 years ago
  89. e6fa381 Translated German message into English. by Alexander Belopolsky · 14 years ago
  90. f4b321b Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  91. 77d4dc0 Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  92. 4f2eace Issue #10199: Fixing r86095 - svn did not like combining rename and change of directory. by Alexander Belopolsky · 14 years ago
  93. 3b87cca Reverted inadvertent change from r86095 by Alexander Belopolsky · 14 years ago
  94. ea13d9d Issue #10199: Moved Demo/turtle under Lib/ by Alexander Belopolsky · 14 years ago
  95. 8291af2 Fix ResourceWarning occuring on Windows. Close stdout/stderr pipes. by Brian Curtin · 14 years ago
  96. 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
  97. 1ca45a5 Fix bug 9352 where characters were being lost in parsing some short options by Steven Bethard · 14 years ago
  98. 6509599 Issue #7061: Simplified a section title. by Alexander Belopolsky · 14 years ago
  99. 72c5538 Get argparse.__all__ back up to date (issue 9353) by Steven Bethard · 14 years ago
  100. c4ac887 Close subprocess pipes to clear ResourceWarning messages in debug mode. by Brian Curtin · 14 years ago