summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added normpath() and splitdrive()Guido van Rossum1995-08-101-39/+45
|
* added note about obsolescenceGuido van Rossum1995-08-104-0/+4
|
* correct description of integer division; describe optional read argGuido van Rossum1995-08-102-16/+22
|
* clarify optional statusGuido van Rossum1995-08-102-6/+14
|
* typos onlyGuido van Rossum1995-08-106-6/+10
|
* chapter on new things in 1.3Guido van Rossum1995-08-102-0/+380
|
* Documented FindFolder, GetFInfo, SetFInfo and the FInfo object.Jack Jansen1995-08-102-0/+96
|
* re-enabled newmoduleJack Jansen1995-08-091-4/+0
|
* MkPluginAliases - Scripts (AppleScript and Python) to create aliasesJack Jansen1995-08-093-0/+235
| | | | | | to PPC plugin libraries fixfiletypes.py - Script to recursively set mac creator/type based on extension
* Better fix for creating extended pythons. (getpath.c needs to beSjoerd Mullender1995-08-091-1/+0
| | | | recompiled for the extensions)
* Fixed creation of extended python.Sjoerd Mullender1995-08-091-0/+2
|
* rather ugly temporary hacks to make it work in grail & restricted modeGuido van Rossum1995-08-091-11/+14
|
* fix bug in reloadGuido van Rossum1995-08-091-0/+1
|
* add module binascii; add r_unload/s_unload; don't change 'rb' to 'r' in openGuido van Rossum1995-08-091-2/+9
|
* change blank line insertion at a few places and fix recursion bug for </var>Guido van Rossum1995-08-091-8/+8
|
* added getpath.c; added -P exec_prefix; added explanatory noteGuido van Rossum1995-08-081-8/+46
|
* added MACHDEP back inGuido van Rossum1995-08-081-0/+3
|
* Initial revisionGuido van Rossum1995-08-081-0/+27
|
* add xstat (extended stat, returns resource fork size and creator/type)Guido van Rossum1995-08-081-1/+32
|
* set some fields to zero for directoriesGuido van Rossum1995-08-081-4/+6
|
* pass prefix etc. on when making sharedinstall; install getpath.cGuido van Rossum1995-08-071-2/+14
|
* added sys.std files, read-only open, reloadGuido van Rossum1995-08-071-3/+104
|
* add splitdrive()Guido van Rossum1995-08-071-0/+7
|
* pass the command to sh -cGuido van Rossum1995-08-071-1/+1
|
* correct typo (persis*ent)Guido van Rossum1995-08-071-1/+1
|
* use new "single" compile optionGuido van Rossum1995-08-071-1/+2
|
* make sure os.environ exists (maybe empty)Guido van Rossum1995-08-071-0/+4
|
* add seekable option to __init__Guido van Rossum1995-08-071-2/+2
|
* use mimetools; add close()Guido van Rossum1995-08-071-2/+8
|
* added parse_qs(query_string)Guido van Rossum1995-08-071-0/+7
|
* new formatter module; redid htmllib module to use itGuido van Rossum1995-08-071-249/+356
|
* Initial revisionGuido van Rossum1995-08-071-0/+276
|
* Use binascii module for inner loopJack Jansen1995-08-071-88/+9
|
* Implement binhex protocol.Jack Jansen1995-08-071-0/+485
| | | | Note: binhex works, hexbin does not work yet.
* Better error messages wrt missing resources and preferencesJack Jansen1995-08-071-3/+4
|
* Added binasciiJack Jansen1995-08-071-0/+2
|
* Helper module for uuencode and binhex codersJack Jansen1995-08-072-0/+605
|
* Added missing walk() functionJack Jansen1995-08-071-0/+19
|
* Added interfaces to {Get,Set}FInfo and accompanying objectsJack Jansen1995-08-071-1/+174
|
* Mwerks now also has fopenrfJack Jansen1995-08-071-0/+3
|
* Mwerks version of fopenRF.Jack Jansen1995-08-071-0/+47
|
* Fix for cfm68kJack Jansen1995-08-071-0/+2
|
* Moved here because it is think-specificJack Jansen1995-08-071-0/+336
|
* Added resource-files to CVS tree, in binhex formJack Jansen1995-08-074-0/+180
|
* Put resource-files under CVS, in binhex formJack Jansen1995-08-075-0/+1006
|
* new sendport() interface; add test() program callGuido van Rossum1995-08-041-6/+9
|
* added format_* functions (suggestion by Ken M)Guido van Rossum1995-08-041-7/+31
|
* subtle changes to relative rurl joinsGuido van Rossum1995-08-041-3/+3
|
* use mimetools; add error handling and authenticationGuido van Rossum1995-08-041-12/+129
|
* major rewrite using different formatting paradigmGuido van Rossum1995-08-041-586/+330
|