]> granicus.if.org Git - python/shortlog
python
1997-08-14 Guido van Rossumset LOOPS to 10000
1997-08-14 Guido van RossumAdd XXX warning about fishy line
1997-08-14 Guido van RossumUse _beginthread() and _endthread() in favor of CreateT...
1997-08-14 Guido van RossumAdded Jim Fulton's PyImport_Import(), which calls whatever
1997-08-14 Guido van RossumAdded a bunch of XXX comments about things I'd like...
1997-08-14 Guido van RossumMerge Mac and Windows mods (which mostly affect the...
1997-08-14 Guido van RossumPrint `a` so encrypted text is shown in ascii, not...
1997-08-14 Guido van RossumAdded prototype for PyImport_Import().
1997-08-14 Guido van RossumUpdated platform specific notes (it is now more common...
1997-08-14 Guido van RossumAdded buffer_info() docs.
1997-08-14 Guido van RossumMinor typo only.
1997-08-14 Guido van RossumAdd try-finally around main loop.
1997-08-14 Guido van RossumAdded (commented-out) defs for use with the build tree...
1997-08-14 Guido van RossumAdded QNX remarks.
1997-08-14 Guido van RossumThe usual
1997-08-14 Guido van RossumDon't call sys.exit() all over the place -- simply...
1997-08-14 Guido van RossumComment out use of reop.expand_escape and reop._expand...
1997-08-14 Guido van RossumUse _Py_re_match/search instead of re_match/search...
1997-08-14 Guido van RossumFred Lundh's latest versions.
1997-08-14 Guido van RossumAdd dummies for create/delete filehandles, just so...
1997-08-14 Guido van RossumDocumented mime_decode_header() and mime_encode_header().
1997-08-14 Guido van RossumFixed (and documented, see Doc/libmimify.tex) mime_deco...
1997-08-14 Guido van RossumAdded Windows NT instructions.
1997-08-14 Guido van RossumChanges for building under windows.
1997-08-13 Jeremy HyltonMany changes.
1997-08-13 Guido van RossumProbably the last VC++ 4.2 makefile I'll check in.
1997-08-13 Guido van RossumSmall changes to readme and makefile; tested for 1...
1997-08-13 Guido van Rossum1.5a3 prerelease 1 from AMK
1997-08-13 Jeremy HyltonMust update the available space in the output buffer...
1997-08-13 Guido van Rossumremoved getpath_nt.c in favor of revamped getpathp.c
1997-08-13 Guido van RossumMuch rewritten. Added Win32 registry stuff (from getpa...
1997-08-13 Guido van RossumMade it real. Changed locking() to work with file...
1997-08-13 Guido van RossumSome changes to make it work on NT; add the directory...
1997-08-13 Guido van RossumMoved PyWin_IsWin32s() here.
1997-08-13 Guido van RossumRemove #define main; remove vc40 from PYTHONPATH.
1997-08-13 Guido van RossumFix bug with \< (AMK).
1997-08-13 Guido van RossumAdd try-finally to close the file after loading it in
1997-08-13 Guido van RossumVarious changes by AMK, e.g. remove \e, \cX, add \v
1997-08-13 Guido van RossumChanges by AMK:
1997-08-13 Guido van RossumAdd syntax for hex,octal
1997-08-13 Guido van RossumcPickle release 0.3 from Jim Fulton
1997-08-12 Guido van RossumNew dialog from Fred Lundh
1997-08-12 Guido van RossumFixes for the Mac. (Jack)
1997-08-12 Guido van RossumChanges suggested by Jim fulton:
1997-08-12 Guido van RossumAdded TemporaryFile and wrapper class by Jim Fulton.
1997-08-12 Guido van RossumAdded decls for stuff from myreadline.
1997-08-12 Guido van RossumMegapatch for IRIX 6 by Sjoerd.
1997-08-12 Guido van RossumAdded prototype for various finalizers.
1997-08-12 Guido van RossumAdded prototype for PyGrammar_RemoveAccelerators().
1997-08-12 Guido van RossumAdded buffer_info() method that returns address and...
1997-08-12 Guido van RossumFix mixup about PyErr_NoMemory() prototype.
1997-08-12 Guido van RossumUse string interning and caching to get speedups on...
1997-08-12 Guido van RossumUse strerror on the mac if using MSL (Jack).
1997-08-12 Guido van RossumBump MS_DLL_ID to 1.5.0.
1997-08-12 Guido van RossumAllow paths without drive specifier (Jack).
1997-08-12 Guido van RossumRewrite normcase() using string.translate...
1997-08-12 Guido van RossumTreat all HTTP/1.* versions the same.
1997-08-11 Guido van RossumTwo changes:
1997-08-11 Guido van RossumRenamed Py_input_hook to PyOS_InputHook.
1997-08-11 Guido van RossumRewrite using class, to make waiting for processes...
1997-08-10 Guido van RossumChanged indents to 4 *spaces*; added Emacs variables...
1997-08-10 Guido van RossumSupport using -p/-P to point to the source/build direct...
1997-08-09 Barry Warsaw#Fixed two byte-compiler errors
1997-08-09 Barry Warsaw#Checkpointing X/Emacs 20'fication of this mode.
1997-08-08 Guido van RossumAdded O_BINARY and O_TEXT (for Windows).
1997-08-08 Guido van RossumMore emphasis on os.environ's calling of putenv; and...
1997-08-08 Barry Warsaw#Bumping to version 3.0
1997-08-08 Jack Jansenmkalias() now has an optional third parameter to create...
1997-08-08 Jack Jansen- Added classes to support class/property generation...
1997-08-08 Jack JansenAdded (dummy) PyOS_FiniInterrupts
1997-08-08 Jack JansenAdapted for 1.5a3: Py_SupressPrintingFlag is gone, and
1997-08-08 Jack JansenNew version number, new tk resources, new error numbers...
1997-08-08 Jack JansenDon't define ENOENT when compiling with MSL
1997-08-08 Jack JansenCW11 projects replaced by CW Pro 1 projects, and all...
1997-08-08 Jack JansenModified for CW Pro 1 projects. Convention used: .mu...
1997-08-08 Jack JansenGenerate class, property and comparison code (finally...
1997-08-07 Guido van RossumRemove unised variable
1997-08-07 Guido van RossumRather unsatisfactory temporary hack to get it to run
1997-08-07 Guido van RossumGot the new structure working with MSVC 4.2.
1997-08-06 Guido van RossumNew version of Vladimir Marangozov's AIX hacks -- simpl...
1997-08-05 Guido van Rossum--with-readline is obsolete (and some editorial stuff...
1997-08-05 Guido van RossumGot rid of --with-readline, at last.
1997-08-05 Guido van RossumAttempt to import readline at interactive startup.
1997-08-05 Guido van RossumMove GNU readline interface to ../Modules/readline.c.
1997-08-05 Guido van RossumNew mechanism for GNU readline interface, via module
1997-08-05 Guido van RossumAdd test for function comparisons
1997-08-05 Guido van RossumFix bug in comparing function objects detected by Sjoerd:
1997-08-05 Guido van RossumGet READABLE c.s. from _tkinter instead of conditional...
1997-08-05 Guido van RossumAdd a cast to the call to _Py_Dealloc in the expanded...
1997-08-05 Guido van RossumAdd pointer to new BSDDB module.
1997-08-05 Guido van Rossumpurported linux portability patch (Oliver Andrich)
1997-08-05 Guido van RossumPy_Cleanup() is now Py_Finalize().
1997-08-05 Guido van RossumMerge Py_Cleanup() into Py_Finalize(). Call the variou...
1997-08-05 Guido van RossumNew rules for deleting modules. Rather than having...
1997-08-05 Guido van RossumRenamed a local label that was accidentally grandly...
1997-08-05 Guido van RossumAdded _Fini() routines to free up some memory
1997-08-05 Guido van RossumChange the Fini function to only remove otherwise unref...
1997-08-05 Guido van RossumAdded separate free list for cfunction (builtin method...
1997-08-05 Guido van RossumProvide a dummy empty directory as f_builtins instead...
1997-08-05 Guido van RossumAdded separate free list for instance method objects...
next