1. ec862b9 (pedronis, arigo) by Armin Rigo · 19 years ago
  2. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  3. 9ceebd5 Patch #1288833: Removed thread lock from socket.getaddrinfo on by Hye-Shik Chang · 19 years ago
  4. 3a708df Changed license header: Now simply referring to PSF. This closes bug 1138653. by Peter Astrand · 19 years ago
  5. acb1424 The key to the various sort columns got lost. Pulled from by Skip Montanaro · 19 years ago
  6. 02cfa0b SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.) by Neal Norwitz · 19 years ago
  7. 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 19 years ago
  8. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 19 years ago
  9. 19e11c8 MacOSX 10.4 apparently does not allow the creation time to be set to later by Jack Jansen · 19 years ago
  10. 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 19 years ago
  11. 2190f8c Added a class MallocHeapOutputBufferType for types that are passed by Jack Jansen · 19 years ago
  12. a2534c8 Update 64-bit AIX and HP-UX build instructions (forward port). by Guido van Rossum · 19 years ago
  13. 335ffe8 C89 compliance. by Armin Rigo · 19 years ago
  14. f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 19 years ago
  15. 630db60 - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 19 years ago
  16. 1c2d7e5 clean-up tracing of C functions. In particular, don't call the trace func by Armin Rigo · 19 years ago
  17. 71d7e70 Removed a check "if (args != NULL)" which is always True and makes no sense. by Armin Rigo · 19 years ago
  18. a6eb56c Don't call memset() before checking that the ptr is not NULL. by Armin Rigo · 19 years ago
  19. b53355a Added support for (optionally) bracketing calls with by Jack Jansen · 19 years ago
  20. f3f231f - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 19 years ago
  21. ba3e6ec A minor fix for 64-bit platforms: when __len__() returns Python int by Guido van Rossum · 19 years ago
  22. 3a703b6 Reverted revision 1.83, which introduced a bug and subtle incompatibility by Armin Rigo · 19 years ago
  23. cfe7dd9 Note fix of memory leak. by Neal Norwitz · 19 years ago
  24. 3efd0a1 Remove unnecessary/extra parens when returning a value. by Neal Norwitz · 19 years ago
  25. 24b3c22 Forward port fixes for problems reported by valgrind by Neal Norwitz · 19 years ago
  26. f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 19 years ago
  27. 4ed6738 Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 19 years ago
  28. 8b291e2 Patch #1213831: Fix typo in unicodedata._getcode. Will backport to Python 2.4. by Martin v. Löwis · 19 years ago
  29. 9e28107 Test case for latest complexobject fix. by Georg Brandl · 19 years ago
  30. 116f16e Added lock acquisition around handler removal from logger by Vinay Sajip · 19 years ago
  31. 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 19 years ago
  32. c404ff2 patch [ 1118729 ] Error in representation of complex numbers(again) by Georg Brandl · 19 years ago
  33. bd9c3f7 Change type on variable to silence gcc 4 warning. Call signature was found at by Brett Cannon · 19 years ago
  34. 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 19 years ago
  35. 6953772 patch [ 1119423 ] python -c readlink()s and stat()s '-c' by Georg Brandl · 19 years ago
  36. ff52837 fix typo by Georg Brandl · 19 years ago
  37. 77c85e6 bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. by Georg Brandl · 19 years ago
  38. a783d06 Clear out the regex cache when the TimeRE cache is invalidated by a locale by Brett Cannon · 19 years ago
  39. fb1ef85 *** empty log message *** by Georg Brandl · 19 years ago
  40. 402b53d bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames by Georg Brandl · 19 years ago
  41. 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 19 years ago
  42. 80bbf3f Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 19 years ago
  43. 6dd1461 Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 19 years ago
  44. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  45. 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
  46. 3fbf320 comma nit by Georg Brandl · 19 years ago
  47. 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 19 years ago
  48. 0c55f29 Patch #1290454: Fix reload() error message when parent module is not in by Georg Brandl · 19 years ago
  49. 14f4fd0 Add more links to the 'What Next?' section; rewrite to be briefer by Andrew M. Kuchling · 19 years ago
  50. ebb7f30 Speed-up escape() by Raymond Hettinger · 19 years ago
  51. d430726 Better wording for integer ref entry. by Georg Brandl · 19 years ago
  52. ef369cd Shorten run-on sentence by Andrew M. Kuchling · 19 years ago
  53. b5d2118 Update link by Andrew M. Kuchling · 19 years ago
  54. 8e13af3 Update link by Andrew M. Kuchling · 19 years ago
  55. 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 19 years ago
  56. a1d09e2 Minor cleanup. by Raymond Hettinger · 19 years ago
  57. cf6b632 Corrected version of 1.170 by Raymond Hettinger · 19 years ago
  58. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
  59. 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 19 years ago
  60. 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 19 years ago
  61. 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 19 years ago
  62. 0ee9ba2 Added _handlerList to allow shutdown to flush and close handlers in reverse order of creation (see SF# 1282539) by Vinay Sajip · 19 years ago
  63. e029da0 Quote docstring with r"" to keep '\r\n' in example code. by Hye-Shik Chang · 19 years ago
  64. b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 19 years ago
  65. b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 19 years ago
  66. 4655e44 break sets a breakpoint rather than stopping the loop. by Neal Norwitz · 19 years ago
  67. 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 19 years ago
  68. a8bcecc bug [ 1274069 ] bz2module.c compiler warning by Georg Brandl · 19 years ago
  69. 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 19 years ago
  70. c384fc2 Changed _srcfile determination to support py2exe. by Vinay Sajip · 19 years ago
  71. c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 19 years ago
  72. 78a78b0 Fix rest markup and typos. by Walter Dörwald · 19 years ago
  73. c5238b8 SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads by Walter Dörwald · 19 years ago
  74. cd3c26a Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 19 years ago
  75. 4ce69a5 No need to import exceptions, they are builtins by Neal Norwitz · 19 years ago
  76. 6203196 Remove unused import by Neal Norwitz · 19 years ago
  77. ab61923 Fix bug in last checkin (2.231). To match previous behavior, unicode by Neil Schemenauer · 19 years ago
  78. a1be88e patch [ 1242454 ] shutil.copytree() quits too soon after an error. by Georg Brandl · 19 years ago
  79. 99d7e4e Whitespace normalization. by Georg Brandl · 19 years ago
  80. 7847405 bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 19 years ago
  81. c28dd1f Typo fix by Andrew M. Kuchling · 19 years ago
  82. 2330e9e From c.l.py comments: link to zlib manual, and disclaim completeness by Andrew M. Kuchling · 19 years ago
  83. 8230df3 Update URLs by Andrew M. Kuchling · 19 years ago
  84. e1a385a Explain what file descriptors are; this change has been sitting in my tree for a while by Andrew M. Kuchling · 19 years ago
  85. ff9ca5e SF bug #1277016: Turn sentence fragment into a complete sentence. by Walter Dörwald · 19 years ago
  86. be5615e updated __version__ by Piers Lauder · 19 years ago
  87. 14f3940 changed select() so readonly flag is treated as a boolean by Piers Lauder · 19 years ago
  88. a47d1c0 SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain by Walter Dörwald · 19 years ago
  89. 523c9f0 SF #1275796, fix distutils typo "sortcut" -> "shortcut" by Neal Norwitz · 19 years ago
  90. 9922a63 Add to-do list by Andrew M. Kuchling · 19 years ago
  91. b88f774 Remove rexec howto; it's kind of pointless now by Andrew M. Kuchling · 19 years ago
  92. e8f44d6 Commit the howto source to the main Python repository, with Fred's approval by Andrew M. Kuchling · 19 years ago
  93. f1b2ba6 Fix logic error introduced in last commit. Also add a comment to explain what by Brett Cannon · 19 years ago
  94. c203370 Add missing \end, noted by George Yoshida by Andrew M. Kuchling · 19 years ago
  95. 6e372d1 fix bug where str.find() was being misused where __contains__ should have been by Brett Cannon · 19 years ago
  96. 0738206 Write section on PEP 342 by Andrew M. Kuchling · 19 years ago
  97. 9a19e5c patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 19 years ago
  98. 7f26a62 patch [ 1274630 ] documentation fixes by Georg Brandl · 19 years ago
  99. 375f83c patch [ 1274630 ] documentation fixes by Georg Brandl · 19 years ago
  100. 5dbdc59 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 19 years ago