Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small wording change about global and local trace functions. | Guido van Rossum | 1997-10-27 | 1 | -2/+10 |
| | |||||
* | Ooops, found too more references to old conditions on floating point values. | Fred Drake | 1997-10-24 | 1 | -7/+1 |
| | |||||
* | Removed obsolete discussion on _xdr helper module. | Fred Drake | 1997-10-24 | 1 | -21/+1 |
| | |||||
* | Put {} around \^ in sets to force latex2html to do the right thing... | Guido van Rossum | 1997-10-22 | 1 | -3/+3 |
| | |||||
* | count() now has a 4th parameter too. Also rephrased the docs for find | Guido van Rossum | 1997-10-20 | 1 | -12/+9 |
| | | | | to use the same, better words to explain start/end. | ||||
* | Documented exc_info(); also updated exc_type and last_type docs. | Guido van Rossum | 1997-10-20 | 1 | -18/+57 |
| | |||||
* | Restore the \seealso formatting that got lost when I updated the math | Fred Drake | 1997-10-13 | 1 | -1/+3 |
| | | | | module documentation. | ||||
* | Remove macpath entry -- it is already documented. | Fred Drake | 1997-10-13 | 1 | -2/+0 |
| | |||||
* | socket_type ==> SocketType | Fred Drake | 1997-10-13 | 1 | -1/+1 |
| | |||||
* | Remove superfluous comman from between "not" and "in" when describing the | Fred Drake | 1997-10-13 | 1 | -1/+1 |
| | | | | "not in" operator. | ||||
* | The sequence behavior is now on the Exception root class rather than | Guido van Rossum | 1997-10-07 | 1 | -3/+4 |
| | | | | on the StandardError class. | ||||
* | And "ni" has been documented... | Fred Drake | 1997-10-06 | 1 | -2/+0 |
| | |||||
* | Oops; don't know if this was my typo or not: There was a "p" on a line that | Fred Drake | 1997-10-06 | 1 | -1/+1 |
| | | | | should have been blank. | ||||
* | Updated the section "Parsing Python". | Fred Drake | 1997-10-06 | 1 | -12/+1 |
| | |||||
* | Added keyword module entry. | Fred Drake | 1997-10-06 | 1 | -0/+1 |
| | |||||
* | Minor nits (Lib/token.py is a file, token is a module...). | Fred Drake | 1997-10-06 | 1 | -2/+52 |
| | | | | Added docs for symbol and token modules at the end. | ||||
* | Documentation for the keyword module. | Fred Drake | 1997-10-06 | 1 | -0/+9 |
| | |||||
* | Move the pprint docs after the code docs, so that all parser/codegen type | Fred Drake | 1997-10-06 | 1 | -1/+1 |
| | | | | things come together. | ||||
* | Document the mapping object's new get() method. | Barry Warsaw | 1997-10-06 | 1 | -0/+5 |
| | |||||
* | Added strerror() | Guido van Rossum | 1997-10-05 | 1 | -0/+4 |
| | |||||
* | Removed emacs.py | Guido van Rossum | 1997-10-05 | 1 | -2/+0 |
| | |||||
* | Fixed some stuff that was incorrectly copied from regex. | Guido van Rossum | 1997-10-05 | 1 | -10/+11 |
| | |||||
* | Documented __import__, callable, isinstance, issubclass, | Guido van Rossum | 1997-10-05 | 1 | -5/+83 |
| | | | | and slice. | ||||
* | Documented new exceptions and exception classes. | Guido van Rossum | 1997-10-05 | 1 | -20/+117 |
| | |||||
* | Fixed up formatting. | Fred Drake | 1997-09-30 | 1 | -57/+92 |
| | |||||
* | Fixed up formatting, added descriptions for previously undocumented functions. | Fred Drake | 1997-09-30 | 1 | -37/+69 |
| | |||||
* | Update the description and the example to the new functionality, which | Guido van Rossum | 1997-09-09 | 1 | -59/+119 |
| | | | | | | | is mostly concentrated in a generalized find_module() and the new load_module(). Added the new module type constants. Declare that SEARCH_ERROR and a whole bunch of module-type-specific functions are obsolete. | ||||
* | Change packages to site-packages (so it's clearly not a package itself). | Guido van Rossum | 1997-09-08 | 1 | -5/+5 |
| | |||||
* | Added warning about ni's obsolescence. Retracted semantic changes | Guido van Rossum | 1997-09-07 | 1 | -0/+6 |
| | | | | (i.e. when using ni, the old __init__.py semantics prevail!) | ||||
* | Initial revision | Guido van Rossum | 1997-09-07 | 1 | -0/+49 |
| | |||||
* | Give in to Mike Meyer -- add *both* lib/python1.5/packages and | Guido van Rossum | 1997-09-03 | 1 | -9/+20 |
| | | | | | lib/site-python to the path (if they exist). This is a reasonable compromise. | ||||
* | Document newly revamped site configuration mechanism. | Guido van Rossum | 1997-08-30 | 1 | -19/+63 |
| | | | | Damn the criticism in c.l.p! | ||||
* | Added docs for 'user' customization module. Renamed libuser.tex | Guido van Rossum | 1997-08-30 | 2 | -1/+62 |
| | | | | (which had UserDict/UserList) to libuserdict.tex. | ||||
* | Added os.altsep; this is '/' on DOS/Windows, and None on systems with | Guido van Rossum | 1997-08-29 | 1 | -2/+8 |
| | | | | a sane filename syntax. | ||||
* | Referred to POSIX docs as well as to Unix docs. | Guido van Rossum | 1997-08-27 | 1 | -3/+3 |
| | |||||
* | Ignore whitespace between formats (not internal to a count+format). | Guido van Rossum | 1997-08-26 | 1 | -0/+3 |
| | |||||
* | Removed some colons that shouldn't be there (probably leftovers from | Guido van Rossum | 1997-08-25 | 1 | -13/+26 |
| | | | | docstring conversion). | ||||
* | mention cPickle and cStringIO | Guido van Rossum | 1997-08-21 | 1 | -0/+4 |
| | |||||
* | Misc Mac mods by Jack. Added libmacic.tex, and these patches: | Guido van Rossum | 1997-08-18 | 2 | -6/+5 |
| | | | | | | | libmacfs.tex Document NewAliasMinimalFromFullPath libmacos.tex Document SetEventHandler and SchedParams libmacui.tex Document asynchronous event handling libmailbox.tex Removed mime-turds that somehow got in here | ||||
* | the usual | Guido van Rossum | 1997-08-15 | 1 | -5/+7 |
| | |||||
* | Added AMK's first cut at docs for re.py | Guido van Rossum | 1997-08-14 | 2 | -0/+463 |
| | |||||
* | Updated platform specific notes (it is now more common to have this) | Guido van Rossum | 1997-08-14 | 1 | -4/+20 |
| | | | | added some caveats. | ||||
* | Added buffer_info() docs. | Guido van Rossum | 1997-08-14 | 1 | -0/+10 |
| | |||||
* | Documented mime_decode_header() and mime_encode_header(). | Guido van Rossum | 1997-08-14 | 1 | -0/+8 |
| | |||||
* | More emphasis on os.environ's calling of putenv; and added hint about | Guido van Rossum | 1997-08-08 | 1 | -4/+14 |
| | | | | flags for open(). | ||||
* | Added mimify docs (Sjoerd). | Guido van Rossum | 1997-07-30 | 3 | -0/+79 |
| | |||||
* | A couple of grammatical nits. | Fred Drake | 1997-07-24 | 1 | -65/+82 |
| | | | | | | | | | Re-sequenced the function descriptions so that the formatting is described before the assumption is made that the reader has a clue about the formatting. Moved examples to be closer to the functions being demonstrated. Added example of saferepr() result. | ||||
* | Document new 'quote' flag to cgi.escape(). | Guido van Rossum | 1997-07-19 | 1 | -3/+5 |
| | |||||
* | added code.py; codehack.py is obsolete | Guido van Rossum | 1997-07-18 | 3 | -2/+40 |
| | |||||
* | Added label{module-spam} | Guido van Rossum | 1997-07-18 | 2 | -1/+4 |
| |