| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Remove support for systems defining __d6_pthread_create. | Skip Montanaro | 2004-01-17 | 2 | -78/+2 |
|
|
* | remove DGUX support. | Skip Montanaro | 2004-01-17 | 4 | -37/+5 |
|
|
* | Remove support for minix. | Skip Montanaro | 2004-01-17 | 5 | -765/+66 |
|
|
* | - add warning that hotshot doesn't work well with threads | Fred Drake | 2004-01-16 | 1 | -3/+9 |
|
|
* | minor markup improvements | Fred Drake | 2004-01-16 | 1 | -6/+6 |
|
|
* | Make parameter names in docstring more mnemonic | Andrew M. Kuchling | 2004-01-16 | 1 | -1/+1 |
|
|
* | add a note about memory consumption and LaTeX | Fred Drake | 2004-01-13 | 1 | -0/+17 |
|
|
* | - add comment about $CUSTOM_BUTTONS | Fred Drake | 2004-01-13 | 1 | -1/+2 |
|
|
* | markup changes | Fred Drake | 2004-01-13 | 1 | -93/+107 |
|
|
* | __init__.py: keep it compatible with older python (True and False == 1 and 0) | Gregory P. Smith | 2004-01-13 | 2 | -6/+17 |
|
|
* | SF Patch #871704: Py_SequenceFast can mask errors | Raymond Hettinger | 2004-01-11 | 1 | -3/+11 |
|
|
* | [Bug #873205] Update URL | Andrew M. Kuchling | 2004-01-11 | 1 | -1/+1 |
|
|
* | More cases of input parameters passed by reference without const. | Jack Jansen | 2004-01-11 | 3 | -15/+19 |
|
|
* | Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy: | Jack Jansen | 2004-01-11 | 3 | -1/+1636 |
|
|