1997-08-13 |
Guido van Rossum | Remove #define main; remove vc40 from PYTHONPATH. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Fix bug with \< (AMK). |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Add try-finally to close the file after loading it in |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Various changes by AMK, e.g. remove \e, \cX, add \v |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Changes by AMK: |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Add syntax for hex,octal |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | cPickle release 0.3 from Jim Fulton |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | New dialog from Fred Lundh |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Fixes for the Mac. (Jack) |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Changes suggested by Jim fulton: |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added TemporaryFile and wrapper class by Jim Fulton. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added decls for stuff from myreadline. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Megapatch for IRIX 6 by Sjoerd. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added prototype for various finalizers. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added prototype for PyGrammar_RemoveAccelerators(). |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Added buffer_info() method that returns address and... |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Fix mixup about PyErr_NoMemory() prototype. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Use string interning and caching to get speedups on... |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Use strerror on the mac if using MSL (Jack). |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Bump MS_DLL_ID to 1.5.0. |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Allow paths without drive specifier (Jack). |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Rewrite normcase() using string.translate... |
commit | commitdiff | tree | snapshot |
1997-08-12 |
Guido van Rossum | Treat all HTTP/1.* versions the same. |
commit | commitdiff | tree | snapshot |
1997-08-11 |
Guido van Rossum | Two changes: |
commit | commitdiff | tree | snapshot |
1997-08-11 |
Guido van Rossum | Renamed Py_input_hook to PyOS_InputHook. |
commit | commitdiff | tree | snapshot |
1997-08-11 |
Guido van Rossum | Rewrite using class, to make waiting for processes... |
commit | commitdiff | tree | snapshot |
1997-08-10 |
Guido van Rossum | Changed indents to 4 *spaces*; added Emacs variables... |
commit | commitdiff | tree | snapshot |
1997-08-10 |
Guido van Rossum | Support using -p/-P to point to the source/build direct... |
commit | commitdiff | tree | snapshot |
1997-08-09 |
Barry Warsaw | #Fixed two byte-compiler errors |
commit | commitdiff | tree | snapshot |
1997-08-09 |
Barry Warsaw | #Checkpointing X/Emacs 20'fication of this mode. |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Guido van Rossum | Added O_BINARY and O_TEXT (for Windows). |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Guido van Rossum | More emphasis on os.environ's calling of putenv; and... |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Barry Warsaw | #Bumping to version 3.0 |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | mkalias() now has an optional third parameter to create... |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | - Added classes to support class/property generation... |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | Added (dummy) PyOS_FiniInterrupts |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | Adapted for 1.5a3: Py_SupressPrintingFlag is gone, and |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | New version number, new tk resources, new error numbers... |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | Don't define ENOENT when compiling with MSL |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | CW11 projects replaced by CW Pro 1 projects, and all... |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | Modified for CW Pro 1 projects. Convention used: .mu... |
commit | commitdiff | tree | snapshot |
1997-08-08 |
Jack Jansen | Generate class, property and comparison code (finally... |
commit | commitdiff | tree | snapshot |
1997-08-07 |
Guido van Rossum | Remove unised variable |
commit | commitdiff | tree | snapshot |
1997-08-07 |
Guido van Rossum | Rather unsatisfactory temporary hack to get it to run |
commit | commitdiff | tree | snapshot |
1997-08-07 |
Guido van Rossum | Got the new structure working with MSVC 4.2. |
commit | commitdiff | tree | snapshot |
1997-08-06 |
Guido van Rossum | New version of Vladimir Marangozov's AIX hacks -- simpl... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | --with-readline is obsolete (and some editorial stuff... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Got rid of --with-readline, at last. |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Attempt to import readline at interactive startup. |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Move GNU readline interface to ../Modules/readline.c. |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | New mechanism for GNU readline interface, via module |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Add test for function comparisons |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Fix bug in comparing function objects detected by Sjoerd: |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Get READABLE c.s. from _tkinter instead of conditional... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Add a cast to the call to _Py_Dealloc in the expanded... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Add pointer to new BSDDB module. |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | purported linux portability patch (Oliver Andrich) |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Py_Cleanup() is now Py_Finalize(). |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Merge Py_Cleanup() into Py_Finalize(). Call the variou... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | New rules for deleting modules. Rather than having... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Renamed a local label that was accidentally grandly... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Added _Fini() routines to free up some memory |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Change the Fini function to only remove otherwise unref... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Added separate free list for cfunction (builtin method... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Provide a dummy empty directory as f_builtins instead... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Added separate free list for instance method objects... |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Added _Py_ResetReferences(), if tracing references. |
commit | commitdiff | tree | snapshot |
1997-08-05 |
Guido van Rossum | Added Py_Malloc and friends as well as PyMem_Malloc... |
commit | commitdiff | tree | snapshot |
1997-08-04 |
Guido van Rossum | Plug memory leak (DECREF doc string properly after... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | The reload(sys) test no longer works due to changes... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Oops, one more checkin. Use the new tstate/interp... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | The last of the mass checkins for separate (sub)interpr... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Removed fatal errors from Py_Initmodule4() (and thus... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Added finalization routines. |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Add finialization routines; fixed some memory leaks... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Free the malloc'ed buffer that holds the command once... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Avoid function calls to access the current thread state... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Added internal routine PyString_Fini() which deletes... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Mass checkin (more to follow for other directories). |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Add cast to PyInt_AS_LONG macro, as suggested by Marc... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Add cast to PyFloat_AS_DOUBLE macro, as suggested by... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Add a simple way to enable purify; now you can set... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Print ps (process status) for us when starting a new... |
commit | commitdiff | tree | snapshot |
1997-08-02 |
Guido van Rossum | Functionality enhancement: allow other threads to use... |
commit | commitdiff | tree | snapshot |
1997-08-01 |
Guido van Rossum | Compatibility with Tcl/Tk 8.0b*. |
commit | commitdiff | tree | snapshot |
1997-07-31 |
Guido van Rossum | Add definitions for symbolic constants LOCK_{EX,NB... |
commit | commitdiff | tree | snapshot |
1997-07-31 |
Guido van Rossum | Extend the "Don Beaudry hack" with "Guido's corollary... |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Guido van Rossum | Added mimify docs (Sjoerd). |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Guido van Rossum | Mention decode_base64 in example. |
commit | commitdiff | tree | snapshot |
1997-07-30 |
Fred Drake | l2h target: l2htut was listed twice and l2hapi was... |
commit | commitdiff | tree | snapshot |
1997-07-28 |
Jack Jansen | Final set of CW11 projects, before switch to CW Pro 1. |
commit | commitdiff | tree | snapshot |
1997-07-27 |
Guido van Rossum | Finally plug the memory leak caused by syntax error... |
commit | commitdiff | tree | snapshot |
1997-07-26 |
Guido van Rossum | Plugged a leak. (The same as the one plugged in compil... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Moved the special compile of getbuildno.o to ../Makefil... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Build getbuildno.o here, to adequately update it every... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Use Py_NewInterpreter() and friends. Remove saving... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Plug a leak in code_dealloc() (and reordered the deallo... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Tweaks by Lars Wirzenius to parse some more forms of... |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Added createmessage() -- Lars Wirzenius. |
commit | commitdiff | tree | snapshot |
1997-07-25 |
Guido van Rossum | Patch by Lars Wirzenius to allow f.readline(length). |
commit | commitdiff | tree | snapshot |
next |