summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changes for posix threadsGuido van Rossum1994-05-092-0/+19
|
* * Doc/libtypes.tex: fix typo in table of list methods; clarifyGuido van Rossum1994-05-092-8/+18
| | | | | | | truncation behavior of floating point formatting * Doc/ref3.tex: clarify defaults for __repr__, __cmp__ and __str__; correct (some) descriptions of class constructors
* Initial revisionGuido van Rossum1994-05-091-0/+113
|
* Added ifdef.pyGuido van Rossum1994-05-091-0/+1
|
* Walker's changes fixed so they work in THINK C 5Guido van Rossum1994-05-061-10/+17
|
* Changes by RMW for MPWGuido van Rossum1994-05-061-0/+9
|
* As extended by Richard M Walker for MPWGuido van Rossum1994-05-061-79/+292
|
* the ususal...Guido van Rossum1994-05-061-0/+19
|
* Changes to use default argument values where possibleGuido van Rossum1994-05-064-29/+13
|
* crypt module (Steve M's)Guido van Rossum1994-05-064-320/+37
|
* This commit was manufactured by cvs2svn to create tag 'release102'.v1.0.2cvs2svn1994-05-061-0/+1
|
* Initial revisionGuido van Rossum1994-05-064-0/+686
|
* Release 1.0.2.Guido van Rossum1994-05-061-4/+6
|
* Release 1.0.2Guido van Rossum1994-05-041-22/+21
|
* Finalize release 1.0.2Guido van Rossum1994-05-041-6/+5
|
* News for 1.0.2Guido van Rossum1994-05-041-0/+188
|
* Added Andy BenskyGuido van Rossum1994-05-041-0/+1
|
* Added Adrian PhillipsGuido van Rossum1994-05-041-0/+1
|
* README: version 1.0.2; Makefile.in: change clobbered files; rest: as usualGuido van Rossum1994-05-041-0/+8
|
* The usualGuido van Rossum1994-05-041-0/+11
|
* The usual...Guido van Rossum1994-05-031-0/+29
|
* Documented optional bufsize argument to open() and the fact that modeGuido van Rossum1994-05-032-6/+28
| | | | is now also optional
* Module to lock open files using fcntl()Guido van Rossum1994-05-032-0/+30
|
* Finally committed it again (a matter of cvs admin trouble?)Guido van Rossum1994-05-031-8/+70
|
* Process command line arguments; skip #defines that generate invalidGuido van Rossum1994-05-031-7/+36
| | | | Python
* Documented -u (unbuffered), undocumented -k (killprint)Guido van Rossum1994-05-031-17/+6
|
* Initial revisionGuido van Rossum1994-05-031-0/+84
|
* added Generator.pyGuido van Rossum1994-05-031-0/+1
|
* New version handles -o<string> same as -o <string>Guido van Rossum1994-04-281-31/+62
|
* zzzGuido van Rossum1994-04-281-2/+40
|
* Jack's module for parsing UNIX mailbox filesGuido van Rossum1994-04-281-0/+137
|
* Now it's 1.09. Only change from 1.08az is to make kill-emacs-hook work ↵Guido van Rossum1994-04-281-3/+3
| | | | | | under Lucid Emacs.
* Improved guesswork by Tim for continuations where the open bracketGuido van Rossum1994-04-261-36/+26
| | | | is the last thing on the line.
* Improvements from Tim after some complaints...Guido van Rossum1994-04-251-23/+83
|
* tataGuido van Rossum1994-04-221-0/+61
|
* Documented new built-in function vars().Guido van Rossum1994-04-216-2/+72
| | | | | | Documented new formatting features: %s takes any type, and '%(key)format' % dictionary. Documented posixpath.expandvars().
* Added tests for missing host to open_http and open_gopherGuido van Rossum1994-04-181-0/+2
|
* Tim Peters' version of the indentation changes (and more).Guido van Rossum1994-04-161-40/+42
|
* Module to test threadsGuido van Rossum1994-04-141-0/+41
|
* Jaap V's changes plus a few of my own -- now it seems to work.Guido van Rossum1994-04-141-17/+43
|
* The usualGuido van Rossum1994-04-141-0/+112
|
* A getopt.c for your amusementGuido van Rossum1994-04-141-0/+54
|
* Added some namesGuido van Rossum1994-04-141-0/+8
|
* Initial revisionGuido van Rossum1994-04-141-0/+70
|
* Added newsGuido van Rossum1994-04-141-0/+69
|
* Fix by Sjoerd so nested indents also work if the open paren is on aGuido van Rossum1994-04-141-2/+1
| | | | line containing tabs
* Added Donald Beaudry's change for neater indentation withinGuido van Rossum1994-04-131-6/+15
| | | | parentheses
* Updated for existence of newsgroup and various misc thingsGuido van Rossum1994-04-111-39/+79
|
* Renamed urlopen.py to urllib.py.Guido van Rossum1994-03-221-0/+454
|
* Use float constants directly; cosmetic changes; initialize largestGuido van Rossum1994-03-151-22/+33
| | | | correctly; allow test(N) to set number of calls in the tests.