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