summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add index entries for open():Fred Drake1999-08-051-1/+4
* Add index entry "I/O control, buffering" for fdopen().Fred Drake1999-08-051-0/+1
* Add index entry "I/O control, buffering" for makefile().Fred Drake1999-08-051-3/+4
* Vladimir Marangozov fixes an AIX-specific problem, writing:Guido van Rossum1999-08-041-4/+7
* Started documentation on buffer objects & types. Very preliminary.Fred Drake1999-08-041-1/+66
* PyBuffer_New(): Raise ValueError if size is negative (the otherFred Drake1999-08-041-1/+6
* Added available() method, which checks whether quicktime is installed at all (byJack Jansen1999-08-042-0/+104
* Change the directory tree walking example to use clearer variableGuido van Rossum1999-08-031-11/+14
* It turns out that modifying the environment strings is not safe.Guido van Rossum1999-08-031-6/+16
* Re-write in Python for portability. About 30% slower, but who cares?!Fred Drake1999-08-031-26/+61
* remap_element_names(): Only used for things that the new conversionFred Drake1999-08-031-32/+6
* The new conversion engine supports more of the table re-writing thanFred Drake1999-08-031-6/+9
* Removed PyMapping_Clear() -- it was wishful thinking and serves noGuido van Rossum1999-08-021-6/+0
* Use the mksourcepgk script instead of mktarball.sh.Fred Drake1999-08-021-6/+7
* Remove obsolete version of script.Fred Drake1999-08-021-84/+0
* Re-implementation of mktarball.sh as a more portable Python script;Fred Drake1999-08-021-0/+139
* bwrite(), ewrite(): Helpers for diagnostic output; essentially theFred Drake1999-08-021-30/+61
* Mostly minor changes.Fred Drake1999-08-021-52/+23
* This doesn't need to do nearly as much for the new conversion, soFred Drake1999-08-021-24/+0
* A few small improvements to the conversion.Fred Drake1999-08-021-3/+7
* Markup nits.Fred Drake1999-08-021-40/+33
* Fixed hyperlink references to the __builtin__ and __main__ modules;Fred Drake1999-08-021-2/+2
* Mark Hammond writes:Guido van Rossum1999-07-303-3/+9
* Remove some redundant code from Canvas.tag_bind(), which added allGuido van Rossum1999-07-301-11/+2
* Ripped out the old conversion.Fred Drake1999-07-291-367/+7
* Added a few more passes through the document fragment. Not actuallyFred Drake1999-07-291-11/+126
* Massive changes.Fred Drake1999-07-291-38/+478
* Minor updates.Fred Drake1999-07-291-4/+8
* Use the (new) buildFragment() method of the EsisBuilder rather thanFred Drake1999-07-291-15/+1
* Some minor cleanup.Fred Drake1999-07-291-20/+18
* Conversion specification, used by a new path through latex2esis.py.Fred Drake1999-07-291-0/+631
* Minor update.Fred Drake1999-07-291-3/+6
* Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (theFred Drake1999-07-291-1/+1
* A few minor Customize changes:Barry Warsaw1999-07-281-3/+6
* (python-mode): Set which interpreter (CPython or JPython) to use theBarry Warsaw1999-07-281-18/+21
* Another patch from Andy Dustman:Guido van Rossum1999-07-281-1/+8
* (py-beginning-of-def-or-class): Only move to match-beginning if theBarry Warsaw1999-07-271-2/+2
* Add support for bzip2 compression.Fred Drake1999-07-271-2/+30
* Add support for bzip2 using --bzip2.Fred Drake1999-07-271-4/+11
* Ignore additional compressed formats.Fred Drake1999-07-271-0/+2
* Added description of optional parameter to UserDict constructor.Fred Drake1999-07-261-2/+5
* Add zip archive support for html, pdf, ps, and latex archives.Fred Drake1999-07-231-1/+22
* Add --zip parameter; make this able to produce .zip files as well asFred Drake1999-07-231-3/+20
* getsize(), getatime(), getmtime():Fred Drake1999-07-231-3/+3
* Update getattr() description to document the optional thirdFred Drake1999-07-221-5/+7
* Make the default target xml instead of sgml.Fred Drake1999-07-221-2/+2
* Make the default target xml instead of sgml.Fred Drake1999-07-221-2/+4
* typo: privide --> provideFred Drake1999-07-201-1/+1
* Fixed order of parameters in slice() docstring. The Library ReferenceFred Drake1999-07-191-1/+1
* New wishes.Guido van Rossum1999-07-151-1/+5