Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapted to new Tkinter.py. | Guido van Rossum | 1994-06-20 | 1 | -13/+12 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-06-20 | 13 | -0/+3913 |
| | |||||
* | Version 1.9 | Guido van Rossum | 1994-06-13 | 1 | -37/+156 |
| | |||||
* | Added convenience functions {complete,reformat}_{filter,string,file}. | Guido van Rossum | 1994-06-07 | 1 | -19/+145 |
| | | | | Added usage message to test program. | ||||
* | Fixed faulty apply call | Jack Jansen | 1994-06-07 | 1 | -1/+1 |
| | |||||
* | Replace intrcheck() by sigcheck() in many places. | Guido van Rossum | 1994-06-03 | 1 | -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 Rossum | 1994-06-03 | 2 | -0/+28 |
| | |||||
* | Speed up checking for signals and define intrcheck differently | Guido van Rossum | 1994-05-31 | 1 | -6/+14 |
| | |||||
* | Added stuff about indentation | Guido van Rossum | 1994-05-31 | 1 | -14/+55 |
| | |||||
* | Document -s option -- suppress printing of top-level expressions | Guido van Rossum | 1994-05-30 | 1 | -0/+11 |
| | |||||
* | Fix waiting for children -- save ppid in pidlist as well. | Guido van Rossum | 1994-05-30 | 1 | -14/+34 |
| | |||||
* | correct typos in option parsing loop | Guido van Rossum | 1994-05-27 | 1 | -2/+2 |
| | |||||
* | Quentin's latest version | Guido van Rossum | 1994-05-27 | 1 | -70/+119 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-05-27 | 2 | -0/+368 |
| | |||||
* | ceval.c: dict of local mapping is now a tuple | Guido van Rossum | 1994-05-23 | 6 | -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 modules | Guido van Rossum | 1994-05-23 | 3 | -161/+355 |
| | |||||
* | ACKS: added Rickard Westman | Guido van Rossum | 1994-05-23 | 2 | -3/+4 |
| | | | | CXOPYRIGHT: removed spaces at end of some lines | ||||
* | Removed some random ^D characters | Guido van Rossum | 1994-05-23 | 2 | -2/+2 |
| | |||||
* | added barrier test (by Tim Peters) | Guido van Rossum | 1994-05-23 | 1 | -2/+67 |
| | |||||
* | dospath: fix by Amrit (don't normalize glob patterns away) | Guido van Rossum | 1994-05-23 | 1 | -1/+7 |
| | | | | ftplib: get rid of non-auto port assignment | ||||
* | Generate some files automatically from system files | Guido van Rossum | 1994-05-23 | 2 | -0/+20 |
| | |||||
* | README: correct typo (lib.index) | Guido van Rossum | 1994-05-19 | 4 | -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' method | Guido van Rossum | 1994-05-18 | 1 | -17/+46 |
| | |||||
* | New module by Jaap V | Guido van Rossum | 1994-05-18 | 1 | -0/+178 |
| | |||||
* | Added optional lock parameter to condition class. | Guido van Rossum | 1994-05-18 | 1 | -7/+114 |
| | | | | Added mrsw (multiple-reader-single-writer) lock. | ||||
* | Script to regenerate FCNTL.py, IN.py, SOCKET.py | Guido van Rossum | 1994-05-17 | 2 | -0/+22 |
| | |||||
* | Added -i option to ignore general regexps | Guido van Rossum | 1994-05-17 | 1 | -19/+27 |
| | |||||
* | Added semaphores; fix event.wait(). | Guido van Rossum | 1994-05-17 | 1 | -4/+51 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-05-16 | 2 | -0/+497 |
| | |||||
* | Added bug.py and condition.py | Guido van Rossum | 1994-05-16 | 1 | -2/+7 |
| | |||||
* | Don't use thread.exit_prog(); set a global variable to stop other | Guido van Rossum | 1994-05-16 | 1 | -2/+8 |
| | | | | thread | ||||
* | Don't use thread.exit_prog; let child die if EOF read | Guido van Rossum | 1994-05-16 | 1 | -1/+2 |
| | |||||
* | Fixed for stricter argument matching rules | Guido van Rossum | 1994-05-16 | 1 | -3/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-05-15 | 1 | -0/+314 |
| | |||||
* | Added pindent.py | Guido van Rossum | 1994-05-15 | 1 | -0/+1 |
| | |||||
* | New experimental modules -- signal and sybase | Guido van Rossum | 1994-05-11 | 2 | -0/+664 |
| | |||||
* | Tim's changes; removed some remaining non-functional ifdefs | Guido van Rossum | 1994-05-11 | 3 | -94/+89 |
| | |||||
* | Split thread.c into a number of system-specific files. | Guido van Rossum | 1994-05-09 | 6 | -0/+1409 |
| | | | | Added Tim Peters' pthread version. | ||||
* | Derived changes after change to configure.in | Guido van Rossum | 1994-05-09 | 1 | -0/+6 |
| | |||||
* | Changes for posix threads | Guido van Rossum | 1994-05-09 | 2 | -0/+19 |
| | |||||
* | * Doc/libtypes.tex: fix typo in table of list methods; clarify | Guido van Rossum | 1994-05-09 | 2 | -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 revision | Guido van Rossum | 1994-05-09 | 1 | -0/+113 |
| | |||||
* | Added ifdef.py | Guido van Rossum | 1994-05-09 | 1 | -0/+1 |
| | |||||
* | Walker's changes fixed so they work in THINK C 5 | Guido van Rossum | 1994-05-06 | 1 | -10/+17 |
| | |||||
* | Changes by RMW for MPW | Guido van Rossum | 1994-05-06 | 1 | -0/+9 |
| | |||||
* | As extended by Richard M Walker for MPW | Guido van Rossum | 1994-05-06 | 1 | -79/+292 |
| | |||||
* | the ususal... | Guido van Rossum | 1994-05-06 | 1 | -0/+19 |
| | |||||
* | Changes to use default argument values where possible | Guido van Rossum | 1994-05-06 | 4 | -29/+13 |
| | |||||
* | crypt module (Steve M's) | Guido van Rossum | 1994-05-06 | 4 | -320/+37 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'release102'.v1.0.2 | cvs2svn | 1994-05-06 | 1 | -0/+1 |
| |