1. c911bbf str, bytes, bytearray docstring: remove unnecessary [...] by Victor Stinner · 14 years ago
  2. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  3. 64bc3b2 Issue #10329: The trace module writes reports using the input Python script by Victor Stinner · 14 years ago
  4. bb4f218 os module: remove nonbreaking space in a comment by Victor Stinner · 14 years ago
  5. a837aa6 Update assertComplexIdentical to handle nans correctly. by Mark Dickinson · 14 years ago
  6. 4ae5f13 Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval. by Hirokazu Yamamoto · 14 years ago
  7. be3da38 Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh() by Victor Stinner · 14 years ago
  8. e4be721 Merged revisions 86296 via svnmerge from by Senthil Kumaran · 14 years ago
  9. 7089a4e Fix Issue10226 - Clarifying the role of the netloc separator. by Senthil Kumaran · 14 years ago
  10. bee54f5 Merged revisions 86293 via svnmerge from by Mark Dickinson · 14 years ago
  11. 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 14 years ago
  12. 339293a Merged revisions 86283 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  13. c661015 Merged revisions 86281,86285 via svnmerge from by Hirokazu Yamamoto · 14 years ago
  14. 35adf5d Changed entry name because it's hard to merge. by Hirokazu Yamamoto · 14 years ago
  15. d6b83d3 Merged revisions 86286 via svnmerge from by Mark Dickinson · 14 years ago
  16. 43ef32a Issue 10297: Add missing import in decimal example snippet. by Mark Dickinson · 14 years ago
  17. cdc8cdd Reformatted code a bit. by Hirokazu Yamamoto · 14 years ago
  18. baa0f05 Add a dtoa.c test value that triggered a bug in recent versions of by Mark Dickinson · 14 years ago
  19. c08c9bc Issue #6317: Now winsound.PlaySound can accept non ascii filename. by Hirokazu Yamamoto · 14 years ago
  20. 2e598fa test_concurrent_futures: remove temporary hack by Victor Stinner · 14 years ago
  21. 62fbdd9 Formatted code. (Tabify, etc) by Hirokazu Yamamoto · 14 years ago
  22. 16562f4 Merged revisions 86277 via svnmerge from by Eric Smith · 14 years ago
  23. 51d2fd9 Added more to docstrings for str.format, format_map, and __format__. by Eric Smith · 14 years ago
  24. 7c03d8c Fix #10252 again (hopefully definitely). Patch by Brian Curtin. by Éric Araujo · 14 years ago
  25. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  26. 8bdbe9c Correct the fix for #10252: Popen objects have no close method. by Éric Araujo · 14 years ago
  27. 651e6b5 Merged revisions 86271 via svnmerge from by Éric Araujo · 14 years ago
  28. e7cf954 Add missing NEWS entries for some of my commits. by Éric Araujo · 14 years ago
  29. e022484 Blocked revisions 86268 via svnmerge by Eric Smith · 14 years ago
  30. 72f6620 Removed unused test classes from test_format_map(). by Eric Smith · 14 years ago
  31. d576cd7 Blocked revisions 86263 via svnmerge by Eric Smith · 14 years ago
  32. 5ad85f8 Added example for str.format_map(). by Eric Smith · 14 years ago
  33. 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
  34. 273b766 os.get_exec_path() ignores BytesWarning instead of recoding them by Victor Stinner · 14 years ago
  35. 6881886 #10334: add a role to refer to Python source files in SVN. by Georg Brandl · 14 years ago
  36. 1cb25aa Tweak example to make clear the argument is a boolean, not any integer. by Éric Araujo · 14 years ago
  37. c6ecb01 Fix wrapper/wrapped typo (with Raymond’s blessing) by Éric Araujo · 14 years ago
  38. f7b5fa5 Merged revisions 86249 via svnmerge from by Éric Araujo · 14 years ago
  39. 8f9626b Fix typo by Éric Araujo · 14 years ago
  40. 45ee43b Remove traces of Mac OS 9 support, again (#9508). by Éric Araujo · 14 years ago
  41. 2642ad0 Fix typo from r86170. by Éric Araujo · 14 years ago
  42. 1ca7556 Merged revisions 86244 via svnmerge from by Éric Araujo · 14 years ago
  43. ba7209f Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281. by Éric Araujo · 14 years ago
  44. 1c1340b Merged revisions 86239,86241 via svnmerge from by Éric Araujo · 14 years ago
  45. 909ddbd Add missing NEWS entry for r86239. by Éric Araujo · 14 years ago
  46. 7fa886d Prevent ResourceWarnings in test_gettext by Éric Araujo · 14 years ago
  47. 37a8933 Fix caching error found by regrtest -R (#10229) by Éric Araujo · 14 years ago
  48. c6d7ead Merged revisions 86223-86224,86226,86234 via svnmerge from by Éric Araujo · 14 years ago
  49. 70ec44a Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) by Éric Araujo · 14 years ago
  50. 1c50549 Fix one omission in r78359 by Éric Araujo · 14 years ago
  51. 5ac6d80 Also close file descriptors from os.popen and subprocess.Popen by Éric Araujo · 14 years ago
  52. 997980f Merged revisions 86229 via svnmerge from by Alexander Belopolsky · 14 years ago
  53. 97a5bad Merged revisions 86228 via svnmerge from by Brian Curtin · 14 years ago
  54. 25b5741 Issue #10330: trace module can now be used with python built without threads. by Alexander Belopolsky · 14 years ago
  55. ecd34cb Clear up ResourceWarnings by Brian Curtin · 14 years ago
  56. 5fd730e Of course, I forgot one file in r86223. by Éric Araujo · 14 years ago
  57. 89c0478 Add missing entry for r86223. by Éric Araujo · 14 years ago
  58. bee5cef Always close files in distutils code and tests (#10252). by Éric Araujo · 14 years ago
  59. afb078d More what's new by Antoine Pitrou · 14 years ago
  60. 7d15a72 Update 3.2 what's new by Antoine Pitrou · 14 years ago
  61. 243757e Issue #10180: Pickling file objects is now explicitly forbidden, since by Antoine Pitrou · 14 years ago
  62. 4a5f967 Output served URL when running ssl_servers by Antoine Pitrou · 14 years ago
  63. 66c95c7 Fix test_httplib when built without threads by Antoine Pitrou · 14 years ago
  64. db1bad2 Fix bootstrap issues when building without threads by Antoine Pitrou · 14 years ago
  65. 8d46e42 Merged revisions 86214 via svnmerge from by Antoine Pitrou · 14 years ago
  66. 39a6591 Issue #10311: The signal module now restores errno before returning from by Antoine Pitrou · 14 years ago
  67. a078115 Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. by Antoine Pitrou · 14 years ago
  68. 09fff7a Fixed socket_gethostname() on windows. by Hirokazu Yamamoto · 14 years ago
  69. 9696088 Issue #10288: The deprecated family of "char"-handling macros by David Malcolm · 14 years ago
  70. de11b18 Close subprocess pipes to clean up ResourceWarnings by Brian Curtin · 14 years ago
  71. 19a5379 Fix a number of ResourceWarnings on Windows due to open pipes. by Brian Curtin · 14 years ago
  72. 5ad0bd6 Add socket cleanup for ResourceWarning and update test to use skip decorator by Brian Curtin · 14 years ago
  73. 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
  74. ab747a7 Fix ResourceWarning from subprocess pipes being left open. by Brian Curtin · 14 years ago
  75. 994ad6c Fix ResourceWarning from subprocess pipe. by Brian Curtin · 14 years ago
  76. 43ec577 Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. by Brian Curtin · 14 years ago
  77. 938ece7 Merged revisions 86195 via svnmerge from by Brian Curtin · 14 years ago
  78. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
  79. 18716a3 Merged revisions 86192 via svnmerge from by Brian Curtin · 14 years ago
  80. 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 14 years ago
  81. a277ec4 Followup to r86170: fix reference leak in str.format by Antoine Pitrou · 14 years ago
  82. eae40ba Merged revisions 86187 via svnmerge from by Georg Brandl · 14 years ago
  83. c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 14 years ago
  84. 3c6a951 Add cleanups to stdout/stderr pipes to remove ResourceWarnings. by Brian Curtin · 14 years ago
  85. 34b3e59 Merged revisions 85909 via svnmerge from by Alexander Belopolsky · 14 years ago
  86. 96d1eb1 Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from by Alexander Belopolsky · 14 years ago
  87. b5d8204 Issue #10279: fix test_gc under Win64. by Antoine Pitrou · 14 years ago
  88. 08eeada Issue #10283: Add a `group_pattern` argument to NNTP.list(). by Antoine Pitrou · 14 years ago
  89. 020e09a Merged revisions 86175 via svnmerge from by Antoine Pitrou · 14 years ago
  90. 99c4830 Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings by Antoine Pitrou · 14 years ago
  91. aeb6cee Issue #10293: Remove obsolete field in the PyMemoryView structure, by Antoine Pitrou · 14 years ago
  92. 8f2e07b Move the deprecated aliases in a new section. by Ezio Melotti · 14 years ago
  93. 650c085 Blocked revisions 86170 via svnmerge by Eric Smith · 14 years ago
  94. 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
  95. 2397dd5 Issue #10314: improve performance of JSON encoding with sort_keys=True by Antoine Pitrou · 14 years ago
  96. 5ee89cf Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in make_buildinfo.c) by Hirokazu Yamamoto · 14 years ago
  97. 9794a26 Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. by Ezio Melotti · 14 years ago
  98. de5919d Can build older OpenSSL in http://svn.python.org/projects/externals/ by Hirokazu Yamamoto · 14 years ago
  99. 2028529 Blocked revisions 86116,86163 via svnmerge by Hirokazu Yamamoto · 14 years ago
  100. f5b5760 Added svn:ignore. by Hirokazu Yamamoto · 14 years ago