Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | running an application under hotshot's control. Only slightly embellished from what Walter Dörwald posted to python-dev. (*) http://www.icdc.com/~roadkill/silverstein/turtle.html | ||||
* | 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 |
| | | | | closes SF bug #842213 | ||||
* | 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 |
| | | | | | | | | w/o the subprocess to fail. Check in a fix to IDLE and IDLEfork. M PyShell.py Backport candidate, combine with previous. | ||||
* | rpc.py:SocketIO - Large modules were generating large pickles when downloaded | Kurt B. Kaiser | 2004-01-21 | 2 | -8/+14 |
| | | | | | | | | | | | | to the execution server. The return of the OK response from the subprocess initialization was interfering and causing the sending socket to be not ready. Add an IO ready test to fix this. Moved the polling IO ready test into pollpacket(). M NEWS.txt M rpc.py Backport candidate. | ||||
* | 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 |
| | | | | | | | | | | | | | | connect to the user GUI process. Added a timeout to the GUI's listening socket. Added Tk error dialogs to PyShell.py to announce a failure to bind the port or connect to the subprocess. Clean up error handling during connection initiation phase. This is an update of Python Patch 778323. M NEWS.txt M PyShell.py M ScriptBinding.py M run.py Backport candidate. | ||||
* | add direct link to the article in DDJ | Fred Drake | 2004-01-21 | 1 | -1/+2 |
| | | | | closes SF bug #871402 | ||||
* | 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 |
| | | | | messages. | ||||
* | grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the error | Barry Warsaw | 2004-01-20 | 1 | -2/+2 |
| | | | | messages. | ||||
* | 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 |
| | | | | or QUEUE database. | ||||
* | Let the default encodings search function lookup aliases before trying the ↵ | Marc-André Lemburg | 2004-01-20 | 1 | -18/+26 |
| | | | | codec import. This allows applications to install codecs which override (non-special-cased) builtin codecs. | ||||
* | 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 |
| | | | | codec in multibytecodec consumers. | ||||
* | For whatever reason, these files had \r\r\n line endings on Windows, | Tim Peters | 2004-01-18 | 1 | -8/+8 |
| | | | | | meaning they must have been checked in to CVS from a Linuxish box with Windowish \r\n line endings to begin with. | ||||
* | Revert another local change that snuck into a whitespace normalization | Tim Peters | 2004-01-18 | 1 | -2/+1 |
| | | | | patch. | ||||
* | Revert change accidentally checked in as part of a whitespace normalization | Tim Peters | 2004-01-18 | 1 | -9/+5 |
| | | | | patch. | ||||
* | 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 |
| | | | | | Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks! | ||||
* | 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 |
| | | | | Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition). | ||||
* | 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 |
| | | | | Remove unused and unnecessary checks for sizeof(char). | ||||
* | - add warning that hotshot doesn't work well with threads | Fred Drake | 2004-01-16 | 1 | -3/+9 |
| | | | | - fix some markup | ||||
* | minor markup improvements | Fred Drake | 2004-01-16 | 1 | -6/+6 |
| |