1. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  2. c0d5faa Free coding spec (cs) if there was an error to prevent mem leak. Maybe backport candidate by Neal Norwitz · 19 years ago
  3. 1e8659b Don't use a string exception since it's deprecated by Neal Norwitz · 19 years ago
  4. 57071ce Oops, "=" is not a comparison operator by Neal Norwitz · 19 years ago
  5. f21c8ed Add comment lost from AST merge by Neal Norwitz · 19 years ago
  6. 358d938 Remove INT_MIN that came from the AST merge. by Neal Norwitz · 19 years ago
  7. 5f5153e Fix some mods that got dropped from the AST merge by Neal Norwitz · 19 years ago
  8. 58a7985 Use the newer names for APIs after the AST merge by Neal Norwitz · 19 years ago
  9. 6d777bb Remove dup declarations after AST merge by Neal Norwitz · 19 years ago
  10. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  11. 2cb94ab Enhance the performance of two important Unicode character by Marc-André Lemburg · 19 years ago
  12. 9984e70 add missing word by Fred Drake · 19 years ago
  13. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 19 years ago
  14. 8f40171 Find bsd db v4 on gentoo (2005 i think) by Neal Norwitz · 19 years ago
  15. b0e32e2 Fix SF bug # 1330039, patch # 1331635 from Lars Gustaebel (tarfile maintainer) by Neal Norwitz · 19 years ago
  16. 40563ed Get BSD DB working most for version 3.2 by Neal Norwitz · 19 years ago
  17. 8456235 Get bsddb module to compile with version 3.2 of BSD DB. by Neal Norwitz · 19 years ago
  18. 95c1e50 SF bug #1331563 ] string_subscript doesn't check for failed PyMem_Malloc. Will backport by Neal Norwitz · 19 years ago
  19. 5c4a9d6 Whitespace corrections. by Marc-André Lemburg · 19 years ago
  20. e115ec8 Bug fix for [ 1331062 ] utf 7 codec broken. by Marc-André Lemburg · 19 years ago
  21. 9483220 SF bug #1328915, try to word kill a bit more generically. Backport candidate. by Neal Norwitz · 19 years ago
  22. 0791441 Drop permissions for Gregory K Johnson. by Raymond Hettinger · 19 years ago
  23. dc4efd0 Add Nick Coghlan by Raymond Hettinger · 19 years ago
  24. 4b0f20d Teach unquote() to handle unicode inputs by Raymond Hettinger · 19 years ago
  25. 239322b Optimised Placeholders handling of child loggers by using a dict rather than a list (much slower in the pathological case of hundreds of child Loggers to a Placeholder - problem reported by Ryan Blazecka). by Vinay Sajip · 19 years ago
  26. 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 19 years ago
  27. 34fed3a fix stupid typo by Fred Drake · 19 years ago
  28. b793506 Added Host and Content-type headers to requests sent by HTTPHandler (suggested by Steven Vereecken) by Vinay Sajip · 19 years ago
  29. 116078f SF bug #1323294, Minor error in the Library Reference doc. Will backport by Neal Norwitz · 19 years ago
  30. df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 19 years ago
  31. 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 19 years ago
  32. a05834e Remove trailing spaces. by Walter Dörwald · 19 years ago
  33. 6611a8b Fix indentation. by Walter Dörwald · 19 years ago
  34. b980113 Fix errors in _synthesize because of missing basename attribute of by Georg Brandl · 19 years ago
  35. c252c59 Fix unit test failure -- the output received from Python can be empty, by Guido van Rossum · 19 years ago
  36. 43d6e81 Fixed bug where the logging message was wrongly being demoted from Unicode to string (SF #1314107) by Vinay Sajip · 19 years ago
  37. d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 19 years ago
  38. 331649a Change the internal "undefined codepoint" mark for CJKCodecs decoders by Hye-Shik Chang · 19 years ago
  39. cc9a951 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 19 years ago
  40. 892a33f Get "make install" working again after adding Lib/test/bad_coding.py by Neal Norwitz · 19 years ago
  41. c0d1125 Make close brace a paren to match open. by Neal Norwitz · 19 years ago
  42. 19f6b86 Armin caught this mistake in bug #973103. by Neal Norwitz · 19 years ago
  43. 178f906 open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab by Neal Norwitz · 19 years ago
  44. 196f733 Fix pychecker warnings by Neal Norwitz · 19 years ago
  45. 389482c Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem. by Kurt B. Kaiser · 19 years ago
  46. 0a13579 Tweak CodeContext.py docstrings, comments, and names. by Kurt B. Kaiser · 19 years ago
  47. bee0d46 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 19 years ago
  48. 4094d04 fix link to subsection (SF bug #1311674) by Fred Drake · 19 years ago
  49. e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 19 years ago
  50. 76390de suppress more errors on my box, most are gentoo specific. Py_ADDRESS_IN_RANGE is x86_64 specific and the readline memory leaks should be generally applicable by Neal Norwitz · 19 years ago
  51. 7ecbc19 SF Bug #1008310, os.major() os.minor() example and description change. Will backport. by Neal Norwitz · 19 years ago
  52. 92ff693 Fix SF bug #991735, os.access reports true for read-only directories. Will backport by Neal Norwitz · 19 years ago
  53. 708e51a Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 by Neal Norwitz · 19 years ago
  54. a45770d SF Bug # 941346, AIX shared library fix by Neal Norwitz · 19 years ago
  55. 11bd119 SF bug #887946, segfault if redirecting directory by Neal Norwitz · 19 years ago
  56. d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 19 years ago
  57. c5cdcba SF patch #1227568, Expression AST node not documented. by Neal Norwitz · 19 years ago
  58. 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 19 years ago
  59. 7491022 Increased performance in CodeContext extension Patch 936169 Noam Raphael by Kurt B. Kaiser · 19 years ago
  60. 40d3781 - Fix segfault with invalid coding. by Neal Norwitz · 19 years ago
  61. d45014b Fix PyString_Format so that the "%s" format works again when Unicode is not by Georg Brandl · 19 years ago
  62. 8b813db bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 19 years ago
  63. ce7da6c Forward port bugfix: by Michael W. Hudson · 19 years ago
  64. 484d9a4 Patch #1309009, Fix segfault in pyexpat when the XML document is by Neal Norwitz · 19 years ago
  65. aa93517 patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 19 years ago
  66. 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 19 years ago
  67. 80ba8e8 bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 19 years ago
  68. e677adc Fix parse errors in readline module when compiling without threads. by Georg Brandl · 19 years ago
  69. e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 19 years ago
  70. 420254d Use lzx:21 for compression. Backported to 2.4 by Martin v. Löwis · 19 years ago
  71. d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 19 years ago
  72. dd5c023 some more fixes and tests for inspect.getsource(), triggered by crashes by Armin Rigo · 19 years ago
  73. e9f8ec9 Commit memory leaking fix. by Georg Brandl · 19 years ago
  74. ec862b9 (pedronis, arigo) by Armin Rigo · 19 years ago
  75. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  76. 9ceebd5 Patch #1288833: Removed thread lock from socket.getaddrinfo on by Hye-Shik Chang · 19 years ago
  77. 3a708df Changed license header: Now simply referring to PSF. This closes bug 1138653. by Peter Astrand · 19 years ago
  78. acb1424 The key to the various sort columns got lost. Pulled from by Skip Montanaro · 19 years ago
  79. 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
  80. 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 19 years ago
  81. 10402a3 Patches #1298449 and #1298499: Add some missing checks for error by Michael W. Hudson · 19 years ago
  82. 19e11c8 MacOSX 10.4 apparently does not allow the creation time to be set to later by Jack Jansen · 19 years ago
  83. 058bde1 SF Patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 19 years ago
  84. 2190f8c Added a class MallocHeapOutputBufferType for types that are passed by Jack Jansen · 19 years ago
  85. a2534c8 Update 64-bit AIX and HP-UX build instructions (forward port). by Guido van Rossum · 19 years ago
  86. 335ffe8 C89 compliance. by Armin Rigo · 19 years ago
  87. f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 19 years ago
  88. 630db60 - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 19 years ago
  89. 1c2d7e5 clean-up tracing of C functions. In particular, don't call the trace func by Armin Rigo · 19 years ago
  90. 71d7e70 Removed a check "if (args != NULL)" which is always True and makes no sense. by Armin Rigo · 19 years ago
  91. a6eb56c Don't call memset() before checking that the ptr is not NULL. by Armin Rigo · 19 years ago
  92. b53355a Added support for (optionally) bracketing calls with by Jack Jansen · 19 years ago
  93. f3f231f - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 19 years ago
  94. ba3e6ec A minor fix for 64-bit platforms: when __len__() returns Python int by Guido van Rossum · 19 years ago
  95. 3a703b6 Reverted revision 1.83, which introduced a bug and subtle incompatibility by Armin Rigo · 19 years ago
  96. cfe7dd9 Note fix of memory leak. by Neal Norwitz · 19 years ago
  97. 3efd0a1 Remove unnecessary/extra parens when returning a value. by Neal Norwitz · 19 years ago
  98. 24b3c22 Forward port fixes for problems reported by valgrind by Neal Norwitz · 19 years ago
  99. f8948ca skip _locale test if OS X < 10.4 by Skip Montanaro · 19 years ago
  100. 4ed6738 Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 19 years ago