1. b0f9635 Prepare for 2.3.7. by Martin v. Löwis · 17 years ago v2.3.7
  2. cb6727e Prepare for 2.3.7c1. by Martin v. Löwis · 17 years ago v2.3.7c1
  3. d254ca8 Backport of r61180: by Martin v. Löwis · 17 years ago
  4. 5c099d7 updates for 2.3.6 final by Anthony Baxter · 19 years ago
  5. 9f839d5 preparing for 2.3.6c1 by Anthony Baxter · 19 years ago
  6. 1785d3f patch for PSF-2006-001. by Anthony Baxter · 19 years ago
  7. 2bfcf5d Back port r50693 and r50754 from the trunk (and 2.4 branch): by Barry Warsaw · 19 years ago
  8. b6d857a Begin 2.3.6 news section; record PCRE fix by Andrew M. Kuchling · 20 years ago
  9. dc70706 2.3.5 final by Anthony Baxter · 21 years ago
  10. 9f181ec news update for 2.3.5 final by Anthony Baxter · 21 years ago
  11. 018a548 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  12. f3377e4 Partially revert #1074011; don't try to fflush stdin. by Martin v. Löwis · 21 years ago
  13. dd6ab86 pre-release bits by Anthony Baxter · 21 years ago
  14. 03bdf17 Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 21 years ago
  15. 5fc22ec distutils/command/install.py change. by Thomas Heller · 21 years ago
  16. 7c89f1a Backport Patch #850977: Detect Tk on FreeBSD and OpenBSD. by Kurt B. Kaiser · 21 years ago
  17. 15f51d7 Merging the current development changes for the idle wrapper. by Sean Reifschneider · 21 years ago
  18. 6db8cd1 Mac news items. by Jack Jansen · 21 years ago
  19. f3478d9 [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
  20. 69bb987 Document bdist_wininst changes. by Thomas Heller · 21 years ago
  21. c57bd88 Taken from 2.4/HEAD: by Matthias Klose · 21 years ago
  22. 7d37a2a SF 1055820: weakref callback vs gc vs threads by Tim Peters · 21 years ago
  23. 2712d96 Add item by Andrew M. Kuchling · 21 years ago
  24. 36745d0 Add item by Andrew M. Kuchling · 21 years ago
  25. 9c183d2 Add support for using %U and %W in strptime when year and day of the week are by Brett Cannon · 21 years ago
  26. d980c92 Escape locale data for regex metacharacters. by Brett Cannon · 21 years ago
  27. 6f83346 Replace -soname with -h for Solaris compatibility. Fixes #1034496. by Martin v. Löwis · 21 years ago
  28. 5a24a56 Convert bool results back to strings. Fixes #807871. by Martin v. Löwis · 21 years ago
  29. 727c5ff Patch #1012280: Include curses.h for term.h check. Fixes #933795. by Martin v. Löwis · 21 years ago
  30. a784d0e Patch #973204: Use -rpath instead of -R on Irix and True64. by Martin v. Löwis · 21 years ago
  31. b800586 Patch #1014992: Never return more than a line from readline. by Martin v. Löwis · 21 years ago
  32. fbfe90e [Patch #945642] Fix non-blocking SSL sockets, which blocked on reads/writes in Python 2.3. by Matthias Klose · 21 years ago
  33. 863e71a - Bug #902501: fix unicode value of CYRILLIC CAPITAL LETTER UKRAINIAN IE by Matthias Klose · 21 years ago
  34. 7eacf7f Flush bz2 data even if nothing had been written so far. Fixes #1013882 by Martin v. Löwis · 21 years ago
  35. 8c8ec2c Patch #997284: Allow pydoc to work with XP Themes (.manifest file) by Martin v. Löwis · 21 years ago
  36. d903fc0 Patch #914291: Restore locale while calling readline. by Martin v. Löwis · 21 years ago
  37. f4c2c0c - The distutils sdist command now ignores all .svn directories, in by Matthias Klose · 21 years ago
  38. e89d1b4 - pygettext.py: Generate POT-Creation-Date header in ISO format. by Matthias Klose · 21 years ago
  39. c1a97ef - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)). by Matthias Klose · 21 years ago
  40. 0052fcd Define _BSD_TYPES. Fixes #1005308. by Martin v. Löwis · 21 years ago
  41. ea64250 Patch #1005568: Use _SC_PAGESIZE on Irix. by Martin v. Löwis · 21 years ago
  42. 3d25948a Patch #808719: Ignore locale's encoding in IDLE if it is an empty string. by Martin v. Löwis · 21 years ago
  43. 0a49cf4 Add wait_visibility before grab_set. Fixes #946153. by Martin v. Löwis · 21 years ago
  44. a7d9137 Patch #994595: Recognize Basic auth even if other schemes are offered. by Martin v. Löwis · 21 years ago
  45. 6b92aa2 new .spec file, from #996316 by Anthony Baxter · 21 years ago
  46. 9d2ad5f dummy_threading when run with -O would raise a KeyError in Thread.__delete() by Brett Cannon · 21 years ago
  47. e03d9af Patch #909007] Enable a bunch of safe bug workarounds in OpenSSL, for by Andrew M. Kuchling · 21 years ago
  48. 36fd97c posixpath.realpath() now detects loops from symlinks and returns the longest by Brett Cannon · 21 years ago
  49. b161cb7 ntpath now compresses erroneous slashes between the drive letter and rest of by Brett Cannon · 21 years ago
  50. 9cea639 zipfile now handles file sizes over 2 GB. Was incorrectly storing file sizes by Brett Cannon · 21 years ago
  51. 330fc4b Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in by Guido van Rossum · 21 years ago
  52. 17748ed threading.Thread used to raise an exception about attempting to execute a by Brett Cannon · 21 years ago
  53. cf61396 SF #951851 is fixed. by Thomas Heller · 21 years ago
  54. a2fd2a3 SF #982215 is fixed. by Thomas Heller · 21 years ago
  55. b43808a Add support in urlparse for recognizing rsync as a protocol that defines a by Brett Cannon · 21 years ago
  56. c11c49f Allow Modules/getpath.c to compile on OS X in a --disable-framework build. by Brett Cannon · 21 years ago
  57. e145d28 Patch #975885: print file name in err msg in quiet mode. by Martin v. Löwis · 21 years ago
  58. 75cf0d3 Raise an exception when trying to use shutil.move() to move a directory into by Brett Cannon · 21 years ago
  59. 7a626b4 pydoc.stripid() is now case-insensitive. by Brett Cannon · 21 years ago
  60. 7dddbfe Backport: by Anthony Baxter · 21 years ago
  61. d8b9346 SF 952807: Unpickling pickled instances of subclasses of by Tim Peters · 21 years ago
  62. 5a2d442 Fix a refcount bug in an obscure code corner. by Thomas Heller · 21 years ago
  63. 8321660 [Bug #954364] inspect.getframeinfo() sometimes produces incorrect traceback line #s; fix is to look at tb.tb_lineno, not tb.frame.f_lineno. Patch from Robin Becker and me. by Andrew M. Kuchling · 21 years ago
  64. 4e1580f [Bug #841757] Patch from /F to allow Unicode strings as struct keys by Andrew M. Kuchling · 21 years ago
  65. b38638f Update version number by Andrew M. Kuchling · 21 years ago
  66. 7e6014f Patch #924294: Do not check for AF_INET6 if it is not defined. by Martin v. Löwis · 21 years ago
  67. 0f8c23c Patch #954115: Fix os.stat handling of UNC roots. Closes #513572. by Martin v. Löwis · 21 years ago
  68. 5eba01a Including changes from Ian Holsman to build under Red Hat 7.3. by Martin v. Löwis · 21 years ago
  69. c58765f reset release by Anthony Baxter · 21 years ago
  70. 87fd963 Set release date for Python 2.3.4 (final). Windows build number is 53. by Thomas Heller · 21 years ago
  71. d928814 Set release date for Python 2.3.4 (final). by Thomas Heller · 21 years ago
  72. 2e35e50 repair date by Fred Drake · 21 years ago
  73. 4993bca Fix version number (2.3.4c1) and release date (12-May-2004). by Thomas Heller · 21 years ago
  74. d678298 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago
  75. 6684f0d Mention changes to platform.py. by Guido van Rossum · 21 years ago
  76. 9fbc161 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
  77. 5ea315b Record UnixWare 7.1.4 as broken. Fixes #929689. by Martin v. Löwis · 21 years ago
  78. d7fc2b9 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
  79. a8c825c Consider output encoding in XMLGenerator. Fixes #938076. by Martin v. Löwis · 21 years ago
  80. c711172 Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 21 years ago
  81. d60df17 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 21 years ago
  82. e9d1c7f SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
  83. a2f7936 Special case normalization of empty strings. Fixes #924361. by Martin v. Löwis · 21 years ago
  84. 4852f50 The Windows installer for Python 2.3.4 will include tix. by Thomas Heller · 21 years ago
  85. 5c4a408 Backport checkin> by Hye-Shik Chang · 21 years ago
  86. 9ed9329 Backport to 2.3: by Andrew MacIntyre · 21 years ago
  87. 0cb9075 Patch #924497: find(1) all files with /usr/local/bin/python in them. by Martin v. Löwis · 21 years ago
  88. a4645bf Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 21 years ago
  89. 07bc3a3 Backport checkin: by Hye-Shik Chang · 21 years ago
  90. af2e75f Fix test_strftime.py to escape locale time values that have characters that by Brett Cannon · 21 years ago
  91. cfd7a97 Put entry in proper section. by Brett Cannon · 21 years ago
  92. 9aee99b Raise RuntimeError if the second argument to isinstance() or issubclass() by Brett Cannon · 21 years ago
  93. 544f4e7 Add mention of fix of bug #700055. by Brett Cannon · 21 years ago
  94. 93aca85 Patch #892673: Replace /usr/local/bin/python with by Martin v. Löwis · 22 years ago
  95. e73a417 Patch #711838: Allow non-anonymous ftp urls in urllib2. by Martin v. Löwis · 22 years ago
  96. ff3e341 Patch #817379: Allow absolute paths in urllib2. by Martin v. Löwis · 22 years ago
  97. 95e4f23 Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol by Jim Fulton · 22 years ago
  98. 66483fd added notes about weakref changes by Fred Drake · 22 years ago
  99. 2cd76c7 trace fix by Anthony Baxter · 22 years ago
  100. ed4dbb3 updates for release by Anthony Baxter · 22 years ago