Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Slight update; file args are no longer optional. | Guido van Rossum | 1996-06-26 | 2 | -16/+16 |
* | Add flock; warn about lockdata system dependency when using fcntl. | Guido van Rossum | 1996-06-26 | 2 | -2/+18 |
* | Change of address; 1.4 beta 1. | Guido van Rossum | 1996-06-26 | 2 | -8/+8 |
* | Fixed for Latex2e by Dave Ascher. | Guido van Rossum | 1996-06-26 | 1 | -40/+29 |
* | Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places. | Guido van Rossum | 1996-06-10 | 2 | -8/+14 |
* | Removed some spurios biindex calls. | Guido van Rossum | 1996-05-02 | 2 | -8/+22 |
* | Added warning about behavior of open mode 'a' (or 'a+'). | Guido van Rossum | 1996-05-02 | 2 | -2/+8 |
* | Added lost docs for crypt module. | Guido van Rossum | 1996-04-10 | 6 | -0/+50 |
* | document OverflowError exception on mktime() | Guido van Rossum | 1996-02-12 | 2 | -2/+4 |
* | atol supports trailing l/L if base is 0 | Guido van Rossum | 1996-02-12 | 2 | -2/+2 |
* | document non-BSD SIGCHLD behaviour | Guido van Rossum | 1996-02-12 | 2 | -2/+8 |
* | change jars email | Guido van Rossum | 1996-02-12 | 2 | -2/+2 |
* | listdir no longer returns . or ..; added remove==unlink | Guido van Rossum | 1996-02-12 | 2 | -6/+18 |
* | hypot is now always supported | Guido van Rossum | 1996-02-12 | 2 | -6/+0 |
* | Documented ProgressBar and idle() | Jack Jansen | 1995-11-14 | 2 | -2/+42 |
* | mention syslog upgrade | Guido van Rossum | 1995-10-11 | 2 | -0/+8 |
* | mention Fred Drake's parser module | Guido van Rossum | 1995-10-11 | 2 | -0/+10 |
* | add libparser.tex | Guido van Rossum | 1995-10-11 | 3 | -1/+3 |
* | Fred Drake's parser module | Guido van Rossum | 1995-10-11 | 2 | -0/+500 |
* | Documented MACFS, macostools, EasyDialogs and FrameWork modules. | Jack Jansen | 1995-10-10 | 9 | -15/+504 |
* | Added base64 codec docs | Jack Jansen | 1995-10-10 | 2 | -0/+24 |
* | Fixed typo. | Jack Jansen | 1995-10-10 | 3 | -3/+3 |
* | updated version and date | Guido van Rossum | 1995-10-09 | 4 | -4/+4 |
* | syslog docs by steve clift | Guido van Rossum | 1995-10-09 | 4 | -0/+136 |
* | a fe more things: apply 3rd arg, ni, ihooks, rexec | Guido van Rossum | 1995-10-08 | 2 | -2/+62 |
* | footnote about keyword args | Guido van Rossum | 1995-10-08 | 4 | -4/+10 |
* | apply() third arg | Guido van Rossum | 1995-10-08 | 2 | -2/+8 |
* | new version / date | Guido van Rossum | 1995-10-08 | 2 | -2/+2 |
* | make access obsolete | Guido van Rossum | 1995-10-08 | 2 | -8/+4 |
* | describe more 1.3 changes | Guido van Rossum | 1995-10-08 | 2 | -38/+240 |
* | change warning about C++ | Guido van Rossum | 1995-10-08 | 2 | -4/+6 |
* | added strftime | Guido van Rossum | 1995-09-13 | 2 | -0/+14 |
* | added string.translate(s, table) | Guido van Rossum | 1995-09-13 | 2 | -0/+12 |
* | add realtime as 5th item to os.times() return value | Guido van Rossum | 1995-09-13 | 2 | -4/+8 |
* | HP-Prec is not 64-bit | Guido van Rossum | 1995-09-13 | 2 | -2/+2 |
* | move uncomfortable backslash | Guido van Rossum | 1995-09-13 | 2 | -4/+6 |
* | Documented new argument order. | Jack Jansen | 1995-08-30 | 2 | -62/+46 |
* | Documented binascii, binhex and uu modules. Put them in the | Jack Jansen | 1995-08-29 | 5 | -2/+296 |
* | many fixes by anonymous contributor | Guido van Rossum | 1995-08-28 | 2 | -144/+596 |
* | Documented MacOS module. | Jack Jansen | 1995-08-14 | 4 | -0/+150 |
* | Documented PromptGetFile and optional prompt to GetDirectory. | Jack Jansen | 1995-08-14 | 2 | -4/+14 |
* | Fixed incorrect tex-code for readline | Jack Jansen | 1995-08-14 | 2 | -2/+2 |
* | warn about bacslash-s lacking | Guido van Rossum | 1995-08-11 | 2 | -4/+10 |
* | correct description of integer division; describe optional read arg | Guido van Rossum | 1995-08-10 | 2 | -16/+22 |
* | clarify optional status | Guido van Rossum | 1995-08-10 | 2 | -6/+14 |
* | typos only | Guido van Rossum | 1995-08-10 | 6 | -6/+10 |
* | chapter on new things in 1.3 | Guido van Rossum | 1995-08-10 | 2 | -0/+380 |
* | Documented FindFolder, GetFInfo, SetFInfo and the FInfo object. | Jack Jansen | 1995-08-10 | 2 | -0/+96 |
* | replace vars() with locals() and globals(); 3rd raise arg; typos | Guido van Rossum | 1995-07-07 | 4 | -38/+56 |
* | typos | Guido van Rossum | 1995-07-07 | 2 | -6/+6 |