| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 15 | -56/+982 |
|
|
* | Add missed entry for cjkcodecs._iso_2022_kr. | Hye-Shik Chang | 2004-01-28 | 1 | -0/+1 |
|
|
* | fix whitespace style (inconsistent with the rest of the docs) | Fred Drake | 2004-01-27 | 1 | -17/+17 |
|
|
* | Removed two unneeded lines from PyObject_Compare(). | Brett Cannon | 2004-01-27 | 1 | -2/+0 |
|
|
* | update signature of the socket constructor | Fred Drake | 2004-01-27 | 1 | -5/+7 |
|
|
* | Two forgotten Py_DECREF() for two out-of-memory conditions. | Armin Rigo | 2004-01-27 | 1 | -2/+6 |
|
|
* | add hotshotmain ref | Skip Montanaro | 2004-01-27 | 1 | -0/+3 |
|
|
* | add hotshotmain.py ref | Skip Montanaro | 2004-01-27 | 1 | -0/+1 |
|
|
* | The bagpipe didn't say "no" (*), so here's a main program script useful for | Skip Montanaro | 2004-01-26 | 1 | -0/+54 |
|
|
* | add missing period | Fred Drake | 2004-01-26 | 1 | -1/+1 |
|
|
* | fix markup | Fred Drake | 2004-01-26 | 1 | -1/+1 |
|
|
* | add references between getopt and optparse docs | Skip Montanaro | 2004-01-26 | 2 | -0/+8 |
|
|
* | don't wrap lines too late by default | Fred Drake | 2004-01-26 | 1 | -2/+2 |
|
|
* | make this distutils doc match the other in using boilerplate.tex | Fred Drake | 2004-01-26 | 1 | -0/+2 |
|
|
* | Added the cjkcodecs files to the MSVC 6 build. | Tim Peters | 2004-01-25 | 1 | -0/+100 |
|
|
* | no reason not to use boilerplate.tex now that it names the PSF | Fred Drake | 2004-01-23 | 1 | -0/+2 |
|
|
* | Fix MSVC6 warnings. (spotted by Tim Peters) | Hye-Shik Chang | 2004-01-23 | 20 | -48/+48 |
|
|
* | fix some sloppy markup to use \guilabel | Fred Drake | 2004-01-23 | 1 | -20/+21 |
|
|
* | add \guilabel macro to mark labels that occur in user interfaces | Fred Drake | 2004-01-23 | 4 | -4/+24 |
|
|
* | fix method name in example code | Fred Drake | 2004-01-23 | 1 | -2/+2 |
|
|
* | There was an error in the Tk error dialog fix at Rev 1.84 which caused starting | Kurt B. Kaiser | 2004-01-21 | 1 | -2/+2 |
|
|
* | rpc.py:SocketIO - Large modules were generating large pickles when downloaded | Kurt B. Kaiser | 2004-01-21 | 2 | -8/+14 |
|
|
* | Added a Tk error dialog to run.py inform the user if the subprocess can't | Kurt B. Kaiser | 2004-01-21 | 4 | -56/+96 |
|
|
* | add direct link to the article in DDJ | Fred Drake | 2004-01-21 | 1 | -1/+2 |
|
|
* | expand on notion of row object type | Skip Montanaro | 2004-01-21 | 1 | -3/+10 |
|
|
* | typo | Skip Montanaro | 2004-01-21 | 1 | -1/+1 |
|
|
* | Add cjkcodecs to build process | Martin v. Löwis | 2004-01-21 | 2 | -0/+128 |
|
|
* | pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+4 |
|
|
* | grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+2 |
|
|
* | Add a Guido inspired example for groupby(). | Raymond Hettinger | 2004-01-20 | 2 | -1/+28 |
|
|
* | Add news item about change in encodings search function. | Marc-André Lemburg | 2004-01-20 | 1 | -0/+7 |
|
|
* | Removing TODO comment for None keys, as suggested by Neal Norwitz. | Gustavo Niemeyer | 2004-01-20 | 1 | -1/+1 |
|
|
* | When key is None, give up if _DB_get_type() returns -1 as well. | Gustavo Niemeyer | 2004-01-20 | 1 | -0/+2 |
|
|
* | Fixing #880531: raise TypeError when trying to use a None key with RECNO | Gustavo Niemeyer | 2004-01-20 | 1 | -0/+7 |
|
|
* | Let the default encodings search function lookup aliases before trying the co... | Marc-André Lemburg | 2004-01-20 | 1 | -18/+26 |
|
|
* | Add some more code page aliases needed for completeness. | Marc-André Lemburg | 2004-01-20 | 1 | -0/+16 |
|
|
* | Fix a typo: s/iso_3022/iso2022/ | Hye-Shik Chang | 2004-01-20 | 1 | -1/+1 |
|
|
* | Test not the standard utf-8 codec but gb18030 which is the most complex | Hye-Shik Chang | 2004-01-20 | 1 | -4/+4 |
|
|
* | For whatever reason, these files had \r\r\n line endings on Windows, | Tim Peters | 2004-01-18 | 1 | -8/+8 |
|
|
* | Revert another local change that snuck into a whitespace normalization | Tim Peters | 2004-01-18 | 1 | -2/+1 |
|
|
* | Revert change accidentally checked in as part of a whitespace normalization | Tim Peters | 2004-01-18 | 1 | -9/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 34 | -76/+69 |
|
|
* | Add CJK codecs | Andrew M. Kuchling | 2004-01-18 | 1 | -0/+14 |
|
|
* | Add a news entry for importing of CJK codecs. | Hye-Shik Chang | 2004-01-17 | 1 | -0/+2 |
|
|
* | Add CJK codecs support as discussed on python-dev. (SF #873597) | Hye-Shik Chang | 2004-01-17 | 88 | -34/+43278 |
|
|
* | document PEP 11 progress so far. | Skip Montanaro | 2004-01-17 | 1 | -0/+8 |
|
|
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 11 | -82/+3 |
|
|
* | More updates for zlib 1.2.1 | Martin v. Löwis | 2004-01-17 | 1 | -4/+4 |
|
|
* | Update to 1.2.1 for release build too. | Martin v. Löwis | 2004-01-17 | 1 | -1/+1 |
|
|
* | Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld | Skip Montanaro | 2004-01-17 | 6 | -185/+5 |
|
|