| Commit message (Expand) | Author | Age | Files | Lines |
* | Added missing newline at end of file. | Jack Jansen | 2003-07-04 | 1 | -1/+2 |
|
|
* | Files used for 2.3b2 macpython binary distribution. | Jack Jansen | 2003-07-04 | 2 | -3/+4 |
|
|
* | If a --python option is used to specify the Python to use in the #! | Jack Jansen | 2003-07-04 | 1 | -1/+4 |
|
|
* | An Anonymous Coward on c.l.py posted a little program with bizarre | Tim Peters | 2003-07-04 | 2 | -23/+41 |
|
|
* | Moved two sentences around to make them clearer. | Jack Jansen | 2003-07-03 | 1 | -4/+5 |
|
|
* | Fixes bug of timezone value being left as -1 when ``time.tzname[0] == | Brett Cannon | 2003-07-03 | 2 | -7/+8 |
|
|
* | Skip noticed that the document talks about "setting PythonLauncher as the | Jack Jansen | 2003-07-02 | 1 | -3/+5 |
|
|
* | Tooltip for tab/space consistency check was the wrong way around. Spotted | Jack Jansen | 2003-07-02 | 3 | -6/+2 |
|
|
* | Correct documentation of check interval - it's 100 by default, not 10 any | Skip Montanaro | 2003-07-02 | 3 | -4/+4 |
|
|
* | Addendum to #764548: restore 2.1 compatibility. | Just van Rossum | 2003-07-02 | 2 | -3/+9 |
|
|
* | Fix and test for bug #764548: | Just van Rossum | 2003-07-02 | 3 | -7/+17 |
|
|
* | Note that csv files (when they are actual files) must be opened in 'b'inary | Skip Montanaro | 2003-07-02 | 1 | -4/+9 |
|
|
* | SF bug #764616: execfile(filename,...) not execfile(file,...) | Raymond Hettinger | 2003-07-02 | 1 | -1/+1 |
|
|
* | Grammar nit. SF bug #757822 | Raymond Hettinger | 2003-07-02 | 1 | -1/+1 |
|
|
* | Revert the previous change; this is now dealt with in a better way. | Fred Drake | 2003-07-02 | 1 | -0/+54 |
|
|
* | There's a better way to deal with the "comment" environment; I found | Fred Drake | 2003-07-02 | 1 | -0/+1 |
|
|
* | fixed typo in comment | Just van Rossum | 2003-07-02 | 1 | -1/+1 |
|
|
* | Make the "install schema" tables follow the same table style we use | Fred Drake | 2003-07-02 | 1 | -1/+1 |
|
|
* | The Macintosh Modules Reference now formats to GNU info without errors | Fred Drake | 2003-07-02 | 1 | -2/+2 |
|
|
* | Fill out the set of macros and environments supported somewhat. | Fred Drake | 2003-07-02 | 1 | -0/+10 |
|
|
* | On those systems lacking the AFMT_S16_NE symbol, the test was failing | Andrew MacIntyre | 2003-07-02 | 1 | -1/+1 |
|
|
* | FreeBSD 5.x has moved some library routines and typedefs outside the | Andrew MacIntyre | 2003-07-02 | 3 | -3/+20 |
|
|
* | The datetime C API really isn't usable outside the datetime module | Fred Drake | 2003-07-02 | 1 | -54/+0 |
|
|
* | Fix a variety of small markup nits. | Fred Drake | 2003-07-02 | 6 | -20/+21 |
|
|
* | Moved the IDE tutorial to a directory with a shorter name. The long | Jack Jansen | 2003-07-02 | 15 | -3/+3 |
|
|
* | SF #764121, docstring for spawnlp incorrect | Neal Norwitz | 2003-07-02 | 1 | -1/+1 |
|
|
* | Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel | Neal Norwitz | 2003-07-01 | 2 | -2/+7 |
|
|
* | - added (c)StringIO tests; cStringIO usage failed in the previous | Just van Rossum | 2003-07-01 | 1 | -0/+16 |
|
|
* | - replaced a couple of asserts with proper exceptions | Just van Rossum | 2003-07-01 | 1 | -4/+5 |
|
|
* | Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros | Neal Norwitz | 2003-07-01 | 4 | -5/+5 |
|
|
* | Make the classes exposed by threading.py new-style classes. This is | Tim Peters | 2003-07-01 | 2 | -3/+10 |
|
|
* | Resolved minor XXX question in the obvious way. | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | - note that super() only applies to new-style classes; | Fred Drake | 2003-07-01 | 1 | -2/+4 |
|
|
* | normalize markup for consistency | Fred Drake | 2003-07-01 | 1 | -15/+16 |
|
|
* | Remove carriage returns | Neal Norwitz | 2003-07-01 | 0 | -0/+0 |
|
|
* | Fix SF bug #763023, difflib.py: ratio() zero division not caught | Neal Norwitz | 2003-07-01 | 3 | -3/+23 |
|
|
* | connector(): You can't use an empty string as an argument to connect() | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | showwarning() calls formatwarning(), not showwarning(). | Tim Peters | 2003-07-01 | 1 | -1/+1 |
|
|
* | Fix SF bug #763770, test_socket_ssl crash | Neal Norwitz | 2003-07-01 | 1 | -2/+2 |
|
|
* | Improve the wording a bit | Raymond Hettinger | 2003-07-01 | 1 | -1/+1 |
|
|
* | Fix spelling, grammar, usage, and markup. | Raymond Hettinger | 2003-07-01 | 1 | -2/+3 |
|
|
* | SF #751062: Tutorial: remove string exceptions, add parnassus, #posts | Raymond Hettinger | 2003-07-01 | 1 | -8/+9 |
|
|
* | Test Brett's addition of __all__ to Queue. | Raymond Hettinger | 2003-07-01 | 1 | -0/+1 |
|
|
* | Add __all__ . | Brett Cannon | 2003-07-01 | 1 | -0/+2 |
|
|
* | Make temporary change of using _strptime for time.strptime permanent. | Brett Cannon | 2003-07-01 | 3 | -49/+15 |
|
|
* | SF bug 753592, websucker bug | Neal Norwitz | 2003-07-01 | 2 | -1/+3 |
|
|
* | Fix SF #763362, test_posixpath failed | Neal Norwitz | 2003-07-01 | 1 | -4/+6 |
|
|
* | Support 'mbcs' as a 'built-in' encoding, so the C API can use it without | Mark Hammond | 2003-07-01 | 1 | -0/+19 |
|
|
* | Add versionadded info for the 2 new threading module functions | Neal Norwitz | 2003-06-30 | 1 | -0/+2 |
|
|
* | Document the DISTUTILS_DEBUG variable. | Thomas Heller | 2003-06-30 | 1 | -0/+21 |
|
|