]> granicus.if.org Git - python/shortlog
python
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".
1997-03-11 Guido van RossumZap all env vars beginning with PYTHON to prevent an...
1997-03-10 Guido van RossumAdded support for imaginary constants (e.g. 0j, 1j...
1997-03-10 Guido van RossumClarify error message for unexpected keyword parameter.
1997-03-07 Guido van RossumRestore old behavior of autotest and testall, using...
1997-03-07 Guido van RossumAdd "extra-verbose" mode, triggered by specifying two...
1997-03-07 Guido van RossumMuch more rigorous testing -- we now try many times...
1997-03-07 Guido van RossumFixed doc string, added __version__, fixed 1 bug.
1997-03-07 Guido van RossumKa-Ping's version.
1997-03-05 Guido van RossumAdd casts to CMPERROR macro to silence SunPro compiler...
1997-03-05 Guido van RossumGreatly renamed. Not a very thorough job -- I'm going...
1997-03-04 Guido van RossumAdd Emacs shell-script directive, SunPro version#,...
1997-03-04 Guido van RossumSolaris and IRIX specific instructions for fpectl.
1997-03-04 Guido van RossumA few comment alignment and clarifications.
1997-03-03 Guido van RossumAdd -O option which sets Py_OptimizeFlag to avoid emitt...
1997-03-03 Guido van RossumAdd global Py_OptimizeFlag.
1997-03-03 Guido van RossumAdd global Py_OptimizeFlag. SET_LINENO is omitted again...
1997-03-03 Guido van RossumAdded intern()
1997-03-03 Guido van RossumAdded ref to StringIO docs.
1997-03-03 Guido van RossumCorrect two typos
1997-03-03 Guido van RossumFix name of PyObject_GetAttrString
1997-03-03 Guido van RossumAdded (minimal) StringIO docs.
1997-02-28 Guido van RossumFix up indentation of examples to use 4 spaces instead...
1997-02-26 Guido van RossumRemove the list of Python users, replace it with a...
1997-02-25 Guido van RossumAdded new ftp mirror site ftp://ftp.cdrom.com/pub/pytho...
1997-02-24 Jack JansenConverted to CW11.
1997-02-24 Jack JansenMake cache-alignment work always (in stead of 50% of...
1997-02-24 Jack Jansen- Changed GestaltEqu.h to Gestalt.h
1997-02-24 Jack Jansen- Changed GestaltEqu.h to Gestalt.h
1997-02-24 Jack JansenRe-generated from new (CW11) universal headers
1997-02-24 Barry Warsaw(python-font-lock-keywords): Use new convention for...
1997-02-23 Guido van RossumRemoving this -- complex numbers are now builtin,
1997-02-21 Guido van RossumChange all three fopen calls to use binary mode.
1997-02-21 Guido van RossumLee's next version. Careful: this now dumps core for...
1997-02-20 Guido van RossumRemoved nonstandard strftime formats (strftime is teste...
1997-02-20 Jack JansenRebuilt everything with Guido's new sources, added...
1997-02-20 Jack JansenAdded calldll module
1997-02-20 Jack Jansen- Put USE_MAC_DYNAMIC_LOADING beack here in stead of...
1997-02-20 Jack JansenOnly go into eventloop/interrupt check 10 times per...
1997-02-20 Jack JansenComments around identifier after #endif
1997-02-20 Jack JansenAdded operator, errno and soundex modules.
1997-02-20 Jack JansenRedid arg/return handling (still not as I would like...
1997-02-19 Guido van RossumRemove some bogus code that would cause a NameError...
1997-02-19 Guido van RossumRemove %n and %t from the list of standard expectations.
1997-02-18 Barry Warsawjoin(): Wax the incorrect leading comment
1997-02-18 Barry WarsawDocument the new join() semantics.
1997-02-18 Guido van RossumRestructured quite a bit, hopefully Lee Busby will...
1997-02-18 Barry Warsawjoin(): join one or more path components
1997-02-18 Barry WarsawAdded a paragraph to describe clear_cache(), and why...
1997-02-18 Barry WarsawDocument the new get_syntax() function.
1997-02-18 Barry WarsawStore the current regex syntax along with the regular...
1997-02-18 Barry Warsawregex_get_syntax(): New module function exported to...
1997-02-18 Guido van RossumPut back #! /usr/local/bin/python. For cgi scripts...
1997-02-17 Guido van RossumChange the question about os.environ changes not workin...
1997-02-17 Guido van RossumTwo changes:
1997-02-17 Jack JansenAn initial stab at calling random C routines from Python
1997-02-17 Jack JansenInitial stab at calling C routines from python dynamically
1997-02-15 Guido van RossumRequire _tkinter -- don't attempt to import tkinter...
1997-02-14 Guido van RossumAdd fpectl and fpetest modules.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumChanges for Lee Busby's SIGFPE patch set.
1997-02-14 Guido van RossumFix the comments for bitwise and/or.
1997-02-14 Guido van RossumKeep gcc -Wall happy.
1997-02-14 Guido van RossumAdded decl for Py_AddPendingCall and include mymalloc...
1997-02-14 Guido van RossumAdd parentheses around && within || as gcc -Wall advises.
1997-02-14 Guido van RossumOops, remove an unused variable from PyErr_Format().
1997-02-14 Guido van RossumAdded decl for Py_FdIsInteractive.
1997-02-14 Guido van RossumAdded decl for Py_InteractiveFlag.
1997-02-14 Guido van RossumMy version of Lee Busby's patches to make '-i' pretend...
1997-02-14 Guido van RossumAdded new global flag variable Py_InteractiveFlag and...
1997-02-14 Guido van RossumAdded PyArg_ParseTupleAndKeywords, PyErr_Format.
1997-02-14 Guido van RossumAdded prototype for PyErr_Format(exception, formatstrin...
1997-02-14 Guido van RossumAdded convenience function PyErr_Format(exception,...
1997-02-14 Guido van RossumAdded .cxx and .cpp to extensions recognized as source...
1997-02-14 Guido van RossumAdded PyArg_ParseTupleAndKeywords() prototype.
1997-02-14 Guido van Rossumdjgpp support.
1997-02-14 Guido van Rossumdjgpp fix (SIGMAX).
1997-02-14 Guido van RossumIssue a more meaningful error if strftime keeps returni...
1997-02-14 Guido van Rossum*Don't* kill all local variables on function exit....
1997-02-14 Guido van RossumSlight tweak: in string_hash(), if the hash hasn't...
1997-02-14 Guido van RossumKill all local variables when the frame is deallocated...
1997-02-14 Guido van RossumGave the Listbox selection methods their correct (longe...
1997-02-14 Guido van RossumChanges by Sjoerd (reformatted).
1997-02-14 Guido van RossumAdded doco for ratecv.
next