| Commit message (Expand) | Author | Age | Files | Lines |
* | Special case normalization of empty strings. Fixes #924361. | Martin v. Löwis | 2004-04-17 | 2 | -0/+8 |
|
|
* | SF bug #936827: PyNumber_And() 's description | Raymond Hettinger | 2004-04-17 | 1 | -1/+1 |
|
|
* | The wininst-6.exe template binary for bdist_wininst is now linked | Thomas Heller | 2004-04-16 | 1 | -2/+2 |
|
|
* | The wininst-7.1.exe template binary for bdist_wininst is now linked | Thomas Heller | 2004-04-16 | 1 | -5/+5 |
|
|
* | really scream out that people should use the file objects instead of | Fred Drake | 2004-04-16 | 1 | -7/+19 |
|
|
* | Open file in universal newline mode when passing to compile(). Solution | Skip Montanaro | 2004-04-16 | 1 | -1/+1 |
|
|
* | bring description of optional and keyword args for DictReader and DictWriter | Skip Montanaro | 2004-04-16 | 1 | -6/+8 |
|
|
* | delete timing output - it appears after the </html> line. | Skip Montanaro | 2004-04-16 | 1 | -3/+0 |
|
|
* | Minor reformatting. | Thomas Heller | 2004-04-15 | 1 | -4/+5 |
|
|
* | remove bogus markup that caused the docs to be wrong | Fred Drake | 2004-04-15 | 1 | -1/+1 |
|
|
* | Bug #934635: Fix a bug where the configure script couldn't detect | Hye-Shik Chang | 2004-04-14 | 3 | -1/+6 |
|
|
* | Change two instance of format strings for PyString_FromFormat() to use %ld | Brett Cannon | 2004-04-13 | 1 | -2/+2 |
|
|
* | * Add unittests for iterators that report their length | Raymond Hettinger | 2004-04-12 | 5 | -10/+276 |
|
|
* | Use Py_RETURN_NONE macro where applicable. | Raymond Hettinger | 2004-04-12 | 1 | -14/+8 |
|
|
* | Small refactoring saving one function() and eliminating some indirection. | Raymond Hettinger | 2004-04-12 | 1 | -11/+10 |
|
|
* | * 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 |
|
|