1. b6b76c2 Issue 10410: An iterable is not necessarily a container. by Raymond Hettinger · 14 years ago
  2. 57f2d62 Tagging 3.2a4. by Georg Brandl · 14 years ago
  3. 4fbc0d8 Minor edits. by Georg Brandl · 14 years ago
  4. 74ebd9e Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header by Senthil Kumaran · 14 years ago
  5. 5ccafba Streamline a cmath test (and fix some overlong lines into the bargain). by Mark Dickinson · 14 years ago
  6. fec6620 Make Fraction(-1).__hash__() return -2 rather than -1 (see issue 10356). by Mark Dickinson · 14 years ago
  7. 24854ca Bump to 3.2a4. by Georg Brandl · 14 years ago
  8. ac12787 Ignore suspicious-ignore file. by Georg Brandl · 14 years ago
  9. 1fd63dc Update pydoc topics. by Georg Brandl · 14 years ago
  10. 5a7c11f fix copy-editing level nits by Fred Drake · 14 years ago
  11. 11c49a5 use appropriate markup by Fred Drake · 14 years ago
  12. 45ca987 Switch from gmane to another provider for NNTP tests (as gmane isn't reliable by Antoine Pitrou · 14 years ago
  13. 67a93ae And now for something completely different: Finish fixing #10252 again. by Éric Araujo · 14 years ago
  14. 7610ef9 Remove myself as a maintainer for curses and mailbox modules. by Andrew M. Kuchling · 14 years ago
  15. f3b001f Issue #4471: Add the IMAP.starttls() method to enable encryption on by Antoine Pitrou · 14 years ago
  16. e0bf419 Add UUID for 3.2a4 by Martin v. Löwis · 14 years ago
  17. 281d6ba Add a deprecated-removed directive that allows to give the version of removal for deprecations. by Georg Brandl · 14 years ago
  18. 40d23e8 Fix weird line block in table. by Georg Brandl · 14 years ago
  19. cfa8e29 Switch to Sphinx 1.0.5. by Georg Brandl · 14 years ago
  20. 5e92a50 #10008: Fix duplicate index entry. by Georg Brandl · 14 years ago
  21. e5b5ff4 Build a PDF of the FAQs too. by Georg Brandl · 14 years ago
  22. 02a807e by Terry Reedy · 14 years ago
  23. c7399d0 #7950: add warning about security implications of shell=True to subprocess docs by R. David Murray · 14 years ago
  24. ea3e91e Issue #10389: Documented rules for use of case in section titles. by Alexander Belopolsky · 14 years ago
  25. 6495136 #1466065: add validate option to base64.b64decode by R. David Murray · 14 years ago
  26. 49afa38 configparser.py: changed PendingDeprecationWarnings to DeprecationWarnings, via http://mail.python.org/pipermail/python-dev/2010-November/105391.html by Łukasz Langa · 14 years ago
  27. b9d10d0 Issue #10386: Added __all__ to token module; this simplifies importing by Alexander Belopolsky · 14 years ago
  28. bb27c12 Review the new configparser docs. by Georg Brandl · 14 years ago
  29. 8d9a4e6 Disable test_python_builders in test_xmlrpc_net, following buildbot upgrade on python.org by Antoine Pitrou · 14 years ago
  30. 1795464 added myself as a maintainer of configparser by Łukasz Langa · 14 years ago
  31. 26d513c Issue #5412: extend configparser to support mapping access by Łukasz Langa · 14 years ago
  32. 47f637c getpath.c: fix test to detech PyUnicode_AsWideChar() failure by Victor Stinner · 14 years ago
  33. cf9f980 Issue #10372: Import the warnings module only after the IO library is by Antoine Pitrou · 14 years ago
  34. 81c87c5 Followup to r86383: it seems that in some cases (buildbots), the server by Antoine Pitrou · 14 years ago
  35. 1790ed2 Fix typo. by Georg Brandl · 14 years ago
  36. dac4791 Forward port r86386 after it fixed the 3.1 buildbot issues by Antoine Pitrou · 14 years ago
  37. d79f3c8 Issue #4471: Properly shutdown socket in IMAP.shutdown(). Patch by by Antoine Pitrou · 14 years ago
  38. b1436f1 Fix IMAP.login() to work properly. by Antoine Pitrou · 14 years ago
  39. adffced Preserve the original environment (e.g. LD_LIBRARY_PATH) by Antoine Pitrou · 14 years ago
  40. 84c29a2 Remove uneeded NEWS entries for minor documentation updates. by Ask Solem · 14 years ago
  41. ff7ffdd Issue #8028: multiprocessing: Documented that ``Process.terminate`` by Ask Solem · 14 years ago
  42. 518eaa8 Issue #7707: Documented that multiprocessing.Queue operations during by Ask Solem · 14 years ago
  43. 1d3b893 Documented the new error_callback keyword argument to multiprocessing.Pool's apply_async and map_async by Ask Solem · 14 years ago
  44. 9bc3568 Use script_helper in one more test by Antoine Pitrou · 14 years ago
  45. e912f5a Added missing NEWS entry for my previous commit (r86370). by Ask Solem · 14 years ago
  46. 2afcbf2 Issue #9244: multiprocessing.pool: Worker crashes if result can't be encoded by Ask Solem · 14 years ago
  47. fb04691 Issue #10022: The dictionary returned by the `getpeercert()` method by Antoine Pitrou · 14 years ago
  48. 859c4ef Make `usenetrc` False by default (the old behaviour of having it True by by Antoine Pitrou · 14 years ago
  49. 1cb121e Issue #1926: Add support for NNTP over SSL on port 563, as well as by Antoine Pitrou · 14 years ago
  50. 14fb799 Issue #7061: Added a 'Turtle star' sidebar by Alexander Belopolsky · 14 years ago
  51. 922e904 Fix issue10324 - Modules/binascii.c: simplify expressions by Senthil Kumaran · 14 years ago
  52. 4fe519b Issue #10359: Remove useless (duplicate) initialization in _csv by Victor Stinner · 14 years ago
  53. 132ef6c Issue #10359: Remove useless comma, invalid in ISO C by Victor Stinner · 14 years ago
  54. 9f0b51e Issue #10359: Use Py_UNICODE for the typecode in array by Victor Stinner · 14 years ago
  55. 3e2b717 Issue #10359: Remove ";" after function definition, invalid in ISO C by Victor Stinner · 14 years ago
  56. 572895b Simplify code by Raymond Hettinger · 14 years ago
  57. e1f849c Fixed a typo in ReST markup. by Alexander Belopolsky · 14 years ago
  58. ec30b3d Fix Issue10205 - XML QName error when different tags have same QName. by Senthil Kumaran · 14 years ago
  59. 92665ab test_tokenize: use self.assertEqual() instead of plain assert by Victor Stinner · 14 years ago
  60. 58c0752 Issue #10335: Add tokenize.open(), detect the file encoding using by Victor Stinner · 14 years ago
  61. ae4836d Issue #6011: decode PREFIX, EXEC_PREFIX and PYTHONPATH variables using by Victor Stinner · 14 years ago
  62. d5af0a5 PyUnicode_DecodeFSDefaultAndSize() raises MemoryError if _Py_char2wchar() fails by Victor Stinner · 14 years ago
  63. 19de4c3 _Py_char2wchar() frees the memory on conversion error by Victor Stinner · 14 years ago
  64. 18c3373 Fixed unit test failure on Windows by Alexander Belopolsky · 14 years ago
  65. 2f02a51 PyUnicode_EncodeFS() raises an exception if _Py_wchar2char() fails by Victor Stinner · 14 years ago
  66. 0cfba09 This was actually fixed for the previous alpha. by Éric Araujo · 14 years ago
  67. ea510eb Fix memory consumption advertised by some test cases by Antoine Pitrou · 14 years ago
  68. d7ae299 Fix test_hashlib with the bigmem option by Antoine Pitrou · 14 years ago
  69. 6672ea9 Streamlined code in trace.Ignore and added unit tests. by Alexander Belopolsky · 14 years ago
  70. 551f02c Add missing NEWS entry for a fix committed by Senthil. by Éric Araujo · 14 years ago
  71. 7dff9e0 #10321: Add support for sending binary DATA and Message objects to smtplib by R. David Murray · 14 years ago
  72. a563392 Move a news entry to the right section (+ light reformatting) by Éric Araujo · 14 years ago
  73. b8bbffd Fix next version name. by Georg Brandl · 14 years ago
  74. 49d4741 Fix typo. by Georg Brandl · 14 years ago
  75. facfb15 Fix latex conversion glitch in property/feature descriptions. by Georg Brandl · 14 years ago
  76. c64cb6f Extra space caught by the post-commit-hook, aka Taggnostr :) by Senthil Kumaran · 14 years ago
  77. a0fa1ce Fix Issue 10303: a small clarification in the tutorial. by Senthil Kumaran · 14 years ago
  78. ab19bd4 typo: annually->manually by Brian Curtin · 14 years ago
  79. 9aad7fe Removing reference to ftp.python.org and enhancing RPM README. by Sean Reifscheider · 14 years ago
  80. d95c7b5 Issue #10347: ignore leading test count ("[ 1/340]") when using the -f option to regrtest. by Antoine Pitrou · 14 years ago
  81. c911bbf str, bytes, bytearray docstring: remove unnecessary [...] by Victor Stinner · 14 years ago
  82. e14e212 Fix encode/decode method doc of str, bytes, bytearray types by Victor Stinner · 14 years ago
  83. 64bc3b2 Issue #10329: The trace module writes reports using the input Python script by Victor Stinner · 14 years ago
  84. bb4f218 os module: remove nonbreaking space in a comment by Victor Stinner · 14 years ago
  85. a837aa6 Update assertComplexIdentical to handle nans correctly. by Mark Dickinson · 14 years ago
  86. 4ae5f13 Issue #6317: Now winsound.PlaySound only accepts unicode with MvL's approval. by Hirokazu Yamamoto · 14 years ago
  87. be3da38 Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh() by Victor Stinner · 14 years ago
  88. 7089a4e Fix Issue10226 - Clarifying the role of the netloc separator. by Senthil Kumaran · 14 years ago
  89. 4a3c7c4 Issue #10145: the float.is_integer method was undocumented. by Mark Dickinson · 14 years ago
  90. 35adf5d Changed entry name because it's hard to merge. by Hirokazu Yamamoto · 14 years ago
  91. 43ef32a Issue 10297: Add missing import in decimal example snippet. by Mark Dickinson · 14 years ago
  92. cdc8cdd Reformatted code a bit. by Hirokazu Yamamoto · 14 years ago
  93. baa0f05 Add a dtoa.c test value that triggered a bug in recent versions of by Mark Dickinson · 14 years ago
  94. c08c9bc Issue #6317: Now winsound.PlaySound can accept non ascii filename. by Hirokazu Yamamoto · 14 years ago
  95. 2e598fa test_concurrent_futures: remove temporary hack by Victor Stinner · 14 years ago
  96. 62fbdd9 Formatted code. (Tabify, etc) by Hirokazu Yamamoto · 14 years ago
  97. 51d2fd9 Added more to docstrings for str.format, format_map, and __format__. by Eric Smith · 14 years ago
  98. 7c03d8c Fix #10252 again (hopefully definitely). Patch by Brian Curtin. by Éric Araujo · 14 years ago
  99. 71f8c65 Remove traces of setuptools (#10341) by Éric Araujo · 14 years ago
  100. 8bdbe9c Correct the fix for #10252: Popen objects have no close method. by Éric Araujo · 14 years ago