1. 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
  2. 80bbf3f Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 20 years ago
  3. 6dd1461 Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 20 years ago
  4. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  5. 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 20 years ago
  6. 3fbf320 comma nit by Georg Brandl · 20 years ago
  7. 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 20 years ago
  8. 0c55f29 Patch #1290454: Fix reload() error message when parent module is not in by Georg Brandl · 20 years ago
  9. 14f4fd0 Add more links to the 'What Next?' section; rewrite to be briefer by Andrew M. Kuchling · 20 years ago
  10. ebb7f30 Speed-up escape() by Raymond Hettinger · 20 years ago
  11. d430726 Better wording for integer ref entry. by Georg Brandl · 20 years ago
  12. ef369cd Shorten run-on sentence by Andrew M. Kuchling · 20 years ago
  13. b5d2118 Update link by Andrew M. Kuchling · 20 years ago
  14. 8e13af3 Update link by Andrew M. Kuchling · 20 years ago
  15. 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 20 years ago
  16. a1d09e2 Minor cleanup. by Raymond Hettinger · 20 years ago
  17. cf6b632 Corrected version of 1.170 by Raymond Hettinger · 20 years ago
  18. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 20 years ago
  19. 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 20 years ago
  20. 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 20 years ago
  21. 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 20 years ago
  22. 0ee9ba2 Added _handlerList to allow shutdown to flush and close handlers in reverse order of creation (see SF# 1282539) by Vinay Sajip · 20 years ago
  23. e029da0 Quote docstring with r"" to keep '\r\n' in example code. by Hye-Shik Chang · 20 years ago
  24. b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 20 years ago
  25. b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 20 years ago
  26. 4655e44 break sets a breakpoint rather than stopping the loop. by Neal Norwitz · 20 years ago
  27. 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 20 years ago
  28. a8bcecc bug [ 1274069 ] bz2module.c compiler warning by Georg Brandl · 20 years ago
  29. 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 20 years ago
  30. c384fc2 Changed _srcfile determination to support py2exe. by Vinay Sajip · 20 years ago
  31. c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 20 years ago
  32. 78a78b0 Fix rest markup and typos. by Walter Dörwald · 20 years ago
  33. c5238b8 SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads by Walter Dörwald · 20 years ago
  34. cd3c26a Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 20 years ago
  35. 4ce69a5 No need to import exceptions, they are builtins by Neal Norwitz · 20 years ago
  36. 6203196 Remove unused import by Neal Norwitz · 20 years ago
  37. ab61923 Fix bug in last checkin (2.231). To match previous behavior, unicode by Neil Schemenauer · 20 years ago
  38. a1be88e patch [ 1242454 ] shutil.copytree() quits too soon after an error. by Georg Brandl · 20 years ago
  39. 99d7e4e Whitespace normalization. by Georg Brandl · 20 years ago
  40. 7847405 bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 20 years ago
  41. c28dd1f Typo fix by Andrew M. Kuchling · 20 years ago
  42. 2330e9e From c.l.py comments: link to zlib manual, and disclaim completeness by Andrew M. Kuchling · 20 years ago
  43. 8230df3 Update URLs by Andrew M. Kuchling · 20 years ago
  44. e1a385a Explain what file descriptors are; this change has been sitting in my tree for a while by Andrew M. Kuchling · 20 years ago
  45. ff9ca5e SF bug #1277016: Turn sentence fragment into a complete sentence. by Walter Dörwald · 20 years ago
  46. be5615e updated __version__ by Piers Lauder · 20 years ago
  47. 14f3940 changed select() so readonly flag is treated as a boolean by Piers Lauder · 20 years ago
  48. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 20 years ago
  49. 523c9f0 SF #1275796, fix distutils typo "sortcut" -> "shortcut" by Neal Norwitz · 20 years ago
  50. 9922a63 Add to-do list by Andrew M. Kuchling · 20 years ago
  51. b88f774 Remove rexec howto; it's kind of pointless now by Andrew M. Kuchling · 20 years ago
  52. e8f44d6 Commit the howto source to the main Python repository, with Fred's approval by Andrew M. Kuchling · 20 years ago
  53. f1b2ba6 Fix logic error introduced in last commit. Also add a comment to explain what by Brett Cannon · 20 years ago
  54. c203370 Add missing \end, noted by George Yoshida by Andrew M. Kuchling · 20 years ago
  55. 6e372d1 fix bug where str.find() was being misused where __contains__ should have been by Brett Cannon · 20 years ago
  56. 0738206 Write section on PEP 342 by Andrew M. Kuchling · 20 years ago
  57. 9a19e5c patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 20 years ago
  58. 7f26a62 patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
  59. 375f83c patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
  60. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
  61. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 20 years ago
  62. e8889c5 testSeekBackwardsFromEnd(): Repair obvious syntax error. by Tim Peters · 20 years ago
  63. d603c04 Add list() around xreadlines() by Georg Brandl · 20 years ago
  64. 62fe585 *** empty log message *** by Georg Brandl · 20 years ago
  65. 15ad935 __new__ is a static method by Georg Brandl · 20 years ago
  66. 5a650a2 patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  67. b3f55f4 SF bug #1072182: bad arg type to isspace in struct module by Raymond Hettinger · 20 years ago
  68. d2e3ba7 patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
  69. 4550b8d typo by Georg Brandl · 20 years ago
  70. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 20 years ago
  71. bd77da6 bug [ 1248199 ] shelve .sync operation not documented by Georg Brandl · 20 years ago
  72. 905a01a bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  73. 175a7dc bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  74. 8fc18a2 bug [ 1261229 ] __new__ is class method by Georg Brandl · 20 years ago
  75. 3e98736 Minor spelling nit. by Georg Brandl · 20 years ago
  76. 02760f9 Correcting my last BZ2 entry. Adding one for #1215928. by Georg Brandl · 20 years ago
  77. 36be8be Once upon a time, I used to know TeX... by Georg Brandl · 20 years ago
  78. 8b59514 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  79. 8246c43 Correct test suite for #848017. by Georg Brandl · 20 years ago
  80. 3fa5575 Patch #1160164: Use ReleaseItanium for zlib build. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  81. 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 20 years ago
  82. e1b13d2 Bug #735248: Fix urllib2.parse_http_list. by Georg Brandl · 20 years ago
  83. 256372c Add findnocoding.py and pysource.py. by Georg Brandl · 20 years ago
  84. a5a2088 Bug 1016563: Bug in urllib2 proxy auth by Georg Brandl · 20 years ago
  85. b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago
  86. 5689731 Patch [ 784089 ] A program to scan python files and list those require coding by Georg Brandl · 20 years ago
  87. 0a5d4a2 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 20 years ago
  88. 142e16d Correct names of sha modules. by Raymond Hettinger · 20 years ago
  89. be3856d patch [ 1141428 ] more __contains__ tests by Georg Brandl · 20 years ago
  90. 52715f6 [ 1113421 ] New tutorial tests in test_generators.py by Georg Brandl · 20 years ago
  91. d35edda Forward UnicodeDecodeError into SyntaxError for source encoding errors. by Martin v. Löwis · 20 years ago
  92. 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  93. 6d2b346 bug [ 1192315 ] 'clear -1' in pdb by Georg Brandl · 20 years ago
  94. 79c122f bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
  95. 6f2bbd3 bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
  96. 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  97. 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 20 years ago
  98. faffa15 Revert previous checkin. by Martin v. Löwis · 20 years ago
  99. bc3b060 Patch #1262036: Make tarfile name absolute. Fixes #1257255. by Martin v. Löwis · 20 years ago
  100. 94ac197 Update the PC configuration and project files for sha256 and sha512. by Raymond Hettinger · 20 years ago