| 1995-08-10 |
Guido van Rossum | default tabsize to 8 |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | fix reload use of __filename__ |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | fix stupid typo: r->RDLK |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | same thing as for dospath, plus HOMEDRIVE/HOMEPATH... |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | don't print Cannot open/stat messages |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | exec() -> exec |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | redefined normcase() |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | upgdaded the test program |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | revamped somewhat |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | temporarily disabled the access statements |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | added normpath() and splitdrive() |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | added note about obsolescence |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | correct description of integer division; describe optio... |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | clarify optional status |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | typos only |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | chapter on new things in 1.3 |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Jack Jansen | Documented FindFolder, GetFInfo, SetFInfo and the FInfo... |
commit | commitdiff | tree | snapshot |
| 1995-08-09 |
Jack Jansen | re-enabled newmodule |
commit | commitdiff | tree | snapshot |
| 1995-08-09 |
Jack Jansen | MkPluginAliases - Scripts (AppleScript and Python)... |
commit | commitdiff | tree | snapshot |
| 1995-08-09 |
Sjoerd Mullender | Better fix for creating extended pythons. (getpath... |
commit | commitdiff | tree | snapshot |
| 1995-08-09 |
Sjoerd Mullender | Fixed creation of extended python. |
commit | commitdiff | tree | snapshot |
| 1995-08-09 |
Guido van Rossum | rather ugly temporary hacks to make it work in grail... |
commit | commitdiff | tree | snapshot |
| 1995-08-09 |
Guido van Rossum | fix bug in reload |
commit | commitdiff | tree | snapshot |
| 1995-08-09 |
Guido van Rossum | add module binascii; add r_unload/s_unload; don't chang... |
commit | commitdiff | tree | snapshot |
| 1995-08-09 |
Guido van Rossum | change blank line insertion at a few places and fix... |
commit | commitdiff | tree | snapshot |
| 1995-08-08 |
Guido van Rossum | added getpath.c; added -P exec_prefix; added explanator... |
commit | commitdiff | tree | snapshot |
| 1995-08-08 |
Guido van Rossum | added MACHDEP back in |
commit | commitdiff | tree | snapshot |
| 1995-08-08 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-08-08 |
Guido van Rossum | add xstat (extended stat, returns resource fork size... |
commit | commitdiff | tree | snapshot |
| 1995-08-08 |
Guido van Rossum | set some fields to zero for directories |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | pass prefix etc. on when making sharedinstall; install... |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | added sys.std files, read-only open, reload |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | add splitdrive() |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | pass the command to sh -c |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | correct typo (persis*ent) |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | use new "single" compile option |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | make sure os.environ exists (maybe empty) |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | add seekable option to __init__ |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | use mimetools; add close() |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | added parse_qs(query_string) |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | new formatter module; redid htmllib module to use it |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Use binascii module for inner loop |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Implement binhex protocol. |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Better error messages wrt missing resources and preferences |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Added binascii |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Helper module for uuencode and binhex coders |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Added missing walk() function |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Added interfaces to {Get,Set}FInfo and accompanying... |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Mwerks now also has fopenrf |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Mwerks version of fopenRF. |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Fix for cfm68k |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Moved here because it is think-specific |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Added resource-files to CVS tree, in binhex form |
commit | commitdiff | tree | snapshot |
| 1995-08-07 |
Jack Jansen | Put resource-files under CVS, in binhex form |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | new sendport() interface; add test() program call |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | added format_* functions (suggestion by Ken M) |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | subtle changes to relative r\7furl joins |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | use mimetools; add error handling and authentication |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | major rewrite using different formatting paradigm |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | changed comment parsing |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | split config.c in 1000 parts; new main; new unfinished... |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | empty kw dict is ok for builtins |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | split cof\7fnfig.c in 1000 little files :-) |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | moved stuff around to resemble main.c |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | add imp.get_frozen_object() |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | avoid resize of 0-length tuple |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | class objects are read-only in restricted mode |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | better err checks in resizetuple |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | new package support, import hooks, restricted execution... |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | added some missing constants |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | keyword arguments; redid Photo image class; other goodies |
commit | commitdiff | tree | snapshot |
| 1995-08-04 |
Guido van Rossum | keyword parameter changes |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | - Use new names |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | New test program for server AE handling |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | minor fix |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | Fixed incorrect call to InstallHandler and a few other... |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | mac CW-only fix for messy windows upon exit |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | Allow mac user to set "command line flags" by option... |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | Added code so you canset "command line options" if you |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | Un-installing of AE handlers fixed (AE is very picky... |
commit | commitdiff | tree | snapshot |
| 1995-07-29 |
Jack Jansen | A new home for scripts/applets |
commit | commitdiff | tree | snapshot |
| 1995-07-28 |
Guido van Rossum | fix bogus DECREF in finally clause |
commit | commitdiff | tree | snapshot |
| 1995-07-28 |
Guido van Rossum | \temporary 'fix' for brokenness |
commit | commitdiff | tree | snapshot |
| 1995-07-28 |
Jack Jansen | Made more ppc-savvy |
commit | commitdiff | tree | snapshot |
| 1995-07-28 |
Jack Jansen | - Added getplatform() |
commit | commitdiff | tree | snapshot |
| 1995-07-28 |
Jack Jansen | Undef 'argument' before including mac headers |
commit | commitdiff | tree | snapshot |
| 1995-07-28 |
Sjoerd Mullender | Module with one function to read Python modules and... |
commit | commitdiff | tree | snapshot |
| 1995-07-26 |
Guido van Rossum | changes for keyword args to built-in functions and... |
commit | commitdiff | tree | snapshot |
| 1995-07-26 |
Guido van Rossum | never close the file in imp.load_... |
commit | commitdiff | tree | snapshot |
| 1995-07-26 |
Guido van Rossum | changes for keyword args to built-in functions and... |
commit | commitdiff | tree | snapshot |
| 1995-07-26 |
Guido van Rossum | changes for keyword args to built-in functions and... |
commit | commitdiff | tree | snapshot |
| 1995-07-26 |
Guido van Rossum | add forgotten PyObject_SetAttrString |
commit | commitdiff | tree | snapshot |
| 1995-07-26 |
Guido van Rossum | add locking where it exists |
commit | commitdiff | tree | snapshot |
| 1995-07-26 |
Guido van Rossum | use newgetargs |
commit | commitdiff | tree | snapshot |
| 1995-07-26 |
Guido van Rossum | improved comments for curses, dbhash |
commit | commitdiff | tree | snapshot |
| next |