1. e951e91 Punctuation typos. by Georg Brandl · 15 years ago
  2. 0446b21 Punctuation typo. by Raymond Hettinger · 15 years ago
  3. 6d7e26e Get command-line doctest of Lib/decimal.py to work again. by Raymond Hettinger · 15 years ago
  4. 19cc9e1 Add a svn:ignore for PC/python3dll.obj by Antoine Pitrou · 15 years ago
  5. 7b5011b Wording fix. by Eric Smith · 15 years ago
  6. 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 15 years ago
  7. bd0c897 #11083 typo: RuntimeException -> RuntimeError by Brian Curtin · 15 years ago
  8. f031356 Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl. by Alexander Belopolsky · 15 years ago
  9. 6b449ba Post-release updates. by Georg Brandl · 15 years ago
  10. 92acd67 Recommend use of the tracker during the RC phase or just before a beta. by Raymond Hettinger · 15 years ago
  11. 9c2fc47 Fix minor grammar nits. by Raymond Hettinger · 15 years ago
  12. e2ae807 Mention new parameter and attributes of the difflib.SequenceMatcher class added in 3.2 (issue 2986) by Eli Bendersky · 15 years ago
  13. f30793a Fix PEP-8 violation in argparse usage example (similar examples in argparse.rst do follow PEP-8) by Eli Bendersky · 15 years ago
  14. d7cde5d Fix some grammar and typos by Eli Bendersky · 15 years ago
  15. ffaa692 Tagging release 3.2 rc 2. by Georg Brandl · 15 years ago
  16. d6e19c3 Bump version. by Georg Brandl · 15 years ago
  17. 6ddc16b Update suspicious ignore file. by Georg Brandl · 15 years ago
  18. 56632b4 Update pydoc topics. by Georg Brandl · 15 years ago
  19. 0f6b47a #10680: fix mutually exclusive arguments in argument groups. by Georg Brandl · 15 years ago
  20. d2f3857 #10961: fix exception handling in new pydoc server code. by Georg Brandl · 15 years ago
  21. ce227e3 Clarify the status of get_string() and recommend using the binary API. by Raymond Hettinger · 15 years ago
  22. d163c2c #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. by Georg Brandl · 15 years ago
  23. 994d380 Add entry for the mailbox fixups. by Raymond Hettinger · 15 years ago
  24. b7deff1 #9124: mailbox now accepts binary input and uses binary internally by R. David Murray · 15 years ago
  25. b02f7c0 List known build/install problems for OS X. by Raymond Hettinger · 15 years ago
  26. 793ee1f Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl) by Nick Coghlan · 15 years ago
  27. c7bb159 Markup nits. by Raymond Hettinger · 15 years ago
  28. 6239974 Add section for http.client. by Raymond Hettinger · 15 years ago
  29. 519c308 Typos. by Raymond Hettinger · 15 years ago
  30. ac4e58e Protect logging call against None argument (fixes #11045). by Éric Araujo · 15 years ago
  31. 7dabf16 Issue #10939: Make Internaldate2tuple test more robust. by Alexander Belopolsky · 15 years ago
  32. 5c2d330 Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save by Ned Deily · 15 years ago
  33. e59e4c5 Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with by Ned Deily · 15 years ago
  34. 806c944 Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, by Ned Deily · 15 years ago
  35. 7006393 Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the by Ned Deily · 15 years ago
  36. 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 15 years ago
  37. ac039ae fix reference to issue where the addition of select.PIPE_BUF was discussed by Giampaolo Rodolà · 15 years ago
  38. 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 15 years ago
  39. a1eac72 Issue #11302: missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash. by Eric Smith · 15 years ago
  40. 08d4293 Add entry for str.format_map(). by Raymond Hettinger · 15 years ago
  41. 598b513 Added a placeholder for str.format_map, as discussed with Raymond. My prose is horrible, some cleanup is required. by Eric Smith · 15 years ago
  42. e180d39 Issue 10573: revert unittest docs to first / second by Michael Foord · 15 years ago
  43. 66c908e #11027: documented how to override SECTCRE by Łukasz Langa · 15 years ago
  44. 469271d More source links by Raymond Hettinger · 15 years ago
  45. 1a90f9c Issue 11008: docs updated to show versionadded for dictConfig. by Vinay Sajip · 15 years ago
  46. e6f0abf More typical sample invocation of tarfile. by Raymond Hettinger · 15 years ago
  47. 712d2b4 Add missing attributions. by Raymond Hettinger · 15 years ago
  48. 8d09cb2 Update todo list. by Raymond Hettinger · 15 years ago
  49. 7626ef9 Add an entry for tarfile. by Raymond Hettinger · 15 years ago
  50. a199368 More source links. by Raymond Hettinger · 15 years ago
  51. 8b5eb2f Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 by Raymond Hettinger · 15 years ago
  52. 528d9f6 Issue #11018: fix a test to not be a no-op in test_bz2. by Antoine Pitrou · 15 years ago
  53. 7372a07 #11019: Make BytesGenerator handle Message with None body. by R. David Murray · 15 years ago
  54. a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 15 years ago
  55. e3b8f7c Markup nits. by Raymond Hettinger · 15 years ago
  56. bdd2d93 Revert r88197. I'll refix correctly once there is a test. by R. David Murray · 15 years ago
  57. 14eb4c3 Add a few imports to examples. by Raymond Hettinger · 15 years ago
  58. 3a7ee3a Fix BytesGenerator._handle_text() if the message has no payload (None) by Victor Stinner · 15 years ago
  59. 0c4cc55 fix import in email.message_from_binary_file() by Victor Stinner · 15 years ago
  60. 512d2cc Issue #11004: Repair edge case in deque.count(). (Reviewed by Georg Brandl.) by Raymond Hettinger · 15 years ago
  61. 5543e81 Tighten the restrictions on the test_sys test which triggers a fatal error when by Brett Cannon · 15 years ago
  62. cfad97b Fix the description of PIPE_BUF by Antoine Pitrou · 15 years ago
  63. da7be3e Fix the doc for PIPE_BUF by Antoine Pitrou · 15 years ago
  64. 902f320 Typo. by Raymond Hettinger · 15 years ago
  65. da4a05d Add entries for select and site. by Raymond Hettinger · 15 years ago
  66. 2f707c9 Add math.erfc and turtledemo. by Raymond Hettinger · 15 years ago
  67. f9b8a19 Typo. by Raymond Hettinger · 15 years ago
  68. 2c63906 Nits. by Raymond Hettinger · 15 years ago
  69. a4cfb42 Add entry for the math module. by Raymond Hettinger · 15 years ago
  70. ad81f2b Ignore the gdb.py file under OS X. by Brett Cannon · 15 years ago
  71. d454249 another pretty crasher served up by pypy by Benjamin Peterson · 15 years ago
  72. f4f0e6c Add entry for io.BytesIO.getbuffer(). by Raymond Hettinger · 15 years ago
  73. 122539e #10974: IDLE no longer crashes if its recent files list includes files by Ned Deily · 15 years ago
  74. feac624 Issue #11000 ast.parse parses source, not just expressions. by Terry Reedy · 15 years ago
  75. b027011 Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. by Steven Bethard · 15 years ago
  76. 2a6ac15 Update last tix code example for 3.x, as already done for previous examples. by Terry Reedy · 15 years ago
  77. 009a6bd Fix label syntax. by Georg Brandl · 15 years ago
  78. 8e490de Typo fix. by Georg Brandl · 15 years ago
  79. 7b1aae9 #10960: fix 'stat' links, link to lstat from stat, general tidy of stat doc. by R. David Murray · 15 years ago
  80. a80ab10 Typos. by Raymond Hettinger · 15 years ago
  81. ead4975 Missing source links. by Raymond Hettinger · 15 years ago
  82. 399bf7b Fix markup and add todo. by Raymond Hettinger · 15 years ago
  83. e7dfe74 Add entry for hash_info(). by Raymond Hettinger · 15 years ago
  84. 9a236b0 Add section for urllib.parse. by Raymond Hettinger · 15 years ago
  85. a3b7a14 Add entry for the html module. by Raymond Hettinger · 15 years ago
  86. d0d59b1 Add entry for hashlib and expand the GC entry. by Raymond Hettinger · 15 years ago
  87. bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 15 years ago
  88. acff595 Add entries for dis, dbm, and ctypes. by Raymond Hettinger · 15 years ago
  89. 50307b6 Add entries for array, asyncore, csv, compileall, and ast. by Raymond Hettinger · 15 years ago
  90. c3e8867 Skip a recursion depth check test when running under CPython and have a trace by Brett Cannon · 15 years ago
  91. 6ef18f4 Fix typo. by Raymond Hettinger · 15 years ago
  92. 971f483 minor clean-up. by Raymond Hettinger · 15 years ago
  93. cbc903b Add tracker references. by Raymond Hettinger · 15 years ago
  94. 98b140c Add entry for reprlib. by Raymond Hettinger · 15 years ago
  95. e6d4c5b Issue #10987: Fix the recursion limit handling in the _pickle module. by Antoine Pitrou · 15 years ago
  96. 0929b1f Add entry for shutil's archiving operations. by Raymond Hettinger · 15 years ago
  97. f2e439f Issue #10955: Fix typo in NEWS, cp497 => cp437 by Victor Stinner · 15 years ago
  98. c7c199f #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! by Georg Brandl · 15 years ago
  99. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 15 years ago
  100. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 15 years ago