summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added gauss() (same as normal but twice as fast) and betavariate();Guido van Rossum1994-03-091-6/+47
| | | | print more statistics in test_generator()
* Random variable generatorsGuido van Rossum1994-03-091-0/+212
|
* Search for test files in sys.pathGuido van Rossum1994-03-091-0/+10
|
* *** empty log message ***Guido van Rossum1994-03-071-0/+28
|
* urlopen: add basejoin() function.Guido van Rossum1994-03-073-0/+156
| | | | addpack: new module to add packages to sys.path.
* avoid crash in open_ftp when no host in urlGuido van Rossum1994-03-041-0/+1
|
* ceval.c modGuido van Rossum1994-03-021-0/+3
|
* The usual list of stuff...Guido van Rossum1994-03-021-0/+90
|
* use caching of temp files; added cleanupGuido van Rossum1994-03-021-8/+18
|
* adapt to min value of 1 for listen() backlog argumentGuido van Rossum1994-03-022-6/+6
|
* listen(0) -> listen(1) for Solaris 2Guido van Rossum1994-02-281-7/+7
|
* listen(0) -> listen(1)Guido van Rossum1994-02-281-1/+1
|
* Change listen(0) to listen(1) for Solaris 2 socketsGuido van Rossum1994-02-281-1/+1
|
* Added __repr__ to addbase class; delete more objectsGuido van Rossum1994-02-241-6/+10
|
* Added __del__(), close(), cleanup(), retrieve() and open_local_file()Guido van Rossum1994-02-241-18/+90
|
* Added ntpath.py (for os.py when used with Windows NT)Guido van Rossum1994-02-241-0/+348
|
* Documented xrange; crossreffed lambda a bit moreGuido van Rossum1994-02-242-0/+24
|
* Fix weird messed up paragraphsGuido van Rossum1994-02-231-8/+4
|
* Redesigned as a classGuido van Rossum1994-02-221-114/+193
|
* Fix bug with somtimes uninitialized portGuido van Rossum1994-02-221-1/+2
|
* Added descriptions of lutz, mpzpi.py and stoffelGuido van Rossum1994-02-221-0/+8
|
* Towards a standard access mechanism for URLs.Guido van Rossum1994-02-213-0/+546
|
* tatataGuido van Rossum1994-02-181-0/+27
|
* Use time.time() instead of time.millitimer()Guido van Rossum1994-02-173-11/+11
|
* This commit was manufactured by cvs2svn to create tag 'release101'.v1.0.1cvs2svn1994-02-151-0/+1
|
* At the release of 1.0.1.Guido van Rossum1994-02-153-3/+3
|
* At release 1.0.1. Scripts, Makefile, README: cosmetic changes andGuido van Rossum1994-02-154-2/+16
| | | | | streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex: added posix.fdopen; ext.tex: typos
* aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822:Guido van Rossum1994-02-152-0/+907
| | | | | date and addr parsing; string: force result of atof to float and support atoi, atol, atof in strop; tzparcs: don't call test().
* At release 1.0.1Guido van Rossum1994-02-151-0/+178
|
* At the release of 1.0.1Guido van Rossum1994-02-151-119/+79
|
* Added HAVE_STDARG_PROTOTYPES and signedGuido van Rossum1994-02-151-0/+7
|
* correct spelling errorGuido van Rossum1994-02-071-1/+1
|
* Initial revisionGuido van Rossum1994-02-071-0/+106
|
* added unbirthday.pyGuido van Rossum1994-02-071-0/+1
|
* wave.py: module to read and write .wav files with the same interfaceSjoerd Mullender1994-02-031-2/+2
| | | | | as aifc.py and sunau.py. sunau.py: small change in comment (au -> sunau).