summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixes for AF_UNIX support on OS/2:Andrew MacIntyre2004-04-112-4/+23
* M EditorWindow.pyKurt B. Kaiser2004-04-114-69/+56
* Revert 2.393, elimination of pre-decrementing, whichRaymond Hettinger2004-04-101-17/+13
* atof: correct parameter nameSkip Montanaro2004-04-101-3/+3
* Refactor common code out of globaltrace_trackcallers() andSkip Montanaro2004-04-101-28/+56
* fix up some markupFred Drake2004-04-091-18/+18
* Provide more information representations of repeat() and count().Raymond Hettinger2004-04-081-2/+27
* give rational filenames to some of the generated HTMLFred Drake2004-04-081-2/+4
* switch to PNG navigation icons by defaultFred Drake2004-04-081-2/+2
* include both the GIF and PNG icons in the HTML packageFred Drake2004-04-081-1/+1
* avoid stripping space after indexing macrosFred Drake2004-04-081-3/+4
* note --trackcalls flag in trace moduleSkip Montanaro2004-04-071-0/+3
* Added --trackcalls command line arg to display crude caller/calleeSkip Montanaro2004-04-071-18/+88
* Use continue instead of break whereever possible.Raymond Hettinger2004-04-071-2/+8
* * Improve readability and remove data dependencies by convertingRaymond Hettinger2004-04-071-14/+18
* Small code improvements for readability, code size, and/or speed.Raymond Hettinger2004-04-071-58/+54
* Fix comment typoAndrew M. Kuchling2004-04-061-1/+1
* Remove specific Python version from #!Andrew M. Kuchling2004-04-061-1/+1
* Simplify previous checkin (bitfields for WHY codes).Raymond Hettinger2004-04-061-12/+14
* Coded WHY flags as bitfields (taking inspiration from tp_flags).Raymond Hettinger2004-04-061-20/+16
* SF Patch #926375: Remove a useless UTF-16 support code that is neverHye-Shik Chang2004-04-061-18/+3
* Since the fast_yield branch target was introduced, it appears that mostTim Peters2004-04-051-41/+41