| Commit message (Expand) | Author | Age | Files | Lines |
* | Added reference to pdf documentation and bbpy, correctly explained | Jack Jansen | 1996-11-20 | 3 | -138/+148 |
|
|
* | Fixed FSSpec->pathname code to add colon if the fsspec points to a disk. | Jack Jansen | 1996-11-20 | 1 | -0/+6 |
|
|
* | Fixed bundle to allow any object (file, folder, disk) to be dropped on | Jack Jansen | 1996-11-20 | 1 | -116/+81 |
|
|
* | Fixed to allow sys.path initializer to be longer than 255 chars. | Jack Jansen | 1996-11-20 | 2 | -63/+68 |
|
|
* | Output original address | Barry Warsaw | 1996-11-19 | 1 | -4/+4 |
|
|
* | Updated country codes as per ISO3166 10-Feb-1994 | Barry Warsaw | 1996-11-18 | 1 | -36/+183 |
|
|
* | implementation complete. need to update country codes | Barry Warsaw | 1996-11-18 | 1 | -22/+64 |
|
|
* | Added `ru' --> Russia | Barry Warsaw | 1996-11-18 | 1 | -0/+1 |
|
|
* | A rewrite for better Python-ish style | Barry Warsaw | 1996-11-18 | 1 | -24/+35 |
|
|
* | Fixed a bug: files that no longer exist remotely would never be | Guido van Rossum | 1996-11-14 | 1 | -0/+24 |
|
|
* | Added os.remove()/unlink(), rmdir(), rename(), and [f]truncate(). | Guido van Rossum | 1996-11-14 | 1 | -0/+17 |
|
|
* | Added Q. about enabling *shared* on Linux. | Guido van Rossum | 1996-11-13 | 1 | -20/+29 |
|
|
* | When removing a messge from all sequences, don't remove from 'cur', | Guido van Rossum | 1996-11-12 | 1 | -0/+3 |
|
|
* | (myformat.perl): Fixed handling of "\e" -- argh! | Fred Drake | 1996-11-11 | 1 | -3/+3 |
|
|
* | (Makefile): Updated comments about using LaTeX2HTML for the library | Fred Drake | 1996-11-11 | 1 | -25/+18 |
|
|
* | (myformat.perl): Simplify generated HTML for "\optional{...}". | Fred Drake | 1996-11-11 | 1 | -2/+2 |
|
|
* | (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section | Fred Drake | 1996-11-11 | 2 | -0/+6 |
|
|
* | (.latex2html-init): Perform some limited setup for the reference manuals; | Fred Drake | 1996-11-11 | 1 | -0/+98 |
|
|
* | (myformat.sty): Simplify \varvars definition. | Fred Drake | 1996-11-11 | 1 | -1/+1 |
|
|
* | Added 'strict_parsing' option to all parsing functions. This causes a | Guido van Rossum | 1996-11-11 | 1 | -11/+27 |
|
|
* | Don't require leading '-' on option name to Text.tag_cget | Guido van Rossum | 1996-11-11 | 2 | -0/+8 |
|
|
* | Fix the way the Authorization header is sent (how could this have worked?). | Guido van Rossum | 1996-11-11 | 1 | -1/+1 |
|
|
* | (myformat.perl): Updated to allow library reference manual to be handled by | Fred Drake | 1996-11-11 | 1 | -13/+72 |
|
|
* | Add twit "home" location to sys.path (so you can put the applet on the | Jack Jansen | 1996-11-11 | 2 | -2/+9 |
|
|
* | Make Py_ReturnNullError() statis as it should be. | Guido van Rossum | 1996-11-11 | 1 | -1/+1 |
|
|
* | Only call sq_length in Sequence_GetItem for negative index. | Guido van Rossum | 1996-11-09 | 1 | -4/+6 |
|
|
* | Changed project segment structure to (more-or-less) match directory | Jack Jansen | 1996-11-09 | 29 | -11901/+11846 |
|
|
* | Updated (which should have been done before the 1.4 distribution). | Jack Jansen | 1996-11-09 | 1 | -6/+12 |
|
|
* | Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec | Jack Jansen | 1996-11-09 | 1 | -0/+5 |
|
|
* | Got rid of nfullpath() | Jack Jansen | 1996-11-09 | 2 | -3/+2 |
|
|
* | Got rid of nfullpath in favor of PyMac_GetFullPath (which was pretty | Jack Jansen | 1996-11-09 | 2 | -36/+31 |
|
|
* | When loading a PYC resource check whether the filename is the | Jack Jansen | 1996-11-09 | 1 | -21/+45 |
|
|
* | More sensible default sys.path | Jack Jansen | 1996-11-09 | 1 | -16/+15 |
|
|
* | Keep the folder structure in Mac:mwerks:projects similar to the | Jack Jansen | 1996-11-09 | 1 | -2/+2 |
|
|
* | Removed addpack calls | Jack Jansen | 1996-11-09 | 1 | -2/+0 |
|
|
* | Removed old project file, als restructured projects directory to | Jack Jansen | 1996-11-09 | 1 | -117/+0 |
|
|
* | Fix syntax of commented-out variables | Guido van Rossum | 1996-11-06 | 1 | -2/+2 |
|
|
* | Added 'Introduction' section head and 'Memory Management' subsection. | Guido van Rossum | 1996-11-06 | 1 | -1/+20 |
|
|
* | correct typo in return variable for PySequence_Index() | Guido van Rossum | 1996-11-06 | 1 | -1/+1 |
|
|
* | Should compare errno to 0, not NULL | Guido van Rossum | 1996-11-02 | 1 | -1/+1 |
|
|
* | Change last Ellipses to Ellipsis :-( | Guido van Rossum | 1996-11-02 | 2 | -6/+6 |
|
|
* | (Makefile): Updated latex2html support. | Fred Drake | 1996-10-29 | 1 | -2/+2 |
|
|
* | (myformat.perl): Added handler for cfuncdesc environment. This is needed | Fred Drake | 1996-10-29 | 1 | -0/+18 |
|
|
* | (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to | Fred Drake | 1996-10-29 | 2 | -5/+5 |
|
|
* | (tut.tex): Added matching \normalsize after \small font control command | Fred Drake | 1996-10-29 | 2 | -2/+2 |
|
|
* | (match-string): Added a definition for older Emacsen. | Barry Warsaw | 1996-10-29 | 1 | -0/+9 |
|
|
* | (texi2html.py): Minor improvement to HTML 3.0 output for code examples. | Fred Drake | 1996-10-25 | 3 | -6/+21 |
|
|
* | (partparse.py): Fix nasty bug where \e got translated to @e only within | Fred Drake | 1996-10-25 | 2 | -0/+2 |
|
|
* | This commit was manufactured by cvs2svn to create tag 'release14'.v1.4 | cvs2svn | 1996-10-25 | 1 | -0/+1 |
|
|
* | Added disclaimer. | Guido van Rossum | 1996-10-25 | 4 | -64/+106 |
|
|