summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* parser__pickler(): Use Py_DECREF() when reference is known to be non-NULL.Fred Drake1998-08-041-1/+1
* Latest version by The Dragon, who writes:Guido van Rossum1998-08-041-66/+120
* In BUILD_LIST, use PyList_SET_ITEM() instead of PyList_SetItem(); andGuido van Rossum1998-08-041-3/+1
* Patch by Jody Winston (with my changes) to add some of the "waitGuido van Rossum1998-08-041-0/+151
* Better error messages when raising ValueError for int literals. (TheGuido van Rossum1998-08-041-8/+3
* Fix a potential problem in PyLong_FromString(): could fall through theGuido van Rossum1998-08-041-0/+2
* Better error messages when raising ValueError for int and longGuido van Rossum1998-08-041-6/+9
* Fix a memory leak -- the cached values of __getattr__ etc. were neverGuido van Rossum1998-08-041-0/+3
* Jim A's new versions of theseGuido van Rossum1998-08-038-1540/+1818
* Patch by Ron Klatchko: fix invariant in _unread(). Also fixedGuido van Rossum1998-08-031-3/+9
* Generalized so it's useful for testing other packages, by AndrewGuido van Rossum1998-08-011-9/+34
* Added randrange to list of exported functions.Guido van Rossum1998-07-311-1/+1
* Introducing randrange([start,] stop [,step]) -- same asGuido van Rossum1998-07-311-1/+41
* Use buildtools where appropriate.Jack Jansen1998-07-311-3/+4
* Build a full standalone application from a python script (Just)Jack Jansen1998-07-312-0/+189
* Common code used to the buildtools module (Just)Jack Jansen1998-07-312-326/+51
* Implementation of freezing from shared libraries, without source. (Just)Jack Jansen1998-07-312-7/+201
* Common code for BuildApplet, BuildApplication and fullbuild (Just)Jack Jansen1998-07-311-0/+279
* Extended replacement for scripts:cfmfile.py (Just)Jack Jansen1998-07-311-0/+186
* Added has_key() method to IC object.Jack Jansen1998-07-311-1/+7
* New about box and a few other fixes by Just, and everything gotJack Jansen1998-07-316-6300/+6252
* Initialize the program name before adding shared library resources (Just).Jack Jansen1998-07-311-0/+1
* Don't add the library file to the resource file chain if it is theJack Jansen1998-07-311-1/+18
* New about box, with the version mesage filled in in a text item, andJack Jansen1998-07-311-13/+14
* The PYD resource should now contain 2 strings: one for the ppcJack Jansen1998-07-311-2/+10
* Re-indented properly (Just).Jack Jansen1998-07-311-173/+173
* Clarify the + and b mode characters for open() a bit.Guido van Rossum1998-07-291-6/+8
* Pass paper size to dvips explicitly.Fred Drake1998-07-291-1/+1
* Update.Fred Drake1998-07-291-16/+1
* tohtml(): Use a table instead of a definition list for module synopses.Fred Drake1998-07-291-4/+5
* Fix two remaining references to all-pdf and all-ps to only use pdf and ps.Fred Drake1998-07-291-2/+2
* Update to use a separate page for front matter.Fred Drake1998-07-286-0/+24
* Update the HOWTO template to use a separate page for front matter, withFred Drake1998-07-282-0/+20
* do_cmd_maketitle(): No <hr> at the end of the "title page".Fred Drake1998-07-281-1/+1
* Define stuff to allow simple HTML-only selection using TeX's \if<foo>...\fiFred Drake1998-07-281-0/+5
* Added ref/ref.tex to REFFILES.Fred Drake1998-07-281-7/+9
* Make sure all chapters, sections, and subsections have a \label to give themFred Drake1998-07-287-63/+64
* Make sure chapters, sections, and subsections all have a \label to give themFred Drake1998-07-281-23/+25
* Don't use raw_input() to ask for the password; this puts the passwordGuido van Rossum1998-07-281-2/+17
* fix __str__ method of EnvironmentError (base class of IOError): wasJeremy Hylton1998-07-281-2/+2
* Fixed the gzip synopsis.Fred Drake1998-07-271-1/+2
* Added the popen2 synopsis.Fred Drake1998-07-271-1/+1
* Added the calendar synopsis.Fred Drake1998-07-271-2/+2
* Added the bisect synopsis.Fred Drake1998-07-271-1/+1
* Added the dumbdbm synopsis.Fred Drake1998-07-271-1/+1
* Added a synopsis.Fred Drake1998-07-271-2/+3
* Fix the synopsis.Fred Drake1998-07-271-5/+4
* Mark the new & changed items.Fred Drake1998-07-272-10/+19
* Update the release date.Fred Drake1998-07-271-1/+1
* do_cmd_localmoduletable(): Cause the child links table to be dropped whenFred Drake1998-07-271-1/+1