]> granicus.if.org Git - python/shortlog
python
1997-10-20 Guido van RossumRemove "." or "" from front of sys.path (this bit me...
1997-10-20 Guido van RossumCatch KeyboardInterrupt separately and propagate it...
1997-10-20 Guido van RossumAdd optional 4th argument to count(), matching find...
1997-10-20 Guido van RossumPatch by Charles G. Waldman to add optional user and...
1997-10-20 Guido van RossumWrite a str() function for class objects that returns
1997-10-20 Guido van RossumDon't use sscanf(s, "%x", &c) to parse \xX... escapes...
1997-10-20 Guido van RossumAdd getintarg(), getlongarg(), getstrarg() to macros...
1997-10-20 Guido van RossumAdd proper (getattrfunc) cast in Pcre_Type.
1997-10-20 Guido van RossumChange sharedmodules to lib-dynload.
1997-10-20 Guido van RossumRemove .pyo files like .pyc files.
1997-10-20 Guido van RossumRename sharedmodules to lib-dynload.
1997-10-20 Guido van RossumSwitch around OPT assignments in Don Beaudry's patch...
1997-10-20 Guido van RossumAIX notes are simpler -- no need to enable sharedlibs...
1997-10-20 Guido van Rossumcount() now has a 4th parameter too. Also rephrased...
1997-10-20 Guido van RossumDocumented exc_info(); also updated exc_type and last_t...
1997-10-20 Guido van RossumAdded separate tests for {}.get().
1997-10-20 Guido van RossumCorrect Barry's fix -- take care of {}.get(0).
1997-10-20 Barry WarsawAdded tests of dict.get()
1997-10-20 Barry Warsawdict_get(): Fixed a couple of stupid mistakes which...
1997-10-15 Fred DrakeChange Python-as-executable-script example to use ...
1997-10-14 Fred Drakesplitpasswd(): The parameter is named "user", not...
1997-10-13 Fred DrakeRestore the \seealso formatting that got lost when...
1997-10-13 Fred DrakeAdd support for ctypedesc, cvardesc, seealso, seemodule...
1997-10-13 Fred DrakeRemove macpath entry -- it is already documented.
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.
next