| 1994-01-02 |
Guido van Rossum | Restructured library documentation |
commit | commitdiff | tree | snapshot |
| 1994-01-02 |
Guido van Rossum | Lots of new stuff for 1.0.0 BETA release |
commit | commitdiff | tree | snapshot |
| 1994-01-02 |
Guido van Rossum | Added some files to new module |
commit | commitdiff | tree | snapshot |
| 1994-01-02 |
Guido van Rossum | all: 1994 copyright |
commit | commitdiff | tree | snapshot |
| 1994-01-02 |
Guido van Rossum | all: 1994 copyright |
commit | commitdiff | tree | snapshot |
| 1994-01-01 |
Guido van Rossum | Documented the fact that IRIX 5.x also supports Sun... |
commit | commitdiff | tree | snapshot |
| 1993-12-29 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1993-12-29 |
Guido van Rossum | New files (not really...) |
commit | commitdiff | tree | snapshot |
| 1993-12-29 |
Guido van Rossum | Some minute changes. |
commit | commitdiff | tree | snapshot |
| 1993-12-28 |
Guido van Rossum | Rot out all uses of time.milli*(). |
commit | commitdiff | tree | snapshot |
| 1993-12-28 |
Guido van Rossum | Rot out all uses of time.milli*(). |
commit | commitdiff | tree | snapshot |
| 1993-12-28 |
Guido van Rossum | Rot out all uses of time.milli*(). |
commit | commitdiff | tree | snapshot |
| 1993-12-28 |
Guido van Rossum | Use freeze_form instead of freeze_object |
commit | commitdiff | tree | snapshot |
| 1993-12-28 |
Guido van Rossum | Added depend target; cosmetic changes to other targets |
commit | commitdiff | tree | snapshot |
| 1993-12-28 |
Guido van Rossum | Added (dummy) depend target |
commit | commitdiff | tree | snapshot |
| 1993-12-26 |
Guido van Rossum | Alpha 1.0.0 |
commit | commitdiff | tree | snapshot |
| 1993-12-26 |
Guido van Rossum | Py -> Include |
commit | commitdiff | tree | snapshot |
| 1993-12-24 |
Sjoerd Mullender | Added function ttob. |
commit | commitdiff | tree | snapshot |
| 1993-12-24 |
Guido van Rossum | New files |
commit | commitdiff | tree | snapshot |
| 1993-12-24 |
Guido van Rossum | None |
commit | commitdiff | tree | snapshot |
| 1993-12-24 |
Guido van Rossum | New files |
commit | commitdiff | tree | snapshot |
| 1993-12-24 |
Guido van Rossum | Misc changes. |
commit | commitdiff | tree | snapshot |
| 1993-12-24 |
Guido van Rossum | New files. |
commit | commitdiff | tree | snapshot |
| 1993-12-24 |
Guido van Rossum | Added getmaxint() so sys can initialize sys.maxint. |
commit | commitdiff | tree | snapshot |
| 1993-12-24 |
Sjoerd Mullender | ANSIfied somewhat. |
commit | commitdiff | tree | snapshot |
| 1993-12-22 |
Sjoerd Mullender | And another init incompatibility bites the dust. |
commit | commitdiff | tree | snapshot |
| 1993-12-22 |
Sjoerd Mullender | Fixed use of aifc module. |
commit | commitdiff | tree | snapshot |
| 1993-12-21 |
Guido van Rossum | * rangeobject.[ch], bltinmodule.c: incorporate new... |
commit | commitdiff | tree | snapshot |
| 1993-12-21 |
Sjoerd Mullender | rgbimgmodule.c, Makefile, config.c: new module to read... |
commit | commitdiff | tree | snapshot |
| 1993-12-20 |
Sjoerd Mullender | almodule.c: added close method, equivalent to closeport. |
commit | commitdiff | tree | snapshot |
| 1993-12-20 |
Guido van Rossum | * Grammar: corrected old typo (class instead of 'class') |
commit | commitdiff | tree | snapshot |
| 1993-12-20 |
Guido van Rossum | New file |
commit | commitdiff | tree | snapshot |
| 1993-12-20 |
Guido van Rossum | New file |
commit | commitdiff | tree | snapshot |
| 1993-12-20 |
Guido van Rossum | New file |
commit | commitdiff | tree | snapshot |
| 1993-12-20 |
Sjoerd Mullender | aifc.py, sunau.py: Adapted comments; added access state... |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | * aifc.py (Aifc_write): fix bogus reference to filename |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | * Mass change: get rid of all init() methods, in favor... |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Sjoerd Mullender | Interface to audio hardware for SGI and Sun. |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | Uniformly replaced init() functions by __init__() const... |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | * lib2.tex (sys): updated sys.std{in,out,err} docs... |
commit | commitdiff | tree | snapshot |
| 1993-12-17 |
Guido van Rossum | * mpzmodule.c: cast some methods to the proper type. |
commit | commitdiff | tree | snapshot |
| 1993-12-16 |
Sjoerd Mullender | Don't close the file explicitly. |
commit | commitdiff | tree | snapshot |
| 1993-12-16 |
Sjoerd Mullender | Don't close the file. |
commit | commitdiff | tree | snapshot |
| 1993-12-14 |
Guido van Rossum | * wdbframewin.py (re_eval): set __privileged__ in globa... |
commit | commitdiff | tree | snapshot |
| 1993-12-14 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1993-12-13 |
Sjoerd Mullender | Added minmax function: |
commit | commitdiff | tree | snapshot |
| 1993-12-13 |
Sjoerd Mullender | aifc.py: added missing tell() method in AIFC write... |
commit | commitdiff | tree | snapshot |
| 1993-12-03 |
Sjoerd Mullender | Port to Solaris 2.3. |
commit | commitdiff | tree | snapshot |
| 1993-11-30 |
Guido van Rossum | change syntactical position of lambdef (was an atom... |
commit | commitdiff | tree | snapshot |
| 1993-11-30 |
Guido van Rossum | * test_*.py: new lambda syntax (also affects tests... |
commit | commitdiff | tree | snapshot |
| 1993-11-30 |
Guido van Rossum | * import.c (get_module): pass .py filename to parse_fil... |
commit | commitdiff | tree | snapshot |
| 1993-11-23 |
Guido van Rossum | Fix lay-out of previous fix. |
commit | commitdiff | tree | snapshot |
| 1993-11-23 |
Guido van Rossum | * timemodule.c: Add hack for Solaris 2. |
commit | commitdiff | tree | snapshot |
| 1993-11-23 |
Guido van Rossum | * {lib,ref,ext,tut}.tex: added explicit \date{<date... |
commit | commitdiff | tree | snapshot |
| 1993-11-19 |
Guido van Rossum | * text2latex.py: call main() instead of always processi... |
commit | commitdiff | tree | snapshot |
| 1993-11-17 |
Guido van Rossum | * import.c (get_module): total rewrite, to ensure prope... |
commit | commitdiff | tree | snapshot |
| 1993-11-11 |
Guido van Rossum | Fix the fix :-( |
commit | commitdiff | tree | snapshot |
| 1993-11-11 |
Guido van Rossum | Three micro fixes to formatstring |
commit | commitdiff | tree | snapshot |
| 1993-11-11 |
Guido van Rossum | * test_select.py: (some) tests for built-in select... |
commit | commitdiff | tree | snapshot |
| 1993-11-10 |
Guido van Rossum | * parsermodule.c, Makefile, config.c: rudimentary inter... |
commit | commitdiff | tree | snapshot |
| 1993-11-10 |
Guido van Rossum | * posixmodule.c: added set{uid,gid}. |
commit | commitdiff | tree | snapshot |
| 1993-11-08 |
Sjoerd Mullender | Use __init__ instead of init. |
commit | commitdiff | tree | snapshot |
| 1993-11-08 |
Guido van Rossum | * string.py: added rindex(), rfind(); changed index... |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | * ext.tex: did most of the tedious changes from plain... |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | * ext.tex: documentation for extending, reference count... |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | * mpzmodule.c: removed redundant mpz_print function. |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | Added compare operations for functions and code objects. |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | Added getmappingsize(). (Needed by previous checkin... |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | Fix stupib bug in concatenation |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | Must initialize 'inspect' flag |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | Added execve; change getstrarg into getargs with "s... |
commit | commitdiff | tree | snapshot |
| 1993-11-05 |
Guido van Rossum | Fix memory leaks in join & joinfields |
commit | commitdiff | tree | snapshot |
| 1993-11-03 |
Guido van Rossum | * nismodule.c: database keys and values can contain... |
commit | commitdiff | tree | snapshot |
| 1993-11-02 |
Sjoerd Mullender | Fixed a couple of bugs: getargs doesn't use % escapes... |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | * ceval.c, longobject.c, methodobject.c, listnode.c... |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | * selectmodule.c (select_select): timeout argument... |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | * fileobject.c (softspace): fix bug if called with... |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | Hacks for NEXTSTEP. |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | * rangeobject.{c,h}, bltinmodule.c: removed non-essenti... |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_... |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | Simplify life for md5: include (slightly modified)... |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | Restructured main loop. Etc. |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | Major rewrite with new read_* interfaces |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | Fix bug in backup inside esc sequence. |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Guido van Rossum | Changed redraw policy. |
commit | commitdiff | tree | snapshot |
| 1993-11-01 |
Sjoerd Mullender | Fixed bugs in resizetuple and extended the interface. |
commit | commitdiff | tree | snapshot |
| 1993-10-30 |
Guido van Rossum | Added Dates.py and Rev.py |
commit | commitdiff | tree | snapshot |
| 1993-10-30 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1993-10-30 |
Guido van Rossum | Fix bug and use __init__ |
commit | commitdiff | tree | snapshot |
| 1993-10-28 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1993-10-27 |
Guido van Rossum | * listobject.c (list_ass_slice): XDECREF instead of... |
commit | commitdiff | tree | snapshot |
| 1993-10-27 |
Guido van Rossum | * lib3.tex (module string): added rindex(). |
commit | commitdiff | tree | snapshot |
| 1993-10-27 |
Guido van Rossum | Committing the correct graminit.c; also changed confusi... |
commit | commitdiff | tree | snapshot |
| 1993-10-27 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
| next |