]> granicus.if.org Git - python/shortlog
python
1998-04-15 Fred DrakeFix the broken PDF links, really this time!
1998-04-15 Fred DrakeChange the form of the name given to each page of the...
1998-04-15 Fred DrakeAdded dependency on the tools/toc2bkm.py script for...
1998-04-15 Jack JansenTabnanny fixes
1998-04-15 Jack JansenAdded declarations for mac{set,get}filetype
1998-04-15 Jack JansenAdded Sndihooks
1998-04-15 Jack JansenModule with hooks for sound input
1998-04-15 Jack JansenReindented some of the C code
1998-04-15 Jack JansenLast projects before 1.5.1
1998-04-15 Jack JansenAdded Sndihooks module
1998-04-14 Guido van RossumSome patches by Drew Csillag; plus a few of my own...
1998-04-14 Fred DrakeUse shorter labels; using long labels creates problems...
1998-04-14 Fred DrakeAdded entry for Tkdnd.py.
1998-04-14 cvs2svnThis commit was manufactured by cvs2svn to create tag... v1.5.1
1998-04-14 Guido van RossumOops -- Lib/Test should be Lib/test, of course!
1998-04-14 Guido van RossumAdd connect_ex to list of methods.
1998-04-13 Guido van RossumMissing symbols reported by Andrew Loewenstern.
1998-04-13 Guido van RossumUpdate version.
1998-04-13 Fred DrakeUpdate to use the new release number. Will generalize...
1998-04-13 Fred DrakeAdd RELEASE make variable; this gets the entire release...
1998-04-13 Guido van RossumSome more new stuff.
1998-04-13 Fred DrakeAdded item in Misc. for getpass module.
1998-04-13 Fred DrakeFix version number.
1998-04-13 Guido van RossumTypo in usage message.
1998-04-13 Guido van RossumMove 'dict' struct member to end of struct. This ensur...
1998-04-13 Guido van RossumBe nicer to systems that have neither termios nor msvcrt.
1998-04-13 Guido van RossumThe usual edits... Updated some stuff about the mailin...
1998-04-13 Fred DrakeNo more threats, just list the new methods under "AST...
1998-04-13 Fred DrakeThe documentation threatened it would happen -- the...
1998-04-13 Guido van RossumTwo more, for beta testers who reported real bugs.
1998-04-13 Guido van RossumDon't allow unescaped newlines in doc strings.
1998-04-13 Guido van RossumWhoops! Add a missing 'instantiated = 1' to load_inst...
1998-04-13 Fred DrakeAdd a note that pickling is supported.
1998-04-13 Fred DrakeAdded support for pickling ast objects.
1998-04-13 Fred DrakeRevert markup around list of display fields from the...
1998-04-13 Guido van RossumSupport for OpenBSD :-(
1998-04-13 Fred DrakeFix bug in little-used markup: don't forget to pass...
1998-04-13 Fred DrakeFixed example to load the startup file from a script...
1998-04-13 Fred DrakeTypo: (and often severly limited) -- severely
1998-04-13 Fred Drake"ZeroDevisionError" --> "ZeroDivisionError"
1998-04-12 Fred DrakeFix typo. (What I get for trying to fix bugs at home...
1998-04-12 Fred DrakeDon't append () to the name of an object attribute...
1998-04-12 Fred DrakeUse {methoddesc} instead of {funcdesc} for object methods.
1998-04-12 Fred DrakeAdd cPickle to the list of modules in the chapter.
1998-04-12 Fred DrakeAdd cStringIO to the list of modules in the chapter.
1998-04-12 Fred DrakeThe built-in exceptions are not still strings, so make...
1998-04-12 Fred DrakeIn descriptions of Py_GetPrefix() and Py_GetExecPrefix...
1998-04-12 Fred DrakeAdded a simpler, working {verbatim} support that genera...
1998-04-12 Fred DrakeRemoved partially broken {verbatim} support.
1998-04-11 Fred DrakeLighten up tables.
1998-04-11 Fred DrakeChange order of \seemodule macros at end of pickle...
1998-04-11 Fred DrakeDocument cPickle and cStringIO.
1998-04-11 Fred DrakeModule docstring indicated seek() isn't implemented...
1998-04-11 Fred DrakeWhen the text of a table cell should be wrapped, used...
1998-04-11 Fred DrakeAdd a comment to indicate the methods of the StringIO...
1998-04-11 Guido van RossumReject empty module names -- otherwise __import__(...
1998-04-11 Fred DrakeRemove imaplib from the undocumented list.
1998-04-11 Fred DrakeInclude () after function name.
1998-04-11 Fred DrakeWhen the text of a table cell should be wrapped, used...
1998-04-11 Fred DrakeMinor housing cleaning in HTML that gets generated.
1998-04-11 Fred DrakeRemove over-active replace-string turds.
1998-04-11 Guido van RossumSome robustness checks in Py_ReprLeave() in the unlikel...
1998-04-11 Fred DrakeUse {memberdesc} to mark the instance attributes.
1998-04-11 Fred DrakeHmmm... better add some \label macros for logical addre...
1998-04-11 Fred DrakeIt's "Lauder", not "Lauders"!
1998-04-11 Fred DrakeUpdate the module index support to use the changed...
1998-04-11 Fred DrakeFormatting nits.
1998-04-11 Fred DrakeShift index entries around a little so the HTML doesn...
1998-04-11 Fred DrakeAdd imaplib to appropriate lists.
1998-04-11 Fred DrakeRemove obsolete module soundex from list of modules.
1998-04-11 Fred DrakeRemove obsolete module rand from list of modules.
1998-04-11 Fred DrakeFirst cut at documentation for imaplib. Based on origi...
1998-04-11 Fred Drakedo_env_memberdesc(): Fix argument parsing for {memberd...
1998-04-11 Guido van RossumNew revision -- sometimes it's AUTH-LOGIN, sometimes...
1998-04-11 Guido van RossumAvoid using the obsolete rand module; and improve the...
1998-04-11 Guido van RossumSet version and title to Python 1.5.1.
1998-04-11 Guido van RossumOops, ".\DLLs" should be in the default path now.
1998-04-11 Guido van RossumNew version doesn't require REV1 capability.
1998-04-11 Guido van RossumOops -- remove some debug print statements!
1998-04-10 Guido van RossumMove #include <sys/param.h> to before osdefs.h (Donn...
1998-04-10 Guido van RossumComment out a label on an #endif.
1998-04-10 Guido van RossumUse Py_Repr{Enter,Leave} to display recursive lists...
1998-04-10 Guido van RossumUse Py_Repr{Enter,Leave} to display recursive dictionar...
1998-04-10 Guido van RossumAdd implementations of Py_Repr{Enter,Leave}.
1998-04-10 Guido van RossumAdd prototypes for Py_Repr{Enter,Leave}.
1998-04-10 Guido van RossumMake new gcc -Wall happy
1998-04-10 Guido van RossumMake new gcc -Wall happy
1998-04-10 Guido van RossumMake new gcc -Wall happy
1998-04-10 Guido van RossumAddress warnings issued by the MSVC++ compiler
1998-04-10 Guido van RossumREADME ready for 1.5.1
1998-04-10 Guido van RossumDelete reopmodule.c
1998-04-10 Guido van RossumDelete references to initreop().
1998-04-10 Guido van RossumAdd HAVE_MKTIME.
1998-04-10 Guido van RossumChange the example of what's in scripts/.
1998-04-10 Guido van RossumDelete reference to reopmodule.c. Add comment about...
1998-04-10 Guido van RossumDelete this obsolete module.
1998-04-10 Guido van RossumAdd dict struct member and PyThreadState_GetDict()...
1998-04-10 Guido van Rossum/* An extension mechanism to store arbitrary additional...
1998-04-10 Guido van RossumAdded changes from 1.5 to 1.5.1.
1998-04-10 Guido van RossumDocument -x too.
next