| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the 'nt' installation scheme for the install command even if run | Thomas Heller | 2000-09-19 | 1 | -8/+25 |
|
|
* | Support sizehint in StringIO.readlines, as documented. | Martin v. Löwis | 2000-09-19 | 1 | -1/+5 |
|
|
* | Implement readlines function. Closes Bug #110686. | Martin v. Löwis | 2000-09-19 | 1 | -0/+36 |
|
|
* | Obscure marshal fixes: | Tim Peters | 2000-09-19 | 1 | -4/+4 |
|
|
* | Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my | Guido van Rossum | 2000-09-19 | 1 | -37/+37 |
|
|
* | An honest attempt to make this work on Unix, Windows, and even | Guido van Rossum | 2000-09-19 | 1 | -81/+173 |
|
|
* | Only supply popen2, popen3 when fork exists. | Guido van Rossum | 2000-09-19 | 1 | -13/+15 |
|
|
* | Make better use of GNU Pth -- patch by Andy Dustman. | Guido van Rossum | 2000-09-19 | 7 | -558/+521 |
|
|
* | Updated Windows build info. | Tim Peters | 2000-09-19 | 1 | -4/+3 |
|
|
* | Do not close socket when a Content-Length is 0. This make the | Jeremy Hylton | 2000-09-18 | 1 | -15/+20 |
|
|
* | Test output that goes with updated test_minidom. | Paul Prescod | 2000-09-18 | 1 | -0/+44 |
|
|
* | Fix serious typo! | Fred Drake | 2000-09-18 | 1 | -1/+3 |
|
|
* | Change assertions to confirmations so that optimization doesn't disable | Paul Prescod | 2000-09-18 | 1 | -46/+66 |
|
|
* | Fix up the cleanup of the temporary DB so it works for BSD DB's | Fred Drake | 2000-09-18 | 1 | -4/+12 |
|
|
* | Reduce the number of imports needed. | Fred Drake | 2000-09-18 | 1 | -20/+23 |
|
|
* | Document the "printable" and "punctuation" constants added to the string | Fred Drake | 2000-09-18 | 1 | -0/+11 |
|
|
* | Richard Mortier <rmm1002@users.sourceforge.net>: | Fred Drake | 2000-09-18 | 1 | -0/+2 |
|
|
* | Remove two unnecessary imports. | Fred Drake | 2000-09-18 | 1 | -26/+26 |
|
|
* | Once we're done with the sys module, remove it from the namespace so | Fred Drake | 2000-09-18 | 1 | -13/+11 |
|
|
* | Deferred the attribute name object type checking to the underlying | Marc-André Lemburg | 2000-09-18 | 1 | -4/+4 |
|
|
* | Add missing \declaremodule for zipfile. | Fred Drake | 2000-09-18 | 1 | -0/+1 |
|
|
* | PyObject_SetAttr() and PyObject_GetAttr() now also accept Unicode | Marc-André Lemburg | 2000-09-18 | 1 | -11/+37 |
|
|
* | Repaired some glitches in the MD5 and SHA docs; copied the descriptions of | Tim Peters | 2000-09-18 | 2 | -10/+31 |
|
|
* | sys.setdefaultencoding() should only be called in case the standard | Marc-André Lemburg | 2000-09-18 | 1 | -2/+3 |
|
|
* | satisfy the tabnanny | Jeremy Hylton | 2000-09-18 | 3 | -358/+358 |
|
|
* | Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). | Greg Ward | 2000-09-18 | 1 | -1/+1 |
|
|
* | Added documentation for new functions. | Fred Drake | 2000-09-17 | 1 | -3/+11 |
|
|
* | Add invert() and __invert__() as aliases for inv()/__inv__(). | Fred Drake | 2000-09-17 | 1 | -11/+16 |
|
|
* | Fix for SF bug 110688: Instance deallocation neglected to account for | Tim Peters | 2000-09-17 | 1 | -12/+28 |
|
|
* | Fixed to respect 'define_macros' and 'undef_macros' on Extension object. | Greg Ward | 2000-09-17 | 1 | -1/+5 |
|
|
* | Added 'expand_makefile_vars()' to (duh) expand make-style variables | Greg Ward | 2000-09-17 | 1 | -9/+39 |
|
|
* | Added 'read_setup_file()' to read old-style Setup files. Could make life | Greg Ward | 2000-09-17 | 1 | -2/+110 |
|
|
* | arraymodule: Fix SF bug 113960. | Tim Peters | 2000-09-16 | 3 | -20/+36 |
|
|
* | Allow this script to act like a module by only calling main() if | Barry Warsaw | 2000-09-16 | 1 | -1/+3 |
|
|
* | Make the <body> tag match those of the generated HTML; rely on the style | Fred Drake | 2000-09-16 | 1 | -1/+1 |
|
|
* | Document \cfuncdesc, \ctypedesc, and \cvardesc. | Fred Drake | 2000-09-16 | 1 | -0/+28 |
|
|
* | Improve the test output a bit. | Guido van Rossum | 2000-09-16 | 1 | -2/+4 |
|
|
* | Push more of the display control into the style sheet. | Fred Drake | 2000-09-16 | 2 | -3/+10 |
|
|
* | Changed so lines that are all comment (or just whitespace + comment) | Greg Ward | 2000-09-16 | 1 | -9/+27 |
|
|
* | Andrew Kuchling: | Greg Ward | 2000-09-16 | 1 | -1/+1 |
|
|
* | [change from 2000/08/11, propagating now to distutils copy] | Greg Ward | 2000-09-16 | 1 | -9/+17 |
|
|
* | [change from 2000/04/17, propagating now to distutils copy] | Greg Ward | 2000-09-16 | 1 | -26/+30 |
|
|
* | Use PyOS_setsig() instead of directly calling signal() or sigaction(). | Guido van Rossum | 2000-09-16 | 1 | -5/+12 |
|
|
* | Use typedef PyOS_sighandler_t and APIs PyOS_getsig() and | Guido van Rossum | 2000-09-16 | 1 | -25/+12 |
|
|
* | Add PyOS_getsig() and PyOS_setsig() -- wrappers around signal() or | Guido van Rossum | 2000-09-16 | 1 | -0/+34 |
|
|
* | Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and | Guido van Rossum | 2000-09-16 | 1 | -0/+6 |
|
|
* | Document new APIs PyOS_getsig() and PyOS_setsig(). | Guido van Rossum | 2000-09-16 | 1 | -0/+15 |
|
|
* | Rene Liebscher: if we have to run the same sub-command multiple times | Greg Ward | 2000-09-16 | 1 | -5/+18 |
|
|
* | Renamed --keep-tree to --keep-temp. | Greg Ward | 2000-09-16 | 1 | -3/+3 |
|
|
* | Renamed --clean to --no-keep-temp and --noclean to --keep-temp. | Greg Ward | 2000-09-16 | 1 | -6/+6 |
|
|