]> granicus.if.org Git - python/shortlog
python
1997-04-09 Guido van RossumChanged the way the C API was exported. Jim Fulton.
1997-04-09 Guido van RossumNew version by Digital Creations, supports binary forma...
1997-04-09 Guido van RossumPing's latest. Fixes triple quoted strings ending...
1997-04-09 Jack JansenNewMovieFromFile has extra parameter and return value
1997-04-09 Jack JansenEnabled resID input/output parameter to NewMovieFromFil...
1997-04-08 Guido van Rossumwhile (1) -> while 1. Sorry.
1997-04-08 Guido van RossumSearch for a valid begin line instead of requiring...
1997-04-08 Jack Jansen(Optional) MSL compatability
1997-04-08 Jack JansenDisposPtr -> DisposePtr
1997-04-08 Jack JansenChanged the few old routine names still used to the...
1997-04-08 Jack JansenChanged [SG]etCRefCon to [SG]etControlReference
1997-04-08 Jack JansenModified for (optional) use of MSL
1997-04-08 Jack JansenFixed for compiling without OLDROUTINENAMES and OLDROUT...
1997-04-08 Guido van RossumKa-Ping's muich improved version of March 26, 1997:
1997-04-06 Guido van RossumSupport for alternative string quotes (a"xx", b"xx...
1997-04-06 Guido van RossumSupport for alternative string quotes (a"xx", b"xx...
1997-04-03 Guido van RossumVarious status updates.
1997-04-03 Guido van RossumAdded site
1997-04-03 Guido van RossumNew stuff by AMK.
1997-04-03 Guido van RossumRemove a redundant XINCREF(value). This caused the...
1997-04-03 Guido van RossumNew version by Sjoerd, with support for IRIX 6 audio...
1997-04-03 Jack JansenAdded an attribute string_id_to_buffer, which gives...
1997-04-03 Jack Jansen- Most errors are *not* OSErr style, so raise better...
1997-04-03 Jack JansenStill not a real test, but at least it runs again
1997-04-03 Jack JansenUse MacOS.string_id_to_buffer for id() to buffer addres...
1997-04-03 Jack JansenUse MacOS.string_id_to_buffer for the hack to convert...
1997-04-03 Guido van RossumChecked in some new Tk demos that I wrote a while ago.
1997-04-02 Fred DrakeSmall grammatical touchups:
1997-04-02 Guido van RossumWhole lotta changes.
1997-04-02 Guido van Rossumuse /usr/bin/env
1997-04-02 Guido van RossumAdded replace() implementation by Perry Stoll (debugged...
1997-04-02 Guido van RossumSpell Unix, not UNIX.
1997-04-02 Guido van RossumHorrible hack to split up code '--' to prevent
1997-04-02 Guido van RossumAdd complex().
1997-04-02 Guido van RossumAdd cross-refs for int() to atoi() etc.
1997-04-02 Guido van RossumChanged my mind on replace().
1997-04-02 Guido van RossumAdd #! line.
1997-04-02 Guido van RossumNew doc strings.
1997-04-02 Guido van RossumFix two small bugs with proxies.
1997-04-02 Guido van RossumNew symbols due to assert statement.
1997-04-02 Guido van RossumNew test output for test_builtin
1997-04-02 Guido van RossumWin32 precision clock() -- Mark Hammond.
1997-04-02 Guido van RossumSupport include statement :-(
1997-04-02 Guido van RossumSupport assert stmt.
1997-04-02 Guido van RossumSeveral fixes reported by jim F.
1997-04-02 Guido van RossumAllow passing a .pyo file.
1997-04-02 Guido van RossumAdded assert statement.
1997-04-02 Guido van RossumAdded assert grammar.
1997-04-02 Guido van RossumAllow leading underscore in keywords.
1997-04-02 Guido van RossumAdded AssertionError.
1997-04-02 Guido van RossumAdded __assert__ statement (later to be renamed)
1997-04-02 Guido van RossumOptimized the hell out of listmessages().
1997-04-01 Guido van RossumGet rid of .conj pseudo data attribute for complex...
1997-03-31 Guido van RossumRemove ConflictError (which was also removed from bltin...
1997-03-31 Guido van Rossumremove ConflictError
1997-03-31 Guido van RossumRemove ConflictError, add InteractiveFlag, CObject_Type...
1997-03-31 Guido van Rossum1. Add string conversions to int(), long(), float(...
1997-03-31 Guido van RossumAdded test of complex() (that catches a bug in 1.4!).
1997-03-27 Guido van RossumAdded a list of the main undocumented extension modules.
1997-03-27 Guido van RossumAdded docs for UserDict,UserList
1997-03-25 Guido van RossumAdded docs for glob and mailcap
1997-03-25 Guido van RossumAdded docs for glob
1997-03-25 Guido van RossumAdded docs for mailcap
1997-03-25 Guido van RossumChange by Andrew Kuchling (edited by Guido):
1997-03-25 Guido van RossumAdded two new questions about number conversions.
1997-03-25 Roger E. MasseAs per GvR recomendation, added support for a 'sync...
1997-03-25 Guido van RossumAdded new functions replace() and replace1().
1997-03-25 Guido van RossumAdded docs for replace() and replace1().
1997-03-25 Roger E. MasseAdded a 'sync' method to shelve. If the underlying...
1997-03-25 Guido van RossumRemove untrue statement about . and .. being included...
1997-03-21 Guido van RossumAdd clear() method to dictionary objects.
1997-03-21 Guido van RossumRemoved 'marshal' from the list of "ok" built-in functi...
1997-03-20 Guido van RossumFix typo (missing $ in )
1997-03-20 Guido van RossumPing's new version -- more efficient at finding the...
1997-03-20 Guido van RossumAdded __assert__.
1997-03-20 Guido van RossumKa-Ping Yee's version is better:
1997-03-20 Guido van RossumSimple module to publish list of Python keywords.
1997-03-20 Guido van RossumAvoid crashes with nested multipart/mixed parts.
1997-03-19 Guido van RossumAdded note about adding \n to source for exec and compile.
1997-03-16 Guido van RossumAdded Q. about HTTP/1.1.
1997-03-16 Guido van RossumNew long_lshift, without restriction on size of shift...
1997-03-14 Guido van RossumRemove err_input -- there is no such global!
1997-03-14 Guido van RossumNew form of PyFPE_END_PROTECT macro.
1997-03-14 Guido van RossumInclude setjmp.h so it compiles if WANT_SIGFPE_HANDLER...
1997-03-14 Guido van RossumRemove redundant references to thread stuff -- long...
1997-03-14 Guido van RossumAdd Macros defining new names for all external symbols.
1997-03-14 Guido van RossumChange PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). ...
1997-03-14 Guido van RossumImplement find_class() without exec statement.
1997-03-14 Guido van RossumChange the list() function to match the documentation...
1997-03-14 Guido van RossumAdded Fred Drake's netrc parser class.
1997-03-14 Guido van RossumSupport disassembly of a variety of objects through...
1997-03-14 Guido van RossumAdd optional 4th argument to [r]find and [r]index ...
1997-03-14 Guido van RossumAdd a rough list of undocumented stuff at the end.
1997-03-14 Guido van RossumHint about [\] trick to avoid quad backslashes.
1997-03-13 Fred Draketarget libinstall:
1997-03-13 Fred Drakecompile(): Use the __debug__ flag to determine the...
1997-03-11 Guido van RossumFix dumb bug calling parsestrplus with wrong node as...
1997-03-11 Guido van RossumDefine __debug__ as 0 if -O is given, 1 otherwise....
1997-03-11 Guido van RossumAdded support for ``if __debug__:'' -- if -O is given...
1997-03-11 Guido van RossumWhen -O is given, use ".pyo" instead of ".pyc".
next