summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* * Tkinter.pyGuido van Rossum1994-06-232-12/+102
| | | | | | (Widget): generalized config(); added keys(). (Canvas): added addtag_xxx and find_xxx functions; generalized itemconfig().
* * Tkinter.py: some tidying up.Guido van Rossum1994-06-212-28/+54
| | | | | | | (Misc.after): arrange to call deletecommand after it is called. (Canvas.itemconfig): generalized to support all forms. (Canvas.find): returns a list of integers instead of strings. * Tkinter.py (Canvas._create): call _flatten earlier.
* Reformatted using 8-space wide tabsGuido van Rossum1994-06-202-34/+36
|
* * Tkinter.py (Canvas): made create_ methods return the item id;Guido van Rossum1994-06-202-20/+42
| | | | | flatten argument list to _create before passing on to tk.call; _do should return a value.
* Added dictionary mapping names to children, and _name attribute.Guido van Rossum1994-06-202-156/+260
| | | | | | | | | | | | | | | | | Renamed tkerror to _tkerror, default_root to _default_root. (_substitute, _subst_prefix): move back into class Misc; added widget Event attribute. Added functions that return widgets or widget lists: winfo_children; focus_get; grab_current. (Pack.slaves, Place.slaves): return Widget objects instead of pathnames. Renamed __del__() to destroy() (because of circular refs, __del__ won't ever be called). Added some names with explicit _set: focus_set, focus_default_set, grab_set. Added focus_default_none. (Misc._getints): use tk.splitlist() instead of tk.split(), return None if string empty.
* Added getdouble, getboolean.Guido van Rossum1994-06-202-22/+20
| | | | | | Removed redundant global statements getboolean returns None if argument is empty AtInsert() concatenates optional arguments after 'insert'
* Added getvar, getint, lower, tkraise==lift to Misc classGuido van Rossum1994-06-202-0/+20
|
* Initial revisionGuido van Rossum1994-06-206-0/+2048
|
* Constants from <sys/wait.h> (IRIX 5 version)Guido van Rossum1994-06-032-0/+28
|
* added barrier test (by Tim Peters)Guido van Rossum1994-05-231-2/+67
|
* dospath: fix by Amrit (don't normalize glob patterns away)Guido van Rossum1994-05-231-1/+7
| | | | ftplib: get rid of non-auto port assignment
* Generate some files automatically from system filesGuido van Rossum1994-05-232-0/+20
|
* Changes by Jaap -- added 'fileopen' methodGuido van Rossum1994-05-181-17/+46
|
* New module by Jaap VGuido van Rossum1994-05-181-0/+178
|
* Script to regenerate FCNTL.py, IN.py, SOCKET.pyGuido van Rossum1994-05-172-0/+22
|
* Changes to use default argument values where possibleGuido van Rossum1994-05-064-29/+13
|
* Module to lock open files using fcntl()Guido van Rossum1994-05-032-0/+30
|
* Jack's module for parsing UNIX mailbox filesGuido van Rossum1994-04-281-0/+137
|
* Added tests for missing host to open_http and open_gopherGuido van Rossum1994-04-181-0/+2
|
* Module to test threadsGuido van Rossum1994-04-141-0/+41
|
* 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
|
* 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
|
* use caching of temp files; added cleanupGuido van Rossum1994-03-021-8/+18
|
* 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
|
* Redesigned as a classGuido van Rossum1994-02-221-114/+193
|
* Fix bug with somtimes uninitialized portGuido van Rossum1994-02-221-1/+2
|
* Towards a standard access mechanism for URLs.Guido van Rossum1994-02-213-0/+546
|
* 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().
* 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).
* Use __builtin__ instead of builtinGuido van Rossum1994-01-282-7/+7
|
* aifc.py: framerate should be an int.Sjoerd Mullender1994-01-282-2/+2
| | | | | sunau.py: should convert number of frames correctly to number of bytes when reading.
* sndhdr.py: restored lost file; audiodev.py: import platform specificGuido van Rossum1994-01-141-0/+270
| | | | modules only when needed
* Add test code for audioop and rgbimg (includes three binary files!)Guido van Rossum1994-01-125-0/+405
|
* Removed now useless convert functions.Sjoerd Mullender1994-01-061-12/+0
|
* Removed silly dependence on AL module.Sjoerd Mullender1994-01-061-54/+31
|
* Added Makefile with clean and clobber targetsGuido van Rossum1994-01-041-0/+12
|
* Specified _framesize twice in access statement.Sjoerd Mullender1994-01-031-1/+1
|
* Initial revisionGuido van Rossum1993-12-296-0/+408
|
* New files (not really...)Guido van Rossum1993-12-2910-0/+1056
|
* Some minute changes.Guido van Rossum1993-12-294-14/+42
|
* aifc.py, sunau.py: Adapted comments; added access statements.Sjoerd Mullender1993-12-204-42/+84
| | | | SUNAUDIODEV.py: Added some constants for Solaris.
* * aifc.py (Aifc_write): fix bogus reference to filenameGuido van Rossum1993-12-171-0/+3
|
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-1742-207/+153
| | | | | | | constructors. There is no backward compatibility. Not everything has been tested. * aiff.{py,doc}: deleted in favor of aifc.py (which contains its docs as comments)