1. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  2. 64bc3b2 Issue #10329: The trace module writes reports using the input Python script by Victor Stinner · 14 years ago
  3. bb4f218 os module: remove nonbreaking space in a comment by Victor Stinner · 14 years ago
  4. a837aa6 Update assertComplexIdentical to handle nans correctly. by Mark Dickinson · 14 years ago
  5. 4ae5f13 Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval. by Hirokazu Yamamoto · 14 years ago
  6. be3da38 Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh() by Victor Stinner · 14 years ago
  7. 7089a4e Fix Issue10226 - Clarifying the role of the netloc separator. by Senthil Kumaran · 14 years ago
  8. 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 14 years ago
  9. 35adf5d Changed entry name because it's hard to merge. by Hirokazu Yamamoto · 14 years ago
  10. 43ef32a Issue 10297: Add missing import in decimal example snippet. by Mark Dickinson · 14 years ago
  11. cdc8cdd Reformatted code a bit. by Hirokazu Yamamoto · 14 years ago
  12. baa0f05 Add a dtoa.c test value that triggered a bug in recent versions of by Mark Dickinson · 14 years ago
  13. c08c9bc Issue #6317: Now winsound.PlaySound can accept non ascii filename. by Hirokazu Yamamoto · 14 years ago
  14. 2e598fa test_concurrent_futures: remove temporary hack by Victor Stinner · 14 years ago
  15. 62fbdd9 Formatted code. (Tabify, etc) by Hirokazu Yamamoto · 14 years ago
  16. 51d2fd9 Added more to docstrings for str.format, format_map, and __format__. by Eric Smith · 14 years ago
  17. 7c03d8c Fix #10252 again (hopefully definitely). Patch by Brian Curtin. by Éric Araujo · 14 years ago
  18. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  19. 8bdbe9c Correct the fix for #10252: Popen objects have no close method. by Éric Araujo · 14 years ago
  20. e7cf954 Add missing NEWS entries for some of my commits. by Éric Araujo · 14 years ago
  21. 72f6620 Removed unused test classes from test_format_map(). by Eric Smith · 14 years ago
  22. 5ad85f8 Added example for str.format_map(). by Eric Smith · 14 years ago
  23. 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
  24. 273b766 os.get_exec_path() ignores BytesWarning instead of recoding them by Victor Stinner · 14 years ago
  25. 6881886 #10334: add a role to refer to Python source files in SVN. by Georg Brandl · 14 years ago
  26. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
  27. c6ecb01 Fix wrapper/wrapped typo (with Raymond’s blessing) by Éric Araujo · 14 years ago
  28. 8f9626b Fix typo by Éric Araujo · 14 years ago
  29. 45ee43b Remove traces of Mac OS 9 support, again (#9508). by Éric Araujo · 14 years ago
  30. 2642ad0 Fix typo from r86170. by Éric Araujo · 14 years ago
  31. ba7209f Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281. by Éric Araujo · 14 years ago
  32. 909ddbd Add missing NEWS entry for r86239. by Éric Araujo · 14 years ago
  33. 7fa886d Prevent ResourceWarnings in test_gettext by Éric Araujo · 14 years ago
  34. 37a8933 Fix caching error found by regrtest -R (#10229) by Éric Araujo · 14 years ago
  35. 70ec44a Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) by Éric Araujo · 14 years ago
  36. 1c50549 Fix one omission in r78359 by Éric Araujo · 14 years ago
  37. 5ac6d80 Also close file descriptors from os.popen and subprocess.Popen by Éric Araujo · 14 years ago
  38. 25b5741 Issue #10330: trace module can now be used with python built without threads. by Alexander Belopolsky · 14 years ago
  39. ecd34cb Clear up ResourceWarnings by Brian Curtin · 14 years ago
  40. 5fd730e Of course, I forgot one file in r86223. by Éric Araujo · 14 years ago
  41. 89c0478 Add missing entry for r86223. by Éric Araujo · 14 years ago
  42. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  43. afb078d More what's new by Antoine Pitrou · 14 years ago
  44. 7d15a72 Update 3.2 what's new by Antoine Pitrou · 14 years ago
  45. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  46. 4a5f967 Output served URL when running ssl_servers by Antoine Pitrou · 14 years ago
  47. 66c95c7 Fix test_httplib when built without threads by Antoine Pitrou · 14 years ago
  48. db1bad2 Fix bootstrap issues when building without threads by Antoine Pitrou · 14 years ago
  49. 39a6591 Issue #10311: The signal module now restores errno before returning from by Antoine Pitrou · 14 years ago
  50. a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. by Antoine Pitrou · 14 years ago
  51. 09fff7a Fixed socket_gethostname() on windows. by Hirokazu Yamamoto · 14 years ago
  52. 9696088 Issue #10288: The deprecated family of "char"-handling macros by David Malcolm · 14 years ago
  53. de11b18 Close subprocess pipes to clean up ResourceWarnings by Brian Curtin · 14 years ago
  54. 19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. by Brian Curtin · 14 years ago
  55. 5ad0bd6 Add socket cleanup for ResourceWarning and update test to use skip decorator by Brian Curtin · 14 years ago
  56. 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
  57. ab747a7 Fix ResourceWarning from subprocess pipes being left open. by Brian Curtin · 14 years ago
  58. 994ad6c Fix ResourceWarning from subprocess pipe. by Brian Curtin · 14 years ago
  59. 43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. by Brian Curtin · 14 years ago
  60. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
  61. 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 14 years ago
  62. a277ec4 Followup to r86170: fix reference leak in str.format by Antoine Pitrou · 14 years ago
  63. c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 14 years ago
  64. 3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. by Brian Curtin · 14 years ago
  65. b5d8204 Issue #10279: fix test_gc under Win64. by Antoine Pitrou · 14 years ago
  66. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
  67. 99c4830 Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings by Antoine Pitrou · 14 years ago
  68. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  69. 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 14 years ago
  70. 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
  71. 2397dd5 Issue #10314: improve performance of JSON encoding with sort_keys=True by Antoine Pitrou · 14 years ago
  72. 5ee89cf Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c) by Hirokazu Yamamoto · 14 years ago
  73. 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 14 years ago
  74. de5919d Can build older OpenSSL in http://svn.python.org/projects/externals/ by Hirokazu Yamamoto · 14 years ago
  75. f5b5760 Added svn:ignore. by Hirokazu Yamamoto · 14 years ago
  76. 3cdd5cb Issue #5391: mmap.read_byte() should return unsigned value [0, 255] by Hirokazu Yamamoto · 14 years ago
  77. 95c0700 Fix Issue 10307 - compile error in readline.c by Senthil Kumaran · 14 years ago
  78. 3beb38f Fix three ResourceWarnings. by Brian Curtin · 14 years ago
  79. 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
  80. f447770 Put warning block in the main flow of text. by Raymond Hettinger · 14 years ago
  81. b82c8e5 classic classes are gone; whoppie! by Benjamin Peterson · 14 years ago
  82. 8347328 deuglify by Benjamin Peterson · 14 years ago
  83. b6d4a8e Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added by Phillip J. Eby · 14 years ago
  84. 3c6830c update items/keys/values doc #10300 by Benjamin Peterson · 14 years ago
  85. 327433f Divide the context manager signature from the normal one for consistency with the other methods. by Ezio Melotti · 14 years ago
  86. 9c02c2f Minor cleanups to unittest doc. by Ezio Melotti · 14 years ago
  87. 4370b30 List the assert* methods in tables in unittest doc. by Ezio Melotti · 14 years ago
  88. 7dd1af0 Issue #10285: explain the `flag` return field better in NNTP.list(). by Antoine Pitrou · 14 years ago
  89. 4103bc0 Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER by Antoine Pitrou · 14 years ago
  90. 33d144a issue 9981 let make_buildinfo use a temporary directory on windows by Kristján Valur Jónsson · 14 years ago
  91. 0eee1f5 Disabling SNI test; server admin would not like us to use it for automated tests. by Antoine Pitrou · 14 years ago
  92. 0a9397f A newline in lineno output breaks pyframe output. by Georg Brandl · 14 years ago
  93. a01799f Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. by Phillip J. Eby · 14 years ago
  94. 0d1b38c Issue #10173: test_multiprocessing shouldn't pickle TestCase instances by Antoine Pitrou · 14 years ago
  95. f80b3f7 Issue #10280: NNTP.nntp_version should reflect the highest version by Antoine Pitrou · 14 years ago
  96. 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
  97. 5a43f72 remove some things that are now tested by Benjamin Peterson · 14 years ago
  98. ed82ca1 Ditch some dead code in test_unicode_file. by Brett Cannon · 14 years ago
  99. 7a26cb9 Updating unittest docs to reflect change in unittest.TestCase.assert[Not]AlmostEqual signature change by Michael Foord · 14 years ago
  100. f74ed2e Defined Py_BUILD_CORE_MODULE also on VC7.1. by Hirokazu Yamamoto · 14 years ago