| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Specialize ins1() into app1() for appends. Saves several unnecessary | Raymond Hettinger | 2004-04-12 | 1 | -6/+36 |
|
|
* | Record test_bsddb3 test results on WinXP. | Tim Peters | 2004-04-11 | 1 | -0/+10 |
|
|
* | Update the OpenSSL version example from c to d (the current stable one), | Tim Peters | 2004-04-11 | 1 | -2/+7 |
|
|
* | The native bz2 tests worked fine for me under WinXP Pro + VC7.1, so | Tim Peters | 2004-04-11 | 2 | -3/+2 |
|
|
* | Record Tcl and Tk test results for WinXP Pro. | Tim Peters | 2004-04-11 | 1 | -14/+24 |
|
|
* | Some (but not all) of the why code bitfield tests ran faster as | Raymond Hettinger | 2004-04-11 | 1 | -3/+4 |
|
|
* | add AF_UNIX notes | Andrew MacIntyre | 2004-04-11 | 1 | -1/+9 |
|
|
* | Fixes for AF_UNIX support on OS/2: | Andrew MacIntyre | 2004-04-11 | 2 | -4/+23 |
|
|
* | M EditorWindow.py | Kurt B. Kaiser | 2004-04-11 | 4 | -69/+56 |
|
|
* | Revert 2.393, elimination of pre-decrementing, which | Raymond Hettinger | 2004-04-10 | 1 | -17/+13 |
|
|
* | atof: correct parameter name | Skip Montanaro | 2004-04-10 | 1 | -3/+3 |
|
|
* | Refactor common code out of globaltrace_trackcallers() and | Skip Montanaro | 2004-04-10 | 1 | -28/+56 |
|
|
* | fix up some markup | Fred Drake | 2004-04-09 | 1 | -18/+18 |
|
|
* | Provide more information representations of repeat() and count(). | Raymond Hettinger | 2004-04-08 | 1 | -2/+27 |
|
|
* | give rational filenames to some of the generated HTML | Fred Drake | 2004-04-08 | 1 | -2/+4 |
|
|
* | switch to PNG navigation icons by default | Fred Drake | 2004-04-08 | 1 | -2/+2 |
|
|
* | include both the GIF and PNG icons in the HTML package | Fred Drake | 2004-04-08 | 1 | -1/+1 |
|
|
* | avoid stripping space after indexing macros | Fred Drake | 2004-04-08 | 1 | -3/+4 |
|
|
* | note --trackcalls flag in trace module | Skip Montanaro | 2004-04-07 | 1 | -0/+3 |
|
|
* | Added --trackcalls command line arg to display crude caller/callee | Skip Montanaro | 2004-04-07 | 1 | -18/+88 |
|
|
* | Use continue instead of break whereever possible. | Raymond Hettinger | 2004-04-07 | 1 | -2/+8 |
|
|
* | * Improve readability and remove data dependencies by converting | Raymond Hettinger | 2004-04-07 | 1 | -14/+18 |
|
|
* | Small code improvements for readability, code size, and/or speed. | Raymond Hettinger | 2004-04-07 | 1 | -58/+54 |
|
|
* | Fix comment typo | Andrew M. Kuchling | 2004-04-06 | 1 | -1/+1 |
|
|
* | Remove specific Python version from #! | Andrew M. Kuchling | 2004-04-06 | 1 | -1/+1 |
|
|
* | Simplify previous checkin (bitfields for WHY codes). | Raymond Hettinger | 2004-04-06 | 1 | -12/+14 |
|
|
* | Coded WHY flags as bitfields (taking inspiration from tp_flags). | Raymond Hettinger | 2004-04-06 | 1 | -20/+16 |
|
|
* | SF Patch #926375: Remove a useless UTF-16 support code that is never | Hye-Shik Chang | 2004-04-06 | 1 | -18/+3 |
|
|
* | Since the fast_yield branch target was introduced, it appears that most | Tim Peters | 2004-04-05 | 1 | -41/+41 |
|
|
* | Improve previous checkin to use a slot check instead of equivalent | Raymond Hettinger | 2004-04-05 | 1 | -1/+2 |
|
|
* | Improve accuracy of sequence and mapping checks. | Raymond Hettinger | 2004-04-04 | 2 | -2/+11 |
|
|
* | OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that | Andrew MacIntyre | 2004-04-04 | 1 | -4/+4 |
|
|
* | OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied | Andrew MacIntyre | 2004-04-04 | 2 | -2/+234 |
|
|
* | If a file is opened with an explicit buffer size >= 1, repeated | Andrew MacIntyre | 2004-04-04 | 3 | -0/+23 |
|
|
* | #928751, fix typos in socket doc | Neal Norwitz | 2004-04-03 | 1 | -3/+3 |
|
|
* | It would help if I deleted the old pystack! | Skip Montanaro | 2004-04-02 | 1 | -23/+11 |
|
|
* | include local variables when dumping Python stack trace | Skip Montanaro | 2004-04-02 | 1 | -9/+36 |
|
|
* | Fix support for the "prog" keyword to the OptionParser constructor, as well | Fred Drake | 2004-04-01 | 2 | -3/+24 |
|
|
* | fix typo that wasn't properly fixed in revision 1.144 | Fred Drake | 2004-04-01 | 1 | -1/+1 |
|
|
* | Bump the magic number to avoid sharing bytecode between 2.3 and 2.4. | Jeremy Hylton | 2004-04-01 | 1 | -32/+14 |
|
|
* | [Bugfix candidate] Escape traceback type and value. There are probably addit... | Andrew M. Kuchling | 2004-03-31 | 1 | -1/+2 |
|
|
* | Patch #924497: find(1) all files with /usr/local/bin/python in them. | Martin v. Löwis | 2004-03-31 | 1 | -5/+7 |
|
|
* | When /tmp has certain sticky bits set, newly created subdirectories | Guido van Rossum | 2004-03-31 | 1 | -0/+1 |
|
|
* | add a heavy box around warning notices to make them really stand out in the | Fred Drake | 2004-03-31 | 3 | -1/+31 |
|
|
* | add missing and forthcoming releases | Fred Drake | 2004-03-31 | 1 | -0/+2 |
|
|
* | Emphasize the requirement that Python.h be included first more strongly. | Fred Drake | 2004-03-31 | 2 | -6/+12 |
|
|
* | added scripts to the list of files automatically included in the | Fred Drake | 2004-03-31 | 1 | -0/+1 |
|
|
* | OS/2 VACPP build updates/fixes | Andrew MacIntyre | 2004-03-29 | 5 | -5/+6 |
|
|
* | Added a comment about the unreferenced PyThreadState.tick_counter | Tim Peters | 2004-03-29 | 1 | -11/+18 |
|
|
* | fix typo | Andrew M. Kuchling | 2004-03-29 | 1 | -1/+1 |
|
|