- 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
- 8290314 ConfigParser: by Fred Drake · 21 years ago
- abc086f ConfigParser: by Fred Drake · 21 years ago
- bc12b01 ConfigParser: by Fred Drake · 21 years ago
- ad9a7c4 test_alias_nofallback(): Someone broke this test, after 2.3, by by Tim Peters · 21 years ago
- e4aeb7d _parsegen(): Add a missing check for NeedMoreData. by Barry Warsaw · 21 years ago
- 2dc0c13 typo - fixes 954030. by Skip Montanaro · 21 years ago
- ac606cc forward porting from release23-maint by Barry Warsaw · 21 years ago
- 2178a6d test_boundary_in_non_multipart(): Added a test for SF bug # 846938. by Barry Warsaw · 21 years ago
- 61e5616 encode_7or8bit(): Clearing out some old patches; iso-2202 is non-ASCII but by Barry Warsaw · 21 years ago
- 4e59bc1 readline(): RFC 2046, section 5.1.2 (and partially 5.1) both state that the by Barry Warsaw · 21 years ago
- 58eb0fc test_nested_inner_contains_outer_boundary(), test_nested_with_same_boundary(): by Barry Warsaw · 21 years ago
- d49f1d6 _structure(): Make sure all output goes the to fp object. by Barry Warsaw · 21 years ago
- d0c12af Another evil test from Anthony's suite. This one has an inner part with the by Barry Warsaw · 21 years ago
- dce231f A boiled down example from Anthony's MIME torture tests. This one has a by Barry Warsaw · 21 years ago
- f0ba764 SF #847346: merge from release23-maint branch: remove misguided by Greg Ward · 21 years ago
- 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 21 years ago
- 1cd6e4d fix various descriptions of "ctime" (closes SF patch #870287) by Fred Drake · 21 years ago
- 486cb0a Tests for message/external-body and for duplicate boundary lines. by Barry Warsaw · 21 years ago
- b067e62 More boiled down tests from Anthony's big torture suite. by Barry Warsaw · 21 years ago
- 769f14a A boiled down message/external-body example from Anthony's torture test. by Barry Warsaw · 21 years ago
- bce827b An example with multiple boundary lines. by Barry Warsaw · 21 years ago
- d38f448 _parsegen(): Move the message/rfc822 clause to after the by Barry Warsaw · 21 years ago
- c312b07 Reverting local change checked in by mistake. by Tim Peters · 21 years ago
- 926bc22 Added 2.3.3 and 2.3.4 to the release table. Added 2004 to the list of by Tim Peters · 21 years ago
- 5b44cd6 _parsegen(): Watch out for empty epilogues. by Barry Warsaw · 21 years ago
- 2e7c832 Fix SF item #876278: Unbounded recursion in modulefinder. by Thomas Heller · 21 years ago
- c29db26 _parse_headers(): Strip a trailing newline from the envelope header. Closes by Barry Warsaw · 21 years ago
- 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 21 years ago
- 300fa1d Temporarily disable doctest until genexps are in CVS by Raymond Hettinger · 21 years ago
- c533c98 Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 21 years ago
- d285600 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 21 years ago
- bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 21 years ago
- 2c823d6 we dont support any Python's before 2.3 now. by Barry Warsaw · 21 years ago
- 24f7976 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 235c8eb Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 5d84053 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 4c3e33a Update to Python 2.3, getting rid of backward compatiblity crud. We don't by Barry Warsaw · 21 years ago
- 3d1f397 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 21 years ago
- 36112f2 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 21 years ago
- 418101f An updated FeedParser that should be RFC complaint, passes all existing by Barry Warsaw · 21 years ago
- 333e830 Add MessageDefect and subclasses. by Barry Warsaw · 21 years ago
- 41f6ad6 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 21 years ago
- 09356d4 Like msg_12.txt but with some extra vertical whitespace around the inner by Barry Warsaw · 21 years ago
- b8b57e7 A bunch of new tests, and updated tests for the email 3.0 FeedParser. by Barry Warsaw · 21 years ago
- e7169eb Add more examples. by Raymond Hettinger · 21 years ago
- 9d7c870 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 21 years ago
- 7d9c6c7 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 21 years ago
- 156c49a Revert last change. by Raymond Hettinger · 21 years ago
- 6924a00 Use sets instead of lists for membership testing by Raymond Hettinger · 21 years ago
- 30633c9 [Bug #945063] Get file extension correct. (2.3 bugfix candidate) by Andrew M. Kuchling · 21 years ago
- e143bbb fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 21 years ago
- ae20722 Consider output encoding in XMLGenerator. Fixes #938076. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 0ea558f Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 21 years ago
- 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 21 years ago
- 8b3e871 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 21 years ago
- 843c734 Using reversed() is not compatible with Python 1.5.2. by Guido van Rossum · 21 years ago
- bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 21 years ago
- c5e378d Testing for None should be done with 'is' by Raymond Hettinger · 21 years ago
- 0b569bb Stacks based on lists work better and read more clearly when they by Raymond Hettinger · 21 years ago
- 9f1340b Do not use the default namespace for attributes. by Martin v. Löwis · 21 years ago
- c60c203 Add a test script for the colorsys module. by Walter Dörwald · 21 years ago
- e3636e0 Fix a bug I introduced which causes all block openers at an indent level by Kurt B. Kaiser · 21 years ago
- d00587a 1. Add an Options menu entry: Code Context by Kurt B. Kaiser · 21 years ago
- 610c7e0 1. Polish variables in EditorWindow extension loading and Tkinter variable code. by Kurt B. Kaiser · 21 years ago
- 54d1a3b - New Extension: CodeContext. Provides block structuring hints for code by Kurt B. Kaiser · 21 years ago
- 9f62ecc SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
- 0f5bf1e SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 21 years ago
- c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 21 years ago
- 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 21 years ago
- c00fc84 Open file in universal newline mode when passing to compile(). Solution by Skip Montanaro · 21 years ago
- 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 21 years ago
- daedf21 Fixes for AF_UNIX support on OS/2: by Andrew MacIntyre · 21 years ago
- cf6f1b6 M EditorWindow.py M IOBinding.py M NEWS.txt M configDialog.py by Kurt B. Kaiser · 21 years ago
- 249369c atof: correct parameter name by Skip Montanaro · 21 years ago
- 5bfd984 Refactor common code out of globaltrace_trackcallers() and by Skip Montanaro · 21 years ago
- cafc811 Added --trackcalls command line arg to display crude caller/callee by Skip Montanaro · 21 years ago
- 22ab06e Fix comment typo by Andrew M. Kuchling · 21 years ago
- d9b38d2 Remove specific Python version from #! by Andrew M. Kuchling · 21 years ago
- 69e18c9 OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied by Andrew MacIntyre · 21 years ago
- 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 21 years ago
- 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
- b67c943 [Bugfix candidate] Escape traceback type and value. There are probably additional cases where cgitb.py doesn't escape as paranoidly as it should (e.g. attribute names) by Andrew M. Kuchling · 21 years ago
- 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 21 years ago
- 116d83c SF bug 924242: socket._fileobject._getclosed() returns wrong value by Tim Peters · 21 years ago
- d732c95 Revert 1.51 booleans so that sre will still run on old pythons. by Raymond Hettinger · 21 years ago
- 968c56a Simple Optimizations: by Raymond Hettinger · 21 years ago
- 29e3837 Remove unnecessary test. (Thanks Skip) by Raymond Hettinger · 21 years ago
- 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 21 years ago
- 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 21 years ago
- 01c9f8c Simple optimizations: by Raymond Hettinger · 21 years ago
- 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 21 years ago
- 91e83e2 Added more Windows version names (thanks to Thomas Heller). by Marc-André Lemburg · 21 years ago
- 9001cde Fix last patch to be backwards-compatible with Python 1.5.2 . by Brett Cannon · 21 years ago
- 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 21 years ago
- 1c0f1f9 Defer compilation of regular expressions until first use. by Martin v. Löwis · 21 years ago
- bc503d1 Use True/False instead of 0/1 for character classes. by Martin v. Löwis · 21 years ago
- 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 21 years ago
- f167dc3 fix name in setacl method doc string by Piers Lauder · 21 years ago
- c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago