summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adapted to new Tkinter.py.Guido van Rossum1994-06-201-13/+12
|
* Initial revisionGuido van Rossum1994-06-2013-0/+3913
|
* Version 1.9Guido van Rossum1994-06-131-37/+156
|
* Added convenience functions {complete,reformat}_{filter,string,file}.Guido van Rossum1994-06-071-19/+145
| | | | Added usage message to test program.
* Fixed faulty apply callJack Jansen1994-06-071-1/+1
|
* Replace intrcheck() by sigcheck() in many places.Guido van Rossum1994-06-031-0/+43
| | | | | | | | | In Pythonrun, tirn off SIGPIPE and move signal handlers elsewhere. In ceval.c, also move locals_2_fast/ fast_2_locals to frameobject.c, replaced local variable trace by f->f_trace, got rid of unused mergelocals() and unneeded calls to fast_2_locals, return the variable name on "fast variable not found", AND use "__call__" method if it exists to call an inmstance. Whew!
* Constants from <sys/wait.h> (IRIX 5 version)Guido van Rossum1994-06-032-0/+28
|
* Speed up checking for signals and define intrcheck differentlyGuido van Rossum1994-05-311-6/+14
|
* Added stuff about indentationGuido van Rossum1994-05-311-14/+55
|
* Document -s option -- suppress printing of top-level expressionsGuido van Rossum1994-05-301-0/+11
|
* Fix waiting for children -- save ppid in pidlist as well.Guido van Rossum1994-05-301-14/+34
|
* correct typos in option parsing loopGuido van Rossum1994-05-271-2/+2
|
* Quentin's latest versionGuido van Rossum1994-05-271-70/+119
|
* Initial revisionGuido van Rossum1994-05-272-0/+368
|
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-236-6/+43
| | | | | | | compile.c: lists and dictionary in code objects become tuples import.c: bump MAGIC thread*.[ch]: added thread_ident() function version.c: added '++' to version number and bumped date
* Added some new modulesGuido van Rossum1994-05-233-161/+355
|
* ACKS: added Rickard WestmanGuido van Rossum1994-05-232-3/+4
| | | | CXOPYRIGHT: removed spaces at end of some lines
* Removed some random ^D charactersGuido van Rossum1994-05-232-2/+2
|
* 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
|
* README: correct typo (lib.index)Guido van Rossum1994-05-194-0/+424
| | | | | | lib.tex: include libfcntl, libposixfile myformat.sty: add tableii environment libfcntl.tex, libposixfile.tex: docs contributed by Jaap V
* Changes by Jaap -- added 'fileopen' methodGuido van Rossum1994-05-181-17/+46
|
* New module by Jaap VGuido van Rossum1994-05-181-0/+178
|
* Added optional lock parameter to condition class.Guido van Rossum1994-05-181-7/+114
| | | | Added mrsw (multiple-reader-single-writer) lock.
* Script to regenerate FCNTL.py, IN.py, SOCKET.pyGuido van Rossum1994-05-172-0/+22
|
* Added -i option to ignore general regexpsGuido van Rossum1994-05-171-19/+27
|
* Added semaphores; fix event.wait().Guido van Rossum1994-05-171-4/+51
|
* Initial revisionGuido van Rossum1994-05-162-0/+497
|
* Added bug.py and condition.pyGuido van Rossum1994-05-161-2/+7
|
* Don't use thread.exit_prog(); set a global variable to stop otherGuido van Rossum1994-05-161-2/+8
| | | | thread
* Don't use thread.exit_prog; let child die if EOF readGuido van Rossum1994-05-161-1/+2
|
* Fixed for stricter argument matching rulesGuido van Rossum1994-05-161-3/+2
|
* Initial revisionGuido van Rossum1994-05-151-0/+314
|
* Added pindent.pyGuido van Rossum1994-05-151-0/+1
|
* New experimental modules -- signal and sybaseGuido van Rossum1994-05-112-0/+664
|
* Tim's changes; removed some remaining non-functional ifdefsGuido van Rossum1994-05-113-94/+89
|
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-096-0/+1409
| | | | Added Tim Peters' pthread version.
* Derived changes after change to configure.inGuido van Rossum1994-05-091-0/+6
|
* 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
|