1. 35af158 This commit was manufactured by cvs2svn to create tag 'r242c1'. by cvs2svn · 20 years ago v2.4.2c1
  2. bf8cef4 (backport) test and fix for buggy handling of exceptions raised by C by Armin Rigo · 20 years ago
  3. cb1aea2 (backport) tracing of C functions: don't call the trace func by Armin Rigo · 20 years ago
  4. 5e6a594 C89 compliance. by Armin Rigo · 20 years ago
  5. 601c7f9 Update 64-bit AIX and HP-UX build instructions. by Guido van Rossum · 20 years ago
  6. b693c1c - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 20 years ago
  7. 523263d backport: test_default_encoding_issues(): Fully restore sys.setdefaultencoding. by Anthony Baxter · 20 years ago
  8. d8b9721 add 2.4.2 to the LaTeX version of the release history by Fred Drake · 20 years ago
  9. 4ab7786 pre-release machinations by Anthony Baxter · 20 years ago
  10. 4fe43a8 - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 20 years ago
  11. 3d79035 Note fix of memory leak. by Neal Norwitz · 20 years ago
  12. c36179b Fix problems reported by valgrind: by Neal Norwitz · 20 years ago
  13. 5396041 Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Georg Brandl · 20 years ago
  14. 91926ad Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 20 years ago
  15. 410a432 Patch #1213831: Fix typo in unicodedata._getcode. by Martin v. Löwis · 20 years ago
  16. fc7cb40 Test case for latest complexobject fix. by Georg Brandl · 20 years ago
  17. 8bb4dc6 Misc. backported changes by Vinay Sajip · 20 years ago
  18. 9bec7fa Misc. backported changes by Vinay Sajip · 20 years ago
  19. 39871c8 backport patch [ 1118729 ] Error in representation of complex numbers(again) by Georg Brandl · 20 years ago
  20. 75634db Sync-up with head except for 1.72 which is Py2.5 specific. by Raymond Hettinger · 20 years ago
  21. f207ffb Sync-up with minor changes to the head. by Raymond Hettinger · 20 years ago
  22. b930fbd Removed assignment to an unused variable. by Raymond Hettinger · 20 years ago
  23. a9fbcde backport patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 20 years ago
  24. 043aa85 backport patch [ 1119423 ] python -c readlink()s and stat()s '-c' by Georg Brandl · 20 years ago
  25. bcafbbe fix typo by Georg Brandl · 20 years ago
  26. 4aacab4 backport bug [ 868706 ] Calling builtin function 'eval' from C causes seg fault. by Georg Brandl · 20 years ago
  27. 1e2be08 Fix bug #687747 and patch #1077979 in webbrowser.py. by Georg Brandl · 20 years ago
  28. fe7c3095 Sync-up with patches to the head. by Raymond Hettinger · 20 years ago
  29. 5bf00be Backport SF #1209527. by Raymond Hettinger · 20 years ago
  30. fc25226 Clear the regex cache when the locale changes. by Brett Cannon · 20 years ago
  31. bedda76 *** empty log message *** by Georg Brandl · 20 years ago
  32. a38d85f bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames by Georg Brandl · 20 years ago
  33. d82374d backport bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
  34. 098066d Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 20 years ago
  35. 0d24414 Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 20 years ago
  36. e2f5adb - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  37. e42f446 (backport from HEAD) by Guido van Rossum · 20 years ago
  38. 0a8c3ef comma nit by Georg Brandl · 20 years ago
  39. 562003d backport notes about basicConfig() changes to 2.4 branch by Skip Montanaro · 20 years ago
  40. 32cb7f0 Backport of patch #1290454: Fix reload() error message when parent is not by Georg Brandl · 20 years ago
  41. ae4ae43 Better wording for integer ref entry (from HEAD 1.131). by Georg Brandl · 20 years ago
  42. f79e7b1 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 20 years ago
  43. d7390a8d note that the return and yield statements cannot be used at the top level in by Fred Drake · 20 years ago
  44. 112255b - fix typo report by email, only 1.5 years late by Fred Drake · 20 years ago
  45. 3050c08 Clarify what is meant with "whole numbers". by Georg Brandl · 20 years ago
  46. 566da82 use a test for PDF support that is more portable across teTeX major versions by Matthias Klose · 20 years ago
  47. ede0c66 bug [ 1274069 ] bz2module.c compiler warning by Georg Brandl · 20 years ago
  48. 9366067 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 20 years ago
  49. 81e2d6b Backport checkin: by Walter Dörwald · 20 years ago
  50. cd0af2b Reverting previous checkin. This breaks too much of HTMLParser to be applied by Georg Brandl · 20 years ago
  51. 3078cb9 patch [ 1242454 ] shutil.copytree() quits too soon after an error. by Georg Brandl · 20 years ago
  52. 6b4a932 backport bug [ 761452 ] HTMLParser chokes on my.yahoo.com output by Georg Brandl · 20 years ago
  53. fe05c5f Backport checkin: by Walter Dörwald · 20 years ago
  54. 8f3b5d8 Make testing a bit easier by Anthony Baxter · 20 years ago
  55. fd8e017 Backport checkin: by Walter Dörwald · 20 years ago
  56. 238daff SF #1275796, fix distutils typo "sortcut" -> "shortcut" by Neal Norwitz · 20 years ago
  57. e055743 Fix logic error introduced in last commit. by Brett Cannon · 20 years ago
  58. d6dbf39 Fix bug where __contains__ should have been used over str.find() by Brett Cannon · 20 years ago
  59. 9d1b84b patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 20 years ago
  60. f0b0cd2 patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
  61. bd94eb5 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
  62. 6cff8cd Add list() around xreadlines() by Georg Brandl · 20 years ago
  63. 63c186b __new__ is a static method by Georg Brandl · 20 years ago
  64. b049997 Important typo by Georg Brandl · 20 years ago
  65. d3d235f backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  66. 0acd7e0 SF bug #1072182: bad arg type to isspace in struct module by Raymond Hettinger · 20 years ago
  67. 32c2ed5 backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
  68. 66e75ac Disallow keyword arguments for type constructors that don't use them by Georg Brandl · 20 years ago
  69. a74a655 backport bug [ 1248199 ] shelve .sync operation not documented by Georg Brandl · 20 years ago
  70. 296681e backport bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  71. 900a84a backport bug [ 1262320 ] minidom.py alternate newl support is broken by Georg Brandl · 20 years ago
  72. fa39d08 backport bug [ 1261229 ] __new__ is class method by Georg Brandl · 20 years ago
  73. 0b5fb78 Backport fixes for bugs #1191043 and #1215928. by Georg Brandl · 20 years ago
  74. dedff27 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  75. 668c5f0 Patch #1160164: Use ReleaseItanium for zlib build. by Martin v. Löwis · 20 years ago
  76. 6eee2fe Backport bug #735248: fix urllib2.parse_http_list(). by Georg Brandl · 20 years ago
  77. 1694a59 Backport bug #1016563: Bug in urllib2 proxy auth by Georg Brandl · 20 years ago
  78. 47826f1 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 20 years ago
  79. ea3c6f0 Forward UnicodeDecodeError into SyntaxError for source encoding errors. by Martin v. Löwis · 20 years ago
  80. 674c188 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  81. 00ccbb6 backport bug [ 1192315 ] 'clear -1' in pdb by Georg Brandl · 20 years ago
  82. 42cd573 backport bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
  83. e591e04 backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
  84. a6161e4 backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  85. 98fa1ca SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 20 years ago
  86. f9189d0 Revert previous checkin. by Martin v. Löwis · 20 years ago
  87. df9c2c2 Patch #1262036: Make tarfile name absolute. Fixes #1257255. by Martin v. Löwis · 20 years ago
  88. 6f9e3ca Backport 1.74 by Raymond Hettinger · 20 years ago
  89. d2b7091 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
  90. 61e7ce8 - Mac line endings were incorrect when pasting code from some browsers by Kurt B. Kaiser · 20 years ago
  91. 08be9dc SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
  92. 0af7f64 ord() documentation update; this is what remains applicable from by Fred Drake · 20 years ago
  93. d6f14ed add note about "markupbase" not being intended for direct use by Fred Drake · 20 years ago
  94. 3d41e9a backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
  95. f5b8d44 backport bug #1266283: add lexists to os.path.__all__ by Georg Brandl · 20 years ago
  96. f8200ff SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
  97. 7290f01 Empty sets and frozensets are also false. by Georg Brandl · 20 years ago
  98. e723939 SF bug #1121416: zip incorrectly and incompletely documented by Raymond Hettinger · 20 years ago
  99. d4a439c SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 20 years ago
  100. 9314d32 SF bug #1242657: list(obj) can swallow KeyboardInterrupt by Raymond Hettinger · 20 years ago