]> granicus.if.org Git - python/shortlog
python
1997-10-13 Fred Drakesocket_type ==> SocketType
1997-10-13 Fred DrakeRemove superfluous comman from between "not" and "in...
1997-10-13 Fred Drakestruct _frozen:
1997-10-10 Guido van RossumShared libraries didn't quite work under AIX because...
1997-10-10 Guido van RossumDarn. When thread support is disabled, the BEGIN/END...
1997-10-10 Jack JansenUpdated (but still not up to date)
1997-10-10 Jack JansenBuild balloon help for EditPythonPrefs
1997-10-10 Jack JansenFixup sys.path to be able to find macostools
1997-10-10 Jack Jansen1.5a4 relnotes
1997-10-10 Jack JansenProjects used for 1.5a4
1997-10-09 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5a4
1997-10-09 Guido van RossumFinal touch -- Don's SGI_ABI patches.
1997-10-09 Guido van RossumDon Beaudry's changes to support SGI_ABI on Irix 6.x.
1997-10-09 Fred DrakeRemove requirement for strdup() since it causes so...
1997-10-08 Guido van RossumTypo in description of news in errno; added setlocale...
1997-10-08 Guido van RossumAdd call to setlocale(LC_ALL, "").
1997-10-08 Guido van RossumAdd checks for setlocale() and <locale.h>
1997-10-08 Guido van RossumPut back the extern declaration for strdup(), between...
1997-10-08 Jack Jansen1.5a3 relnotes (1.5a4 to follow later)
1997-10-08 Jack JansenUpdated for 1.5a4
1997-10-08 Jack JansenAdded pcre module
1997-10-08 Jack JansenBug fix for fast module location
1997-10-08 Jack JansenUpped version to 1.5a4, changed sys.path initialization...
1997-10-08 Guido van Rossumtimezone support for macintosh (Jack)
1997-10-08 Guido van RossumInclude macbuildno.h here (mac only) (Jack)
1997-10-08 Guido van Rossumlots of "goto error" replaced by "return" (Jack)
1997-10-08 Guido van RossumConverted to new exception style (Jack)
1997-10-08 Guido van RossumMac does support createfilehandler now (Jack)
1997-10-08 Guido van RossumMoved mac-specific speedup to a different place (Jack)
1997-10-08 Guido van RossumFixed for WITHOUT_COMPLEX compilation (Jack)
1997-10-08 Guido van RossumOpen files in binary mode (Jack)
1997-10-08 Guido van RossumUse better timer on the mac
1997-10-08 Guido van RossumAllow open file as parameter (must be seekable) (Jack)
1997-10-08 Guido van RossumGenerate new style exception initializer (Jack).
1997-10-08 Guido van RossumReady for the release, I'd say.
1997-10-08 Guido van RossumChange test for re.sub() involving g<...> to use a...
1997-10-08 Guido van RossumChecking in AMK's latest installement.
1997-10-08 Guido van RossumChecking in AMK's latest installement.
1997-10-07 Jack JansenImplemented nositepython and oldexceptions flags
1997-10-07 Jack JansenFixed for new "import dir.module" semantics. Needs...
1997-10-07 Jack JansenNew exception interface
1997-10-07 Guido van RossumUse `...` around binary strings.
1997-10-07 Fred Drakeinitparser(): Use PyErr_NewException() to create the...
1997-10-07 Guido van RossumA few last-minute additions and some rearrangements...
1997-10-07 Guido van RossumFix EventHook (the trick to make widgets appear when...
1997-10-07 Fred DrakeRemove this pathetic little module!
1997-10-07 Guido van RossumAdd the Setup line for the pcre module.
1997-10-07 Barry WarsawUpdated for Python 1.5, including my experiences with...
1997-10-07 Guido van RossumMap .shtml to text/html.
1997-10-07 Guido van RossumVersion 0.8.1.
1997-10-07 Guido van RossumAdd "set -e" to lock command.
1997-10-07 Guido van RossumThe target directory is now called dos-8x3, not dos_8x3.
1997-10-07 Guido van RossumCheck that all base classes are indeed class objects...
1997-10-07 Guido van RossumAdd get_line_buffer() and insert_text(), suggested...
1997-10-07 Guido van RossumWhole bunch of additions...
1997-10-07 Guido van RossumTemporary fix to valid_identifier().
1997-10-07 Guido van RossumReturn the error code from most commands, rather than...
1997-10-07 Guido van RossumFix join to support multiple arguments.
1997-10-07 Guido van RossumAdd XXX note about wanting support for copy_reg.py...
1997-10-07 Guido van RossumAdd Jeff Epler's interact() function. Note that it...
1997-10-07 Guido van RossumAdd optional arguments lo and hi to insort() and bisect...
1997-10-07 Guido van RossumUse K&R function prototypes.
1997-10-07 Guido van RossumThe sequence behavior is now on the Exception root...
1997-10-07 Guido van RossumAdded pointer to api.tex and note about the out-of...
1997-10-07 Guido van RossumSet Oct 10 as the release date.
1997-10-07 Guido van RossumChange title to {Python/C API Reference Manual}; remove...
1997-10-07 Guido van RossumTypo discovered by Case Roole.
1997-10-07 Guido van RossumBe more careful with closing fd's 0,1,2.
1997-10-07 Guido van RossumAdd note about condition.py.
1997-10-07 Guido van RossumCompleted the changes between 1.5a3 and now. Not yet...
1997-10-06 Fred DrakeAnd "ni" has been documented...
1997-10-06 Fred DrakeOops; don't know if this was my typo or not: There...
1997-10-06 Fred DrakeUpdated the section "Parsing Python".
1997-10-06 Fred DrakeAdded keyword module entry.
1997-10-06 Fred DrakeMinor nits (Lib/token.py is a file, token is a module...
1997-10-06 Fred DrakeDocumentation for the keyword module.
1997-10-06 Fred DrakeReduced number of temporary names used at module scope...
1997-10-06 Fred DrakeMove the pprint docs after the code docs, so that all...
1997-10-06 Guido van RossumFix comment to add the all-important trailing colon...
1997-10-06 Fred DrakeReduced number of temporary names used at module scope...
1997-10-06 Guido van RossumDone with adding changes from 1.4 till 1.5a3.
1997-10-06 Fred DrakeDon't do weird things with the "import parser"; just...
1997-10-06 Guido van RossumThe usual (and some new modules).
1997-10-06 Guido van RossumA variant on webchecker that creates a mirror copy...
1997-10-06 Guido van RossumSeveral changes:
1997-10-06 Barry WarsawDocument the mapping object's new get() method.
1997-10-06 Barry WarsawUserDict.get(): New method to mirror built-in dictionar...
1997-10-06 Barry Warsawdict_get(): New method for item access with different...
1997-10-06 Fred DrakeMove the __getitem__() definition from StandardExceptio...
1997-10-06 Guido van RossumNew "re" regular expression support.
1997-10-06 Guido van RossumNew "re" regular expression support.
1997-10-06 Fred DrakeAdd the four latex2html output directories: api, ext...
1997-10-06 Guido van RossumDone with tread state descriptions. Sigh!
1997-10-06 Guido van RossumOops -- needed to fix another place affected by the...
1997-10-05 Guido van RossumAdded strerror()
1997-10-05 Guido van RossumRemoved emacs.py
1997-10-05 Guido van RossumFixed some stuff that was incorrectly copied from regex.
1997-10-05 Guido van RossumDocumented __import__, callable, isinstance, issubclass,
1997-10-05 Guido van RossumDocumented new exceptions and exception classes.
1997-10-05 Guido van RossumAdd -N0 to dvips flags to generate page structure comments.
next