summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace str.find()!=1 with the more readable "in" operator.Raymond Hettinger2004-05-047-9/+9
* Testing for None should be done with 'is'Raymond Hettinger2004-05-041-1/+1
* Stacks based on lists work better and read more clearly when theyRaymond Hettinger2004-05-041-8/+7
* Fix [ 947405 ] os.utime() raises bad exception for unicode filenamesMark Hammond2004-05-041-1/+6
* Do not use the default namespace for attributes.Martin v. Löwis2004-05-022-16/+26
* Minor documentation nits.Raymond Hettinger2004-05-011-11/+29
* Add an example application to the docs.Raymond Hettinger2004-04-301-2/+31
* the headers in an HTTP request are HTTP headers, not MIME headersFred Drake2004-04-291-2/+2
* Add a test script for the colorsys module.Walter Dörwald2004-04-281-0/+76
* remove out-of-date count of the functions in winsoundFred Drake2004-04-281-1/+1
* fix typo reported in a long-buried emailFred Drake2004-04-281-1/+1
* The filename of this module changed again...Thomas Heller2004-04-271-1/+1
* Complete perky's name change patch.Raymond Hettinger2004-04-271-1/+1
* Fix a bug I introduced which causes all block openers at an indent levelKurt B. Kaiser2004-04-261-1/+1
* Correct the file name of _heapq module.Hye-Shik Chang2004-04-251-0/+0
* 1. Add an Options menu entry: Code ContextKurt B. Kaiser2004-04-243-27/+43
* 1. Polish variables in EditorWindow extension loading and Tkinter variable code.Kurt B. Kaiser2004-04-243-27/+33
* SF bug #940579: section 5.10: 'not' returns boolean, not intRaymond Hettinger2004-04-231-4/+4
* Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, soThomas Heller2004-04-221-4/+4
* Forgot to mention the SF number, and that Bob Ippolito provided the patch.Thomas Heller2004-04-221-1/+2
* Two new public API functions, Py_IncRef and Py_DecRef. Useful forThomas Heller2004-04-224-0/+28
* cvs ignore the user options files *.suoThomas Heller2004-04-221-0/+1
* Modules/heapqmodule.c removed.Thomas Heller2004-04-221-19/+3
* - New Extension: CodeContext. Provides block structuring hints for codeKurt B. Kaiser2004-04-213-3/+144
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-0/+8
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-202-2/+7
* * Restore the pure python version of heapq.py.Raymond Hettinger2004-04-191-364/+0
* * Restore the pure python version of heapq.py.Raymond Hettinger2004-04-194-3/+628
* Special case normalization of empty strings. Fixes #924361.Martin v. Löwis2004-04-172-0/+8
* SF bug #936827: PyNumber_And() 's descriptionRaymond Hettinger2004-04-171-1/+1
* The wininst-6.exe template binary for bdist_wininst is now linkedThomas Heller2004-04-161-2/+2
* The wininst-7.1.exe template binary for bdist_wininst is now linkedThomas Heller2004-04-161-5/+5
* really scream out that people should use the file objects instead ofFred Drake2004-04-161-7/+19
* Open file in universal newline mode when passing to compile(). SolutionSkip Montanaro2004-04-161-1/+1
* bring description of optional and keyword args for DictReader and DictWriterSkip Montanaro2004-04-161-6/+8
* delete timing output - it appears after the </html> line.Skip Montanaro2004-04-161-3/+0
* Minor reformatting.Thomas Heller2004-04-151-4/+5
* remove bogus markup that caused the docs to be wrongFred Drake2004-04-151-1/+1
* Bug #934635: Fix a bug where the configure script couldn't detectHye-Shik Chang2004-04-143-1/+6
* Change two instance of format strings for PyString_FromFormat() to use %ldBrett Cannon2004-04-131-2/+2
* * Add unittests for iterators that report their lengthRaymond Hettinger2004-04-125-10/+276
* Use Py_RETURN_NONE macro where applicable.Raymond Hettinger2004-04-121-14/+8
* Small refactoring saving one function() and eliminating some indirection.Raymond Hettinger2004-04-121-11/+10
* * Specialize ins1() into app1() for appends. Saves several unnecessaryRaymond Hettinger2004-04-121-6/+36
* Record test_bsddb3 test results on WinXP.Tim Peters2004-04-111-0/+10
* Update the OpenSSL version example from c to d (the current stable one),Tim Peters2004-04-111-2/+7
* The native bz2 tests worked fine for me under WinXP Pro + VC7.1, soTim Peters2004-04-112-3/+2
* Record Tcl and Tk test results for WinXP Pro.Tim Peters2004-04-111-14/+24
* Some (but not all) of the why code bitfield tests ran faster asRaymond Hettinger2004-04-111-3/+4
* add AF_UNIX notesAndrew MacIntyre2004-04-111-1/+9