- 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
- a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 21 years ago
- aaeffaf Replace sequential split/join calls on strings with a single replace call. by Brett Cannon · 21 years ago
- 708b4da Convert input to a string object. Fixes #909230. Backported 2.3. by Martin v. Löwis · 21 years ago
- 69200fa Replace code in urllib for basejoin (undocumented) with urlparse.urljoin . by Brett Cannon · 21 years ago
- 48713e8 Add runctx to __all__. by Guido van Rossum · 21 years ago
- 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 21 years ago
- 05f842b Basic dependency checking. setup() has two new optional arguments by Anthony Baxter · 21 years ago
- a3837a0 Patch #911176: Move test function into __main__ by Martin v. Löwis · 21 years ago
- 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
- 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 21 years ago
- ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 21 years ago
- fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 21 years ago
- aea9459 Test for lack of implicit return line event by Nicholas Bastin · 21 years ago
- 39a0f04 New parser. Next up, making the current parser use this parser by Anthony Baxter · 21 years ago
- 3f60629 SF bug 847019 datetime.datetime initialization needs more strict checking by Tim Peters · 21 years ago
- 8d9b60f Change parse_qsl() to accept control-name's with no equal sign (e.g., "name") by Brett Cannon · 21 years ago
- 6680341 Normalized files in test_unicode_file to eliminate failure on OSX by Nicholas Bastin · 21 years ago
- 67867ea [Part of patch #909005] Added map parameter for file_dispatcher and dispatcher_with_send by Andrew M. Kuchling · 21 years ago
- 174bdbc [Part of patch #909005] Repeating exception changed from 'raise socket.error, why' to just raise. Make use of connect_ex() raise socket.error with 2-tuple instead of just error code by Andrew M. Kuchling · 21 years ago
- 419af88 [Part of patch #909005] Remove Mac code for writable by Andrew M. Kuchling · 21 years ago
- 0ebbbe3 [Part of patch #909005] Set initial poll flags by Andrew M. Kuchling · 21 years ago
- 68522b1 [Part of patch #909005] Use True/False by Andrew M. Kuchling · 21 years ago
- 56d7913 [Patch #900071] Be case-insensitive when removing 'usage:' string by Andrew M. Kuchling · 21 years ago
- 9303777 [Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes bug #887279 by Andrew M. Kuchling · 21 years ago
- 6602520 SF bug 917108: warnings.py does not define _test(). by Tim Peters · 21 years ago
- 433fa69 Patch #853488: Add hlist entry_configure and entry_cget methods. by Martin v. Löwis · 21 years ago
- 4848557 Remove unused instance attributes. by Neil Schemenauer · 21 years ago
- 46cf4fc Back out last patch that removed an entry from sys.path if it was not an by Brett Cannon · 21 years ago
- c82208e Deal with case of when locale time values has characters that can be mistaken by Brett Cannon · 21 years ago
- 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 21 years ago
- 70ec0b4 Fix for SF 777848. by Guido van Rossum · 21 years ago
- 27f4961 SF patch 508730 CGIHTTPServer execfile should save cwd by Tim Peters · 21 years ago
- cc45466 Remove non-existent paths. by Brett Cannon · 21 years ago
- 497331f Fix how line endings were handled when iterating over a .pth file by stripping by Brett Cannon · 21 years ago
- 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 21 years ago
- 934d31b Speed HMAC.copy() by installing a secret backdoor argument to by Tim Peters · 21 years ago
- 0813d76 Merge in Anthony's new parser code, from the anthony-parser-branch: by Thomas Wouters · 21 years ago
- 6fd0b0d commit the portion of PyXML patch #919008 that is relevant to the by Fred Drake · 21 years ago
- 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 21 years ago
- 1281f76 * supply a more useful error message when append() is called on the by Gregory P. Smith · 21 years ago
- bce64ec bugfix for people executing test_all to run the test suite. (call the by Gregory P. Smith · 21 years ago
- 6e4620b 1. Make builtin foreground Royal Purple instead of Barney Purple. by Kurt B. Kaiser · 21 years ago
- cd1e8a9 Port test_binascii.py to PyUnit and enhance tests. by Walter Dörwald · 21 years ago
- 0bc3d98 1. Bug in Patch 805830 fixed by Nigel Rowe by Kurt B. Kaiser · 21 years ago
- deb4da5 Add missing docstrings. by Raymond Hettinger · 21 years ago
- 49f9bd1 SF feature request #686323: Minor array module enhancements by Raymond Hettinger · 21 years ago
- 118e127 Two issues spotted by Ronald OUssoren: by Jack Jansen · 21 years ago