1. b693c1c - On 64-bit platforms, when __len__() returns a value that cannot be by Guido van Rossum · 20 years ago
  2. 4ab7786 pre-release machinations by Anthony Baxter · 20 years ago
  3. 4fe43a8 - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE by Matthias Klose · 20 years ago
  4. 3d79035 Note fix of memory leak. by Neal Norwitz · 20 years ago
  5. 5396041 Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than by Georg Brandl · 20 years ago
  6. 91926ad Patch #1268314: Cache lines in StreamReader.readlines for performance. by Martin v. Löwis · 20 years ago
  7. 410a432 Patch #1213831: Fix typo in unicodedata._getcode. by Martin v. Löwis · 20 years ago
  8. fc25226 Clear the regex cache when the locale changes. by Brett Cannon · 20 years ago
  9. bedda76 *** empty log message *** by Georg Brandl · 20 years ago
  10. d82374d backport bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
  11. 098066d Complete format code support in getargs.c::skipitem(), which is called when by Georg Brandl · 20 years ago
  12. e2f5adb - Changes donated by Elemental Security to make it work on AIX 5.3 by Guido van Rossum · 20 years ago
  13. e42f446 (backport from HEAD) by Guido van Rossum · 20 years ago
  14. 81e2d6b Backport checkin: by Walter Dörwald · 20 years ago
  15. fd8e017 Backport checkin: by Walter Dörwald · 20 years ago
  16. d6dbf39 Fix bug where __contains__ should have been used over str.find() by Brett Cannon · 20 years ago
  17. bd94eb5 Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. by Martin v. Löwis · 20 years ago
  18. d3d235f backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve by Georg Brandl · 20 years ago
  19. 32c2ed5 backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows by Georg Brandl · 20 years ago
  20. 66e75ac Disallow keyword arguments for type constructors that don't use them by Georg Brandl · 20 years ago
  21. 0b5fb78 Backport fixes for bugs #1191043 and #1215928. by Georg Brandl · 20 years ago
  22. dedff27 Make IDNA return an empty string when the input is empty. Fixes #1163178. by Martin v. Löwis · 20 years ago
  23. 668c5f0 Patch #1160164: Use ReleaseItanium for zlib build. by Martin v. Löwis · 20 years ago
  24. 47826f1 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 20 years ago
  25. ea3c6f0 Forward UnicodeDecodeError into SyntaxError for source encoding errors. by Martin v. Löwis · 20 years ago
  26. 674c188 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
  27. 00ccbb6 backport bug [ 1192315 ] 'clear -1' in pdb by Georg Brandl · 20 years ago
  28. 42cd573 backport bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
  29. e591e04 backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
  30. a6161e4 backport bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
  31. f9189d0 Revert previous checkin. by Martin v. Löwis · 20 years ago
  32. df9c2c2 Patch #1262036: Make tarfile name absolute. Fixes #1257255. by Martin v. Löwis · 20 years ago
  33. 3d41e9a backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
  34. f5b8d44 backport bug #1266283: add lexists to os.path.__all__ by Georg Brandl · 20 years ago
  35. aaf07eb Add news about SF bug # 900092 fix. by Barry Warsaw · 20 years ago
  36. ab29419 Teach set modules to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 20 years ago
  37. 787b4c5 * SF bug #1257731: Fix logic in set.__contains__(), set.remove(), by Raymond Hettinger · 20 years ago
  38. 0f01c2d Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. by Martin v. Löwis · 20 years ago
  39. 8cd0bad Patch #827386: Support absolute source paths in msvccompiler.py. by Martin v. Löwis · 20 years ago
  40. 2984d9b backport [ 1243192 ] Incorrect documentation of re.UNICODE by Georg Brandl · 20 years ago
  41. 64da727 (Backport) by Guido van Rossum · 20 years ago
  42. a9abcfa Upgrade Windows build to zlib 1.2.3 (a security fix) by Trent Mick · 20 years ago
  43. 95d632d [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  44. eb0b029 added news entry for previous checkin by Georg Brandl · 20 years ago
  45. 7f94414 backporting fix by tim_one: by Georg Brandl · 20 years ago
  46. c10be80 backport Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 20 years ago
  47. b3d5871 Backport: by Georg Brandl · 20 years ago
  48. 412d5fa backport bug [ 1234979 ] Lock.acquire treats only 1 as True by Georg Brandl · 20 years ago
  49. afe5e77 backport bug #1177468: don't cache /dev/urandom file descriptor in os.urandom by Georg Brandl · 20 years ago
  50. 21cea61 - Bug #839151: Fix an attempt to access sys.argv in the warnings module by Georg Brandl · 20 years ago
  51. 9310ffc - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib. by Georg Brandl · 20 years ago
  52. 37c781b - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via by Georg Brandl · 20 years ago
  53. 1ec9c52 SF bug #1224621: tokenize module does not detect inconsistent dedents by Raymond Hettinger · 20 years ago
  54. 8f7dce6 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 20 years ago
  55. de09e95 Backport bug #1196315: fix weakref.WeakValueDictionary constructor. by Georg Brandl · 20 years ago
  56. bf07710 Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly. by Georg Brandl · 20 years ago
  57. bab518b Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the first by Georg Brandl · 20 years ago
  58. d5c76cb backport by Skip Montanaro · 20 years ago
  59. 14ef205 Backport my recent fix (rev. 2.40 of Python/pystate.c): by Michael W. Hudson · 20 years ago
  60. 4d3fec6 Backport checkin (and the appropriate fix to the test): by Walter Dörwald · 20 years ago
  61. 52cba65 Backport my recent raw_input() vs no threads build vs SIGINT argh: by Michael W. Hudson · 20 years ago
  62. 9bd2b50 Backport checkin: by Walter Dörwald · 20 years ago
  63. 5fb9601 I meant to check this in with the last check in (CVS disturbs me sometimes) by Michael W. Hudson · 20 years ago
  64. 59f9bea Backport: by Michael W. Hudson · 20 years ago
  65. 4cf2704 SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior. by Raymond Hettinger · 20 years ago
  66. d2993b4 updates to NEWS by Anthony Baxter · 20 years ago
  67. 4d381b1 Move exception finalisation later in the shutdown process - this by Anthony Baxter · 20 years ago
  68. 680db01 - Fixed decimal operator and comparison methods to return NotImplemented by Raymond Hettinger · 20 years ago
  69. b08dfd2 fix two typos in python(1) by Matthias Klose · 20 years ago
  70. 19a90e6 Fix typo. by Walter Dörwald · 20 years ago
  71. 905e912 2.4.1rc2 setup by Anthony Baxter · 20 years ago
  72. 3a3f9cc Decimal special values did not hash properly. by Raymond Hettinger · 20 years ago
  73. d84b9d3 Backport of change to os.access to encode Unicode file names with by Martin v. Löwis · 20 years ago
  74. e3fa061 Fix test_socket's test for socket.getfqdn() to also accept the result from by Brett Cannon · 20 years ago
  75. c13c0400 Bug #1160802: Can't build Zope on Windows w/ 2.4.1c1. by Tim Peters · 20 years ago
  76. b3baf32 pre-release magic by Anthony Baxter · 20 years ago
  77. ad80c6b Build with --disable-unicode again. Fixes #1158607. by Martin v. Löwis · 20 years ago
  78. 22ef9a1 Mention SF #1149508 (textwrap and hyphenated numbers). by Greg Ward · 20 years ago
  79. dce2f36 Patches #925152, #1118602: Avoid reading after the end of the buffer by Martin v. Löwis · 20 years ago
  80. ac62bc7 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 20 years ago
  81. f05d1c0 Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 20 years ago
  82. 2a06df6 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 20 years ago
  83. 86509d1 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 20 years ago
  84. a8fd7e9 Patch #1117339: Add cookielib special name tests. by Martin v. Löwis · 20 years ago
  85. ffceedf Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 20 years ago
  86. 2d2a32f Clear internal call error in 'L' format. Fixes #723201. by Martin v. Löwis · 20 years ago
  87. 7006512 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  88. ac4c460 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 20 years ago
  89. 17cdedd Backport: NEWS blurb for fix of: by Michael W. Hudson · 21 years ago
  90. 150d61d Update refences to "Macintosh" to reflect the state of affairs for OS X and not by Brett Cannon · 21 years ago
  91. d7a6228 Fix tzset() check to not require the existence of tm->tm_zone. Also added more by Brett Cannon · 21 years ago
  92. 9ee3fb3 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  93. e6b1cc8 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 21 years ago
  94. 486ff4b Partially revert #1074011; don't try to fflush stdin. by Martin v. Löwis · 21 years ago
  95. e62ff1e Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 21 years ago
  96. 3e999f5 distutils/command/install.py change. by Thomas Heller · 21 years ago
  97. ef62b66 Started on Macintosh section. by Jack Jansen · 21 years ago
  98. 68909fd Updating the Idle wrapper to match the current CVS copy. by Sean Reifschneider · 21 years ago
  99. 3baa811 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 21 years ago
  100. 19b8b18 Document bdist_wininst changes. by Thomas Heller · 21 years ago