1997-08-14 |
Guido van Rossum | set LOOPS to 10000 |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Add XXX warning about fishy line |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Use _beginthread() and _endthread() in favor of CreateT... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added Jim Fulton's PyImport_Import(), which calls whatever |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added a bunch of XXX comments about things I'd like... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Merge Mac and Windows mods (which mostly affect the... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Print `a` so encrypted text is shown in ascii, not... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added prototype for PyImport_Import(). |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Updated platform specific notes (it is now more common... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added buffer_info() docs. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Minor typo only. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Add try-finally around main loop. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added (commented-out) defs for use with the build tree... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added QNX remarks. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Don't call sys.exit() all over the place -- simply... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Comment out use of reop.expand_escape and reop._expand... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Use _Py_re_match/search instead of re_match/search... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Fred Lundh's latest versions. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Add dummies for create/delete filehandles, just so... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Documented mime_decode_header() and mime_encode_header(). |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Fixed (and documented, see Doc/libmimify.tex) mime_deco... |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Added Windows NT instructions. |
commit | commitdiff | tree | snapshot |
1997-08-14 |
Guido van Rossum | Changes for building under windows. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Jeremy Hylton | Many changes. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Probably the last VC++ 4.2 makefile I'll check in. |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Small changes to readme and makefile; tested for 1... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | 1.5a3 prerelease 1 from AMK |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Jeremy Hylton | Must update the available space in the output buffer... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | removed getpath_nt.c in favor of revamped getpathp.c |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Much rewritten. Added Win32 registry stuff (from getpa... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Made it real. Changed locking() to work with file... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Some changes to make it work on NT; add the directory... |
commit | commitdiff | tree | snapshot |
1997-08-13 |
Guido van Rossum | Moved PyWin_IsWin32s() here. |
commit | commitdiff | tree | snapshot |
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 |
next |