summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-2915-56/+982
| | | | | | * Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
* Add missed entry for cjkcodecs._iso_2022_kr.Hye-Shik Chang2004-01-281-0/+1
|
* fix whitespace style (inconsistent with the rest of the docs)Fred Drake2004-01-271-17/+17
|
* Removed two unneeded lines from PyObject_Compare().Brett Cannon2004-01-271-2/+0
| | | | Closes bug #885293 (thanks, Josiah Carlson).
* update signature of the socket constructorFred Drake2004-01-271-5/+7
| | | | (could someone backport this to Python 2.3.x please?)
* Two forgotten Py_DECREF() for two out-of-memory conditions.Armin Rigo2004-01-271-2/+6
|
* add hotshotmain refSkip Montanaro2004-01-271-0/+3
|
* add hotshotmain.py refSkip Montanaro2004-01-271-0/+1
|
* The bagpipe didn't say "no" (*), so here's a main program script useful forSkip Montanaro2004-01-261-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 periodFred Drake2004-01-261-1/+1
|
* fix markupFred Drake2004-01-261-1/+1
|
* add references between getopt and optparse docsSkip Montanaro2004-01-262-0/+8
|
* don't wrap lines too late by defaultFred Drake2004-01-261-2/+2
| | | | closes SF bug #842213
* make this distutils doc match the other in using boilerplate.texFred Drake2004-01-261-0/+2
|
* Added the cjkcodecs files to the MSVC 6 build.Tim Peters2004-01-251-0/+100
|
* no reason not to use boilerplate.tex now that it names the PSFFred Drake2004-01-231-0/+2
|
* Fix MSVC6 warnings. (spotted by Tim Peters)Hye-Shik Chang2004-01-2320-48/+48
|
* fix some sloppy markup to use \guilabelFred Drake2004-01-231-20/+21
|
* add \guilabel macro to mark labels that occur in user interfacesFred Drake2004-01-234-4/+24
|
* fix method name in example codeFred Drake2004-01-231-2/+2
|
* There was an error in the Tk error dialog fix at Rev 1.84 which caused startingKurt B. Kaiser2004-01-211-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 downloadedKurt B. Kaiser2004-01-212-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'tKurt B. Kaiser2004-01-214-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 DDJFred Drake2004-01-211-1/+2
| | | | closes SF bug #871402
* expand on notion of row object typeSkip Montanaro2004-01-211-3/+10
|
* typoSkip Montanaro2004-01-211-1/+1
|
* Add cjkcodecs to build processMartin v. Löwis2004-01-212-0/+128
|
* pwd_getpwuid(), pwd_getpwnam(): Patch # 868499, improvement to the errorBarry Warsaw2004-01-201-2/+4
| | | | messages.
* grp_getgrgid(), grp_getgrnam(): Patch # 868499, improvement to the errorBarry Warsaw2004-01-201-2/+2
| | | | messages.
* Add a Guido inspired example for groupby().Raymond Hettinger2004-01-202-1/+28
|
* Add news item about change in encodings search function.Marc-André Lemburg2004-01-201-0/+7
|
* Removing TODO comment for None keys, as suggested by Neal Norwitz.Gustavo Niemeyer2004-01-201-1/+1
|
* When key is None, give up if _DB_get_type() returns -1 as well.Gustavo Niemeyer2004-01-201-0/+2
|
* Fixing #880531: raise TypeError when trying to use a None key with RECNOGustavo Niemeyer2004-01-201-0/+7
| | | | or QUEUE database.
* Let the default encodings search function lookup aliases before trying the ↵Marc-André Lemburg2004-01-201-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é Lemburg2004-01-201-0/+16
|
* Fix a typo: s/iso_3022/iso2022/Hye-Shik Chang2004-01-201-1/+1
|
* Test not the standard utf-8 codec but gb18030 which is the most complexHye-Shik Chang2004-01-201-4/+4
| | | | codec in multibytecodec consumers.
* For whatever reason, these files had \r\r\n line endings on Windows,Tim Peters2004-01-181-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 normalizationTim Peters2004-01-181-2/+1
| | | | patch.
* Revert change accidentally checked in as part of a whitespace normalizationTim Peters2004-01-181-9/+5
| | | | patch.
* Whitespace normalization.Tim Peters2004-01-1834-76/+69
|
* Add CJK codecsAndrew M. Kuchling2004-01-181-0/+14
|
* Add a news entry for importing of CJK codecs.Hye-Shik Chang2004-01-171-0/+2
|
* Add CJK codecs support as discussed on python-dev. (SF #873597)Hye-Shik Chang2004-01-1788-34/+43278
| | | | | Several style fixes are suggested by Martin v. Loewis and Marc-Andre Lemburg. Thanks!
* document PEP 11 progress so far.Skip Montanaro2004-01-171-0/+8
|
* Remove support for SunOS 4.Skip Montanaro2004-01-1711-82/+3
| | | | Remove BAD_EXEC_PROTOYPE (leftover from IRIX 4 demolition).
* More updates for zlib 1.2.1Martin v. Löwis2004-01-171-4/+4
|
* Update to 1.2.1 for release build too.Martin v. Löwis2004-01-171-1/+1
|
* Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dldSkip Montanaro2004-01-176-185/+5
|