1. e33da3b 2.4.3c1 by Anthony Baxter · 19 years ago
  2. a87b549 2.4.3c1 by Anthony Baxter · 19 years ago
  3. 73c8c2c Change SystemError into SyntaxError, when a Unicode string by Martin v. Löwis · 19 years ago
  4. b0c3bdd Backport from trunk r42989: by Hye-Shik Chang · 19 years ago
  5. eed78ef Backport of 42960, to support the options buildbot uses. by Martin v. Löwis · 19 years ago
  6. 68e4cbb Return value off PyErr_Warn() for raising string exceptions was not being by Brett Cannon · 19 years ago
  7. 91e742f Merge rev 42607 from the trunk. by Tim Peters · 19 years ago
  8. 05b9254 Trimmed trailing whitespace. by Tim Peters · 19 years ago
  9. 5f5124e Backport 41753: by Neal Norwitz · 20 years ago
  10. 2fc63f7 Bug #854823: socketmodule now builds on Sun platforms even when by Georg Brandl · 20 years ago
  11. fc10228 Make clear that patch #1336582 wasn't a new feature. by Georg Brandl · 20 years ago
  12. 044d2ce Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 20 years ago
  13. b02be7e Patch #1373643: The chunk module can now read chunks larger than two gigabytes. by Georg Brandl · 20 years ago
  14. a957e8f Bug #1430298: It is now possible to send a mail with an empty by Georg Brandl · 20 years ago
  15. d057c91 Bug #1432260: better handle lambda functions' names in pydoc by Georg Brandl · 20 years ago
  16. fbf5ff3 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 20 years ago
  17. d577b6d Send failures to python-checkins, cc/me. by Neal Norwitz · 20 years ago
  18. 24f65ac Add build.sh to 2.4 so we can build the docs (and only the docs). by Neal Norwitz · 20 years ago
  19. bdba3b6 Patch #428494: Prefer linking against ncursesw over ncurses library by Martin v. Löwis · 20 years ago
  20. 90f1db3 Backport: by Neal Norwitz · 20 years ago
  21. b5abd16 Backport: by Neal Norwitz · 20 years ago
  22. ebf1dca Backport: by Neal Norwitz · 20 years ago
  23. fcfad71 Remove NEWS entry of reverted checkin. by Georg Brandl · 20 years ago
  24. d910e55 Bug #1407902: Added support for sftp:// URIs to urlparse. by Georg Brandl · 20 years ago
  25. 3b3e481 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 20 years ago
  26. 90394a5 Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 20 years ago
  27. f75d9df Bug #1371247: Update Windows LCIDs in locale.py. by Georg Brandl · 20 years ago
  28. 387bffd Fix typo by Neal Norwitz · 20 years ago
  29. 63fd4f4 Backport: Fix SF bug #1402308, segfault when using mmap(-1, ...) by Neal Norwitz · 20 years ago
  30. d901f75 Bug #1394565: SimpleHTTPServer now doesn't choke on query paramters any more. by Georg Brandl · 20 years ago
  31. f2f9c40 Bug #1403410: The warnings module now doesn't get confused by Georg Brandl · 20 years ago
  32. 44d52e2 Backport: by Neal Norwitz · 20 years ago
  33. 7fb3aa7 Backport: by Neal Norwitz · 20 years ago
  34. 5ce8a89 Backport: by Neal Norwitz · 20 years ago
  35. 964ab82 Backport: by Neal Norwitz · 20 years ago
  36. 95e3ec0 Patch #881820: look for openpty and forkpty also in libbsd. by Martin v. Löwis · 20 years ago
  37. 7cd31a5 Backport 38951: by Neal Norwitz · 20 years ago
  38. 4e90d91 Backport: Fix errors on 64-bit platforms. (There are still some test problems by Neal Norwitz · 20 years ago
  39. b6050f7 Patch by Ori Avtalion to fix a minor display glitch in the RightArrow. by Barry Warsaw · 20 years ago
  40. ddbcbe8 Use -xcode=pic32 for SunPro. by Martin v. Löwis · 20 years ago
  41. 27a2fab [ 959576 ] Can't build Python on POSIX w/o $HOME (backport) by Georg Brandl · 20 years ago
  42. b8a9b8c Backport: Patch #1117398: fix cookielib LoadError by Neal Norwitz · 20 years ago
  43. cb92b45 Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' by Hye-Shik Chang · 20 years ago
  44. e708f90 Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module by Hye-Shik Chang · 20 years ago
  45. fee85e6 backport: bug #1365984, urllib and data: URLs^^ by Georg Brandl · 20 years ago
  46. b9c3283 bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 20 years ago
  47. cfced27 Backport of patch #1314396: prevent threading.Thread.join() from blocking if a by Brett Cannon · 20 years ago
  48. d98dbf9 Bug #869197: setgroups rejects long integer argument by Georg Brandl · 20 years ago
  49. 757dab9 Backport: by Neal Norwitz · 20 years ago
  50. 6e4524f Backport (with output/test_poll): by Neal Norwitz · 20 years ago
  51. 64597d0 Backport: Fix SF #1345263, colorsys tests, bug in frange by Neal Norwitz · 20 years ago
  52. 03f34d1 Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors. by Neal Norwitz · 20 years ago
  53. 4360e73 Backport: by Neal Norwitz · 20 years ago
  54. ecea121 Backport: SF bug #1167751: fix incorrect code being for generator expressions. by Neal Norwitz · 20 years ago
  55. ad2fa76 Teach unquote() to handle unicode inputs by Raymond Hettinger · 20 years ago
  56. 656b762 SF #1313496: bisect C replacement doesn't accept named args by Raymond Hettinger · 20 years ago
  57. 2d0d6c9 Backport: by Neal Norwitz · 20 years ago
  58. c2b7c59 Backport: by Neal Norwitz · 20 years ago
  59. d00e54b Backported: by Neal Norwitz · 20 years ago
  60. 6b61a28 backport bug [ 729103 ] Cannot retrieve name of super object by Georg Brandl · 20 years ago
  61. bc3710f - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, by Neal Norwitz · 20 years ago
  62. 2c89f1a backport patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for padding by Georg Brandl · 20 years ago
  63. 3d875f5 backport bug [ 1296004 ] MemoryError in httplib by Georg Brandl · 20 years ago
  64. e3a1c63 backport: fix parse errors in readline by Georg Brandl · 20 years ago
  65. f9fde1e 2.4.2 release stuff by Anthony Baxter · 20 years ago
  66. ea2ef08 Backport (with Anthony's blessing (in fact he reminded me to do it :)): by Michael W. Hudson · 20 years ago
  67. b21d81e Backport bugfix: by Michael W. Hudson · 20 years ago
  68. c8ae70a News about the test_macfs fix. by Guido van Rossum · 20 years ago
  69. ef6fb3d Backport fix for patch #1297028, cjkcodecs does not initialize type pointer by Neal Norwitz · 20 years ago
  70. b693c1c - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 20 years ago
  71. 4ab7786 pre-release machinations by Anthony Baxter · 20 years ago
  72. 4fe43a8 - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 20 years ago
  73. 3d79035 Note fix of memory leak. by Neal Norwitz · 20 years ago
  74. 5396041 Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Georg Brandl · 20 years ago
  75. 91926ad Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 20 years ago
  76. 410a432 Patch #1213831: Fix typo in unicodedata._getcode. by Martin v. Löwis · 20 years ago
  77. fc25226 Clear the regex cache when the locale changes. by Brett Cannon · 20 years ago
  78. bedda76 *** empty log message *** by Georg Brandl · 20 years ago
  79. d82374d backport bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
  80. 098066d Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 20 years ago
  81. e2f5adb - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  82. e42f446 (backport from HEAD) by Guido van Rossum · 20 years ago
  83. 81e2d6b Backport checkin: by Walter Dörwald · 20 years ago
  84. fd8e017 Backport checkin: by Walter Dörwald · 20 years ago
  85. d6dbf39 Fix bug where __contains__ should have been used over str.find() by Brett Cannon · 20 years ago
  86. bd94eb5 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
  87. d3d235f backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  88. 32c2ed5 backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
  89. 66e75ac Disallow keyword arguments for type constructors that don't use them by Georg Brandl · 20 years ago
  90. 0b5fb78 Backport fixes for bugs #1191043 and #1215928. by Georg Brandl · 20 years ago
  91. dedff27 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  92. 668c5f0 Patch #1160164: Use ReleaseItanium for zlib build. by Martin v. Löwis · 20 years ago
  93. 47826f1 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 20 years ago
  94. ea3c6f0 Forward UnicodeDecodeError into SyntaxError for source encoding errors. by Martin v. Löwis · 20 years ago
  95. 674c188 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  96. 00ccbb6 backport bug [ 1192315 ] 'clear -1' in pdb by Georg Brandl · 20 years ago
  97. 42cd573 backport bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
  98. e591e04 backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
  99. a6161e4 backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  100. f9189d0 Revert previous checkin. by Martin v. Löwis · 20 years ago