| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | getDefaultDatabase() should be a toplevel function, not a method of the | Jack Jansen | 2004-02-28 | 1 | -48/+46 |
|
|
* | Started on version 0.4: better scheme for finding correct database: | Jack Jansen | 2004-02-28 | 1 | -4/+50 |
|
|
* | Minor documentation changes | Vinay Sajip | 2004-02-28 | 3 | -9/+11 |
|
|
* | Use versionadded for new features | Neal Norwitz | 2004-02-28 | 1 | -0/+4 |
|
|
* | Get rid of unused variable | Neal Norwitz | 2004-02-28 | 1 | -1/+0 |
|
|
* | Add version changed/added to doc | Neal Norwitz | 2004-02-28 | 1 | -0/+2 |
|
|
* | Speed-up the joiner call by avoiding Py_BuildValue(). | Raymond Hettinger | 2004-02-27 | 1 | -1/+5 |
|
|
* | made cPickle fall back to the copy_reg/reduce protocol, | Christian Tismer | 2004-02-26 | 1 | -0/+5 |
|
|
* | Ignore sizehint argument. Fixes SF #844561. | Marc-André Lemburg | 2004-02-26 | 1 | -10/+4 |
|
|
* | Oops, didn't mean to commit the removal of float_compare! | Michael W. Hudson | 2004-02-26 | 1 | -1/+1 |
|
|
* | Pass a variable that actually exists to PyFPE_END_PROTECT in | Michael W. Hudson | 2004-02-26 | 1 | -2/+2 |
|
|
* | Fixes SF bug # 778421 | Gregory P. Smith | 2004-02-26 | 4 | -6/+39 |
|
|
* | Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted | Hye-Shik Chang | 2004-02-24 | 1 | -1/+8 |
|
|
* | kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes. | Jack Jansen | 2004-02-24 | 2 | -1/+5 |
|
|
* | Setup file to allow the QuickTime for 2.4 to be compiled | Jack Jansen | 2004-02-24 | 2 | -0/+17 |
|
|
* | fix typo in reference to RFC 3464 DSN MIME type | Fred Drake | 2004-02-24 | 1 | -1/+1 |
|
|
* | Fix two bugs in the new do_open() implementation for HTTPHandler. | Jeremy Hylton | 2004-02-24 | 2 | -7/+19 |
|
|
* | fix English usage error reported by Ken Fuchs | Fred Drake | 2004-02-24 | 1 | -2/+2 |
|
|
* | Reflow long line. | Jeremy Hylton | 2004-02-23 | 1 | -6/+6 |
|
|
* | Fix wrong character mapping in koi8_u: SF bug #902501. | Marc-André Lemburg | 2004-02-23 | 1 | -1/+1 |
|
|
* | Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.cl... | Vinay Sajip | 2004-02-21 | 1 | -2/+10 |
|
|
* | Handler close() functions call flush() [SF #901330] | Vinay Sajip | 2004-02-21 | 1 | -3/+4 |
|
|
* | adding passing test. testing for g(*Nothing()) where Nothing is a user-define... | Samuele Pedroni | 2004-02-21 | 2 | -0/+26 |
|
|
* | Use the right wininstXX.exe, depending on | Thomas Heller | 2004-02-20 | 1 | -2/+8 |
|
|
* | wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be | Thomas Heller | 2004-02-20 | 2 | -0/+0 |
|
|
* | wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe. | Thomas Heller | 2004-02-20 | 1 | -0/+0 |
|
|
* | Solution and project file to build wininstXX.exe with MSVC7.1 (Visual | Thomas Heller | 2004-02-20 | 2 | -0/+236 |
|
|
* | To avoid problems with conflicting dlls, the windows installers built | Thomas Heller | 2004-02-20 | 1 | -3/+3 |
|
|
* | Recompiled the binary wininst.exe. | Thomas Heller | 2004-02-20 | 1 | -0/+0 |
|
|
* | Patch #892660 from Mark Hammond, for distutils bdist_wininst command. | Thomas Heller | 2004-02-20 | 2 | -53/+206 |
|
|
* | Socket handler closed prior to end of test. | Vinay Sajip | 2004-02-20 | 1 | -0/+1 |
|
|
* | Copyright year & version number/version date changes. | Vinay Sajip | 2004-02-20 | 1 | -8/+36 |
|
|
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -17/+67 |
|
|
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -2/+7 |
|
|
* | - "Mac OS" should always include the space | Fred Drake | 2004-02-19 | 1 | -23/+33 |
|
|
* | - according to Apple's publication style guide, yes, "Mac people" use | Fred Drake | 2004-02-19 | 1 | -2/+2 |
|
|
* | use API documentation style for the descriptions of the additional | Fred Drake | 2004-02-19 | 1 | -40/+39 |
|
|
* | minor markup improvements | Fred Drake | 2004-02-19 | 1 | -9/+9 |
|
|
* | "Fix" (for certain configurations of the planets, including | Michael W. Hudson | 2004-02-19 | 2 | -1/+39 |
|
|
* | Fix two small bugs: (1) on Windows, pathname munging didn't work | Guido van Rossum | 2004-02-19 | 1 | -2/+4 |
|
|
* | Keep the list.pop() optimization while restoring the many possibility | Raymond Hettinger | 2004-02-19 | 1 | -4/+2 |
|
|
* | Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS | Neal Norwitz | 2004-02-19 | 1 | -5/+3 |
|
|
* | Get test to work when run from regrtest (add test_main), remove all CRs (^M)s | Neal Norwitz | 2004-02-19 | 1 | -3/+5 |
|
|
* | Implementation of patch 869468 | David Ascher | 2004-02-18 | 5 | -16/+264 |
|
|
* | commentary about how bad ConfigParser is doesn't help here, and the | Fred Drake | 2004-02-17 | 1 | -3/+1 |
|
|
* | Oops. Return -1 to distinguish error from empty dict. | Jeremy Hylton | 2004-02-17 | 1 | -1/+1 |
|
|
* | Double the speed of list.pop() which was spending most of its time parsing | Raymond Hettinger | 2004-02-17 | 1 | -2/+11 |
|
|
* | Mention the optimization of list.extend(). | Raymond Hettinger | 2004-02-17 | 1 | -0/+2 |
|
|
* | markup correction | Fred Drake | 2004-02-17 | 1 | -1/+1 |
|
|
* | Make socketmodule compile again on a modern Linux (that supports Bluetooth). | Anthony Baxter | 2004-02-16 | 1 | -1/+1 |
|
|