summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Improve previous checkin to use a slot check instead of equivalentRaymond Hettinger2004-04-051-1/+2
* Improve accuracy of sequence and mapping checks.Raymond Hettinger2004-04-042-2/+11
* OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation thatAndrew MacIntyre2004-04-041-4/+4
* OS/2 has support for spawnvp() and spawnvpe() in the C libraries suppliedAndrew MacIntyre2004-04-042-2/+234
* If a file is opened with an explicit buffer size >= 1, repeatedAndrew MacIntyre2004-04-043-0/+23
* #928751, fix typos in socket docNeal Norwitz2004-04-031-3/+3
* It would help if I deleted the old pystack!Skip Montanaro2004-04-021-23/+11
* include local variables when dumping Python stack traceSkip Montanaro2004-04-021-9/+36
* Fix support for the "prog" keyword to the OptionParser constructor, as wellFred Drake2004-04-012-3/+24
* fix typo that wasn't properly fixed in revision 1.144Fred Drake2004-04-011-1/+1
* Bump the magic number to avoid sharing bytecode between 2.3 and 2.4.Jeremy Hylton2004-04-011-32/+14
* [Bugfix candidate] Escape traceback type and value. There are probably addit...Andrew M. Kuchling2004-03-311-1/+2
* Patch #924497: find(1) all files with /usr/local/bin/python in them.Martin v. Löwis2004-03-311-5/+7
* When /tmp has certain sticky bits set, newly created subdirectoriesGuido van Rossum2004-03-311-0/+1
* add a heavy box around warning notices to make them really stand out in theFred Drake2004-03-313-1/+31
* add missing and forthcoming releasesFred Drake2004-03-311-0/+2
* Emphasize the requirement that Python.h be included first more strongly.Fred Drake2004-03-312-6/+12
* added scripts to the list of files automatically included in theFred Drake2004-03-311-0/+1
* OS/2 VACPP build updates/fixesAndrew MacIntyre2004-03-295-5/+6
* Added a comment about the unreferenced PyThreadState.tick_counterTim Peters2004-03-291-11/+18
* fix typoAndrew M. Kuchling2004-03-291-1/+1