- b0f9635 Prepare for 2.3.7. by Martin v. Löwis · 17 years ago v2.3.7
- 06fa532 Tag 2.3.7c1. by Martin v. Löwis · 17 years ago
- cb6727e Prepare for 2.3.7c1. by Martin v. Löwis · 17 years ago v2.3.7c1
- d254ca8 Backport of r61180: by Martin v. Löwis · 17 years ago
- 80bdb48 Revert r52798, r52803, r52824, r54342, as they don't fix security issues. by Martin v. Löwis · 17 years ago
- c350602 SF patch #1556895; Typo in encoding name in email package. by Barry Warsaw · 18 years ago
- 79aa580 [Jython patch #1599050] Avoid crash when os module lacks fstat() by Andrew M. Kuchling · 19 years ago
- f3caca2 Jython compatibility fix: if uu.decode() opened its output file, be sure to by Andrew M. Kuchling · 19 years ago
- b15f473 Add extra SHA tests by Andrew M. Kuchling · 19 years ago
- 3182172 Tagging for release of Python 2.3.6 by Anthony Baxter · 19 years ago
- 427f6ca update patchlevel.h correctly, this time by Anthony Baxter · 19 years ago v2.3.6
- 5c099d7 updates for 2.3.6 final by Anthony Baxter · 19 years ago
- 0781357 Tagging for release of Python 2.3.6c1 by Anthony Baxter · 19 years ago
- b4c8cba set svn:ignore. anal retentiveness, makes it easier to spot actual problems by Anthony Baxter · 19 years ago v2.3.6c1
- 9f839d5 preparing for 2.3.6c1 by Anthony Baxter · 19 years ago
- 1785d3f patch for PSF-2006-001. by Anthony Baxter · 19 years ago
- 8752f71 Fix the tests to work with Python 2.1, which email 2.5 must do. by Barry Warsaw · 19 years ago
- 2bfcf5d Back port r50693 and r50754 from the trunk (and 2.4 branch): by Barry Warsaw · 19 years ago
- e3e7851 Back port from 2.4 branch: by Barry Warsaw · 19 years ago
- dc74e34 Resolve SF bug 1409403: email.Message should supress warning from uu.decode. by Barry Warsaw · 19 years ago
- f5853f7 Patches to address SF bugs 1409538 (Japanese codecs in CODEC_MAP) and 1409455 by Barry Warsaw · 19 years ago
- 784fccf Resolves SF bug #1423972. by Barry Warsaw · 19 years ago
- 08bc84c parsedate_tz(): Return a 1 in the tm_yday field so that the value is by Barry Warsaw · 19 years ago
- 9b55f08 Updated docs for email.Message.get_filename() by Barry Warsaw · 19 years ago
- 4e71930 SF bug #1403349 solution for email 2.5; some MUAs use the 'file' parameter by Barry Warsaw · 19 years ago
- b6d857a Begin 2.3.6 news section; record PCRE fix by Andrew M. Kuchling · 20 years ago
- 3b487d9 For reference, add tests for PCRE fix; the tests aren't run by default because I wanted to minimize upheaval to the 2.3 test suite by Andrew M. Kuchling · 20 years ago
- 88a8fca Apply fix for potential heap overflow in PCRE code (CAN-2005-2491) by Andrew M. Kuchling · 20 years ago
- bf1da70 [Bug #1194249] Fix duplicate assignment in example code by Andrew M. Kuchling · 20 years ago
- 712d474 get_filename(), get_content_charset(): It's possible that the charset named in by Barry Warsaw · 20 years ago
- af0659f Started on MacPython additions for Tiger. by Jack Jansen · 20 years ago
- ffe31d0 correct ontosys url - closes 1167329 by Skip Montanaro · 20 years ago
- 648aa1d This commit was manufactured by cvs2svn to create tag 'r235'. by cvs2svn · 20 years ago v2.3.5
- 5191a71 2.3.5 final by Anthony Baxter · 20 years ago
- cb0b3b1 damn by Anthony Baxter · 20 years ago
- dc70706 2.3.5 final by Anthony Baxter · 20 years ago
- bd5264d 2.3.5 final by Anthony Baxter · 20 years ago
- bc5e379 set release date in the docs by Fred Drake · 20 years ago
- 4d49d46 add 2.3.5 to the history and licensing info by Fred Drake · 20 years ago
- 6674860 bump version number by Fred Drake · 20 years ago
- 9f181ec news update for 2.3.5 final by Anthony Baxter · 20 years ago
- 3560fbd sligtly strengthen unit tests for copy.py by Alex Martelli · 20 years ago
- 9ddd430 tiny backport from 2.4, fix a leak in _testcapi by Alex Martelli · 20 years ago
- 9fe6b41 fix bug 1114776 by Alex Martelli · 20 years ago
- d30042d fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 20 years ago
- 018a548 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
- 392b2cb Fix typo in verbose output for RLock when the initial lock acquisition occurs. by Brett Cannon · 20 years ago
- f3377e4 Partially revert #1074011; don't try to fflush stdin. by Martin v. Löwis · 20 years ago
- 4ac0fc8 This commit was manufactured by cvs2svn to create tag 'r235c1'. by cvs2svn · 20 years ago v2.3.5c1
- cdcfd6f added 2.3.5 by Anthony Baxter · 20 years ago
- 4b0ae3a Recompiled after source changes. by Thomas Heller · 20 years ago
- 3b9f0a3 Installer changes for 2.3.5c1. by Thomas Heller · 20 years ago
- 6ef7f2c Build number for 2.3.5c1 is 61. by Thomas Heller · 20 years ago
- f725bdb Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 20 years ago
- cf5d664 Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 20 years ago
- e762a64 set the release date by Fred Drake · 20 years ago
- 724ef20 1.0.5, to match the python patchlevel by Anthony Baxter · 20 years ago
- c859084 copy.py fixed to first lookup __copy__ from the instance being copied, by Anthony Baxter · 20 years ago
- dd6ab86 pre-release bits by Anthony Baxter · 20 years ago
- a0c5d38 happy new year! by Anthony Baxter · 20 years ago
- bac3d91 bump version number to prepare for a release by Fred Drake · 20 years ago
- 03bdf17 Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 20 years ago
- 87b99c7 At least one bug has been fixed in distutils, so increment the last part of by Thomas Heller · 20 years ago
- 5fc22ec distutils/command/install.py change. by Thomas Heller · 20 years ago
- 633d024 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 20 years ago
- 29e932b fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 20 years ago
- 37e132b On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 20 years ago
- 87d3ad6 documentation for the zipimport module using contributed patch by Fred Drake · 20 years ago
- 5e215b9 Backport configDialog.py rev 1.60: by Kurt B. Kaiser · 20 years ago
- f64f450 This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 20 years ago
- a2a0bfe Description of args to IMAP4.store() in imaplib by Fred Drake · 20 years ago
- d04acc8 Backport EditorWindow rev 1.60 configHelpSourceEdit rev 1.7 15Jul04 by Kurt B. Kaiser · 20 years ago
- 3fccd95 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
- 519d31d remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 20 years ago
- 098d79d Backport rpc.py rev 1.28 dating from 21Jan04 by Kurt B. Kaiser · 20 years ago
- 7c89f1a Backport Patch #850977: Detect Tk on FreeBSD and OpenBSD. by Kurt B. Kaiser · 20 years ago
- 9075cc4 If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 20 years ago
- b7af39c Improve error handling when .idlerc can't be created. This is a partial by Kurt B. Kaiser · 20 years ago
- e6ce1e7 update in readiness for 2.3.5 release by Andrew MacIntyre · 20 years ago
- cd82266 backport: make thread stack size compile-time tunable on OS/2, incr main stack by Andrew MacIntyre · 20 years ago
- 811ded0 backport: make thread stack size compile-time tunable on OS/2 by Andrew MacIntyre · 20 years ago
- 904688b Backport of fixes for #887242 and #1097739: by Jack Jansen · 20 years ago
- b3dbb01 Backport latest version of whatsnew23: fix typos, remove a GC-related item; add an item by Andrew M. Kuchling · 20 years ago
- fc49019 Backport of 1.38: Allow relative URLs for included databases and packages. by Jack Jansen · 20 years ago
- ae278a3 Backport of 1.20: by Jack Jansen · 20 years ago
- 15f51d7 Merging the current development changes for the idle wrapper. by Sean Reifschneider · 21 years ago
- 6db8cd1 Mac news items. by Jack Jansen · 21 years ago
- 0446d8f Backport of 1.55 and 1.57: by Jack Jansen · 21 years ago
- b5442f4 Fix for #1076490 submitted by Neil Mayhew: a serious typo means by Jack Jansen · 21 years ago
- 3b49289 Added one-liner about pimp 0.5 by Jack Jansen · 21 years ago
- 451e02b Backport of 1.37: by Jack Jansen · 21 years ago
- 4a2784d Getting things in place for the MacPython additions build 3. by Jack Jansen · 21 years ago
- d7f377d Backported from the trunk. by Jack Jansen · 21 years ago
- 9858a5a This commit was manufactured by cvs2svn to create branch 'release23-maint'. by cvs2svn · 21 years ago
- 04fa4b9 Added a band-aid to make this script work with the older 2.3.0 by Jack Jansen · 21 years ago
- f360939 Backport: by Jack Jansen · 21 years ago
- 600a2c7 Spaces in stead of tabs. by Jack Jansen · 21 years ago
- 85e6c71 Patch 728330: Fix compilation problems on IRIX. by Martin v. Löwis · 21 years ago
- 5a56126 Backport of 1.36: by Jack Jansen · 21 years ago
- 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