]> granicus.if.org Git - python/shortlog
python
1997-08-15 Guido van RossumLast minut changes for \B, \S (?). AMK.
1997-08-15 Jack JansenRegenerated
1997-08-15 Jack JansenAdded support for WCTabHandle, AuxWinHandle, PixPatHand...
1997-08-15 Jack JansenAdded #include <string.h> for memcpy()
1997-08-15 Jack JansenAdded support for GDHandle, CTabHandle, ITabHandle...
1997-08-15 Jack JansenAdded GetAuxiliaryControlRecord and SetControlColor...
1997-08-15 Jack JansenMade AEDesc_{New,Convert} global
1997-08-15 Guido van RossumAnother checkpoint -- reorganized, in sections.
1997-08-15 Guido van Rossumthe usual
1997-08-15 Guido van RossumDate
1997-08-15 Guido van Rossum.
1997-08-15 Guido van RossumKeep gcc -Wall happy
1997-08-15 Guido van RossumCheckpoint checkin of list of changes. Much more to...
1997-08-15 Guido van RossumThe usual.
1997-08-15 Guido van RossumAdded std copyright notice.
1997-08-14 Guido van RossumOops, there was a bug in the output formatting - the...
1997-08-14 Guido van RossumAdded AMK's first cut at docs for re.py
1997-08-14 Guido van RossumDevStudio (CV++ 5.0) Project files.
1997-08-14 Guido van RossumUpdated for new situation; added VC++ 5.0 info and...
1997-08-14 Guido van RossumMoved some non-standard format characters out of the...
1997-08-14 Guido van RossumAdded logmerge.py
1997-08-14 Guido van RossumConsolidate a bunch of CVS or RCS logs read from stdin.
1997-08-14 Guido van RossumOK, reop is safe again.
1997-08-14 Guido van RossumFixed refcount bug (thank you, Purify and AMK).
1997-08-14 Jeremy HyltonSeveral bug fixes.
1997-08-14 Guido van RossumAdded more stuff on initialization (still rudimentary)
1997-08-14 Guido van RossumAdded new intro sections (incomplete); fixed various...
1997-08-14 Guido van RossumNew version (changes are so minor that I don't bother...
1997-08-14 Guido van RossumOf course, this file should be empty except for an...
1997-08-14 Guido van RossumAdd a separate SRC directory and insert it in front...
1997-08-14 Guido van RossumAdd missing semicolon to '&gt;'.
1997-08-14 Guido van RossumAdded cvsfiles.py and treesync.py
1997-08-14 Guido van RossumSource tree synchronization tool (for Windowes, mostly)
1997-08-14 Guido van RossumPrint a list of files under CVS.
1997-08-14 Guido van Rossumsupport C++ comments
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).
next