1. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
  2. d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 19 years ago
  3. c5cdcba SF patch #1227568, Expression AST node not documented. by Neal Norwitz · 19 years ago
  4. 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 19 years ago
  5. 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 19 years ago
  6. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
  7. d45014b Fix PyString_Format so that the "%s" format works again when Unicode is not by Georg Brandl · 19 years ago
  8. 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 19 years ago
  9. ce7da6c Forward port bugfix: by Michael W. Hudson · 19 years ago
  10. 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 19 years ago
  11. aa93517 patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 19 years ago
  12. 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 19 years ago
  13. 80ba8e8 bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 19 years ago
  14. e677adc Fix parse errors in readline module when compiling without threads. by Georg Brandl · 19 years ago
  15. e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 19 years ago
  16. 420254d Use lzx:21 for compression. Backported to 2.4 by Martin v. Löwis · 19 years ago
  17. d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 19 years ago
  18. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
  19. e9f8ec9 Commit memory leaking fix. by Georg Brandl · 19 years ago
  20. ec862b9 (pedronis, arigo) by Armin Rigo · 19 years ago
  21. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  22. 9ceebd5 Patch #1288833: Removed thread lock from socket.getaddrinfo on by Hye-Shik Chang · 19 years ago
  23. 3a708df Changed license header: Now simply referring to PSF. This closes bug 1138653. by Peter Astrand · 19 years ago
  24. acb1424 The key to the various sort columns got lost. Pulled from by Skip Montanaro · 19 years ago
  25. 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
  26. 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 19 years ago
  27. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 19 years ago
  28. 19e11c8 MacOSX 10.4 apparently does not allow the creation time to be set to later by Jack Jansen · 19 years ago
  29. 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 19 years ago
  30. 2190f8c Added a class MallocHeapOutputBufferType for types that are passed by Jack Jansen · 19 years ago
  31. a2534c8 Update 64-bit AIX and HP-UX build instructions (forward port). by Guido van Rossum · 19 years ago
  32. 335ffe8 C89 compliance. by Armin Rigo · 19 years ago
  33. f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 19 years ago
  34. 630db60 - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 19 years ago
  35. 1c2d7e5 clean-up tracing of C functions. In particular, don't call the trace func by Armin Rigo · 19 years ago
  36. 71d7e70 Removed a check "if (args != NULL)" which is always True and makes no sense. by Armin Rigo · 19 years ago
  37. a6eb56c Don't call memset() before checking that the ptr is not NULL. by Armin Rigo · 19 years ago
  38. b53355a Added support for (optionally) bracketing calls with by Jack Jansen · 19 years ago
  39. f3f231f - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 19 years ago
  40. ba3e6ec A minor fix for 64-bit platforms: when __len__() returns Python int by Guido van Rossum · 19 years ago
  41. 3a703b6 Reverted revision 1.83, which introduced a bug and subtle incompatibility by Armin Rigo · 19 years ago
  42. cfe7dd9 Note fix of memory leak. by Neal Norwitz · 19 years ago
  43. 3efd0a1 Remove unnecessary/extra parens when returning a value. by Neal Norwitz · 19 years ago
  44. 24b3c22 Forward port fixes for problems reported by valgrind by Neal Norwitz · 19 years ago
  45. f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 19 years ago
  46. 4ed6738 Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 19 years ago
  47. 8b291e2 Patch #1213831: Fix typo in unicodedata._getcode. Will backport to Python 2.4. by Martin v. Löwis · 19 years ago
  48. 9e28107 Test case for latest complexobject fix. by Georg Brandl · 19 years ago
  49. 116f16e Added lock acquisition around handler removal from logger by Vinay Sajip · 19 years ago
  50. 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 19 years ago
  51. c404ff2 patch [ 1118729 ] Error in representation of complex numbers(again) by Georg Brandl · 19 years ago
  52. bd9c3f7 Change type on variable to silence gcc 4 warning. Call signature was found at by Brett Cannon · 19 years ago
  53. 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 19 years ago
  54. 6953772 patch [ 1119423 ] python -c readlink()s and stat()s '-c' by Georg Brandl · 19 years ago
  55. ff52837 fix typo by Georg Brandl · 19 years ago
  56. 77c85e6 bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. by Georg Brandl · 19 years ago
  57. a783d06 Clear out the regex cache when the TimeRE cache is invalidated by a locale by Brett Cannon · 19 years ago
  58. fb1ef85 *** empty log message *** by Georg Brandl · 19 years ago
  59. 402b53d bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames by Georg Brandl · 19 years ago
  60. 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 19 years ago
  61. 80bbf3f Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 19 years ago
  62. 6dd1461 Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 19 years ago
  63. 8ee3e5a - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 19 years ago
  64. 539c662 - Changes donated by Elemental Security to make it work on HP-UX 11 on by Guido van Rossum · 19 years ago
  65. 3fbf320 comma nit by Georg Brandl · 19 years ago
  66. 6fa0c5a Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Gustavo Niemeyer · 19 years ago
  67. 0c55f29 Patch #1290454: Fix reload() error message when parent module is not in by Georg Brandl · 19 years ago
  68. 14f4fd0 Add more links to the 'What Next?' section; rewrite to be briefer by Andrew M. Kuchling · 19 years ago
  69. ebb7f30 Speed-up escape() by Raymond Hettinger · 19 years ago
  70. d430726 Better wording for integer ref entry. by Georg Brandl · 19 years ago
  71. ef369cd Shorten run-on sentence by Andrew M. Kuchling · 19 years ago
  72. b5d2118 Update link by Andrew M. Kuchling · 19 years ago
  73. 8e13af3 Update link by Andrew M. Kuchling · 19 years ago
  74. 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 19 years ago
  75. a1d09e2 Minor cleanup. by Raymond Hettinger · 19 years ago
  76. cf6b632 Corrected version of 1.170 by Raymond Hettinger · 19 years ago
  77. 2bdec7b Revert 1.170. Add tests. by Raymond Hettinger · 19 years ago
  78. 803ce80 Simplify and speed-up unquote(). by Raymond Hettinger · 19 years ago
  79. 957b126 Simplify and speed-up quote_plus(). by Raymond Hettinger · 19 years ago
  80. 199d2f7 SF #1285086: urllib.quote is too slow by Raymond Hettinger · 19 years ago
  81. 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
  82. e029da0 Quote docstring with r"" to keep '\r\n' in example code. by Hye-Shik Chang · 19 years ago
  83. b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 19 years ago
  84. b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 19 years ago
  85. 4655e44 break sets a breakpoint rather than stopping the loop. by Neal Norwitz · 19 years ago
  86. 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 19 years ago
  87. a8bcecc bug [ 1274069 ] bz2module.c compiler warning by Georg Brandl · 19 years ago
  88. 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 19 years ago
  89. c384fc2 Changed _srcfile determination to support py2exe. by Vinay Sajip · 19 years ago
  90. c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 19 years ago
  91. 78a78b0 Fix rest markup and typos. by Walter Dörwald · 19 years ago
  92. c5238b8 SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads by Walter Dörwald · 19 years ago
  93. cd3c26a Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 19 years ago
  94. 4ce69a5 No need to import exceptions, they are builtins by Neal Norwitz · 19 years ago
  95. 6203196 Remove unused import by Neal Norwitz · 19 years ago
  96. ab61923 Fix bug in last checkin (2.231). To match previous behavior, unicode by Neil Schemenauer · 19 years ago
  97. a1be88e patch [ 1242454 ] shutil.copytree() quits too soon after an error. by Georg Brandl · 19 years ago
  98. 99d7e4e Whitespace normalization. by Georg Brandl · 19 years ago
  99. 7847405 bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 19 years ago
  100. c28dd1f Typo fix by Andrew M. Kuchling · 19 years ago