| Commit message (Expand) | Author | Age | Files | Lines |
* | Document directories are not always named with three characters any more; | Fred Drake | 2000-09-21 | 1 | -7/+7 |
|
|
* | Fixed a number of small problems reported by Detlef Lannert | Fred Drake | 2000-09-21 | 3 | -9/+8 |
|
|
* | Corran Webster: fix 'change_root()' to handle Mac OS paths. | Greg Ward | 2000-09-21 | 1 | -1/+7 |
|
|
* | On Unix, use O_EXCL when creating the .pyc/.pyo files, to avoid a race condition | Guido van Rossum | 2000-09-20 | 1 | -1/+31 |
|
|
* | Add a definition of rl_library_version. Reported by jpettit@sourceforge. | Guido van Rossum | 2000-09-20 | 1 | -0/+1 |
|
|
* | .use_latex(): Make this a little smarter so that it only runs pdflatex | Fred Drake | 2000-09-20 | 1 | -31/+24 |
|
|
* | Clarify that the softspace attribute is used by print for state management, | Fred Drake | 2000-09-20 | 1 | -0/+3 |
|
|
* | Add entries for the xml.sax documentation. | Fred Drake | 2000-09-20 | 2 | -0/+2 |
|
|
* | First cut at documentation for the xml.sax package (not including any | Fred Drake | 2000-09-20 | 1 | -0/+108 |
|
|
* | change 2-space indent to 4-space indent | Jeremy Hylton | 2000-09-20 | 2 | -2162/+2158 |
|
|
* | distutils setup script | Jeremy Hylton | 2000-09-20 | 1 | -0/+9 |
|
|
* | Fix typo (newtabwith). | Guido van Rossum | 2000-09-20 | 1 | -1/+1 |
|
|
* | *Very* belated application of Thomas Heller's patch to handle | Greg Ward | 2000-09-19 | 1 | -3/+86 |
|
|
* | Treat trailing colon in os.path.join("a:", "b") same way for DOS as in | Tim Peters | 2000-09-19 | 1 | -1/+1 |
|
|
* | Added GetArgs dialog to EasyDialogs, a very nifty (if I may say so:-) way to ... | Jack Jansen | 2000-09-19 | 2 | -4/+236 |
|
|
* | This patch adds a new Python C API called PyString_AsStringAndSize() | Marc-André Lemburg | 2000-09-19 | 8 | -19/+126 |
|
|
* | Temporary fix for Bug #114821. | Guido van Rossum | 2000-09-19 | 1 | -2/+18 |
|
|
* | Part of SF patch 101481: on Windows, os.path.join("a:", "b") should yield | Tim Peters | 2000-09-19 | 1 | -1/+1 |
|
|
* | test_userlist.py: | Tim Peters | 2000-09-19 | 1 | -39/+52 |
|
|
* | SF patch 101391: implemented UserList.__contains__. | Tim Peters | 2000-09-19 | 1 | -0/+1 |
|
|
* | Fix test errors. | Paul Prescod | 2000-09-19 | 2 | -2/+1 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-09-19 | 1 | -0/+10 |
|
|
* | Many small clarifications, including many suggested by email. | Fred Drake | 2000-09-19 | 1 | -17/+18 |
|
|
* | New test cases for the StringIO module | Martin v. Löwis | 2000-09-19 | 2 | -0/+24 |
|
|
* | Don't print specific Node instances unless running verbosely. | Martin v. Löwis | 2000-09-19 | 2 | -4/+10 |
|
|
* | make_nav_sectref(): Create more minimal HTML, hanging the class attribute | Fred Drake | 2000-09-19 | 1 | -2/+7 |
|
|
* | Clarify a number of issues about the file-like object API based on | Fred Drake | 2000-09-19 | 1 | -20/+36 |
|
|
* | Fixed the error reporting (raise of TestFailed) for the zip() and | Barry Warsaw | 2000-09-19 | 1 | -2/+2 |
|
|
* | Randall Hopper: Add fpectl functionality patch for FreeBSD. | Guido van Rossum | 2000-09-19 | 1 | -0/+15 |
|
|
* | Support sizehint in _fileobject.readlines, as documented. | Martin v. Löwis | 2000-09-19 | 1 | -1/+5 |
|
|
* | 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 |
|
|