]> granicus.if.org Git - python/shortlog
python
1998-07-01 Fred DrakeFix the \kbd definition so it didn't leave the courier...
1998-07-01 Fred DrakeMark the actual SMTP commands (HELO, etc.) the same...
1998-07-01 Andrew M. KuchlingAdded a section to the chapter on modules, describing...
1998-06-30 Guido van RossumNew blood.
1998-06-30 Guido van RossumImproved test set for int() and long() string conversions.
1998-06-30 Guido van RossumGet rid of the lock; it's no longer needed.
1998-06-30 Guido van Rossum# Be more definite about the MIPSpro compiler bug being...
1998-06-30 Guido van RossumDocument __copy__() and __deepcopy__() methods.
1998-06-30 Fred DrakeUse the real name of the module: "smtplib", not "smtp".
1998-06-30 Guido van RossumNote that readline returns '' on EOF, not "EOF" (whatev...
1998-06-30 Guido van RossumClearly I was to quick with the previous commit...
1998-06-30 Guido van RossumDocumented the pop() method for lists.
1998-06-30 Guido van RossumDocumented os.linesep (line separator).
1998-06-30 Guido van RossumAdd pop method.
1998-06-30 Guido van RossumAdded doc strings for methods and a new pop() method.
1998-06-30 Guido van RossumAs suggested by pson@pson.pp.se, correct the docs for...
1998-06-30 Guido van RossumFix the comments describing the return values of the...
1998-06-30 Andrew M. KuchlingChanged URL to crypto page.
1998-06-29 Guido van RossumFix by Sjoerd Mullender to support symbolic links and...
1998-06-29 Guido van RossumDocument new default arg to groups() and new functions...
1998-06-29 Guido van RossumFix a stupid little bug: len() of an unsized returns...
1998-06-29 Guido van RossumAdd PyImport_AppendInittab() an PyImport_ExtendInittab().
1998-06-29 Guido van RossumFor completeness, add a dummy load_package() method...
1998-06-29 Guido van RossumSupport loading of packages. (I had this coded up...
1998-06-29 Guido van RossumAdded findall() to RegexObject -- return a list of...
1998-06-29 Guido van RossumImproved by Eric Raymond.
1998-06-29 Guido van Rossum# Make tabnanny happy.
1998-06-29 Guido van RossumImproved by Eric Raymond.
1998-06-29 Guido van RossumExperimental feature: add default argument to getattr().
1998-06-29 Guido van RossumUnsigned 1 and 2 byte sized formats shouldn't result...
1998-06-29 Guido van RossumOops! Of course, Tim is right -- when the item is...
1998-06-28 Guido van RossumSpeed-up unquote(), inspired by post from Daniel Walton.
1998-06-28 Guido van RossumNote that no .pyc/.pyo files are created for script...
1998-06-28 Guido van RossumNow cmd is documented too.
1998-06-28 Guido van RossumDocumented smtplib, multifile
1998-06-28 Guido van RossumDocumented cmd, smtplib, multifile
1998-06-28 Guido van RossumAdded cmd, smtplib, multifile
1998-06-28 Guido van RossumContributions by Eric Raymond: documentation for modules
1998-06-28 Guido van Rossum# Added missing semicolon (was #ifdef'ed out in edit...
1998-06-28 Guido van RossumAdded doc strings.
1998-06-27 Guido van RossumWindows-specific hack to make sure that when LoadLibrar...
1998-06-27 Guido van RossumAdded doc strings.
1998-06-27 Guido van Rossum# Remove an extra blank line from a doc string.
1998-06-27 Guido van RossumAdded doc strings. Maybe the doc string for the module...
1998-06-27 Guido van RossumNew feature: if the object's type has a non-NULL tp_doc...
1998-06-27 Guido van RossumDocument optional kwargs argument to start_new_thread...
1998-06-27 Guido van RossumDefine new macro Py_InitModule3(name, methods, doc...
1998-06-27 Guido van RossumAdded doc strings. Also export LockType from the modou...
1998-06-26 Guido van RossumAdded doc strings.
1998-06-26 Guido van RossumIn raw_input(prompt), make sure that str(prompt) really...
1998-06-26 Guido van RossumSlight rearrangement of some code to make it faster...
1998-06-26 Jack JansenAdded build.macfreeze to the "special" folders.
1998-06-26 Jack JansenConfig file for frozen binaries.
1998-06-26 Jack JansenInitial documentation on freezing.
1998-06-26 Jack JansenTemplate project, bundle file and config.c file for...
1998-06-26 Jack JansenA well-known example for freeze.
1998-06-26 Jack JansenMac version of freeze. Uses standard freeze modules...
1998-06-26 Jack JansenPrint message when we load a PYC resource, if verbose...
1998-06-26 Guido van RossumRemove RCS and #! cruft at top.
1998-06-25 Guido van RossumAllow binding a Tcl command (given as a string) as...
1998-06-25 Fred DrakeMark the 'whence' parameter of the file object's seek...
1998-06-25 Guido van RossumTreat "HEAD" same as "GET", so that CGI scripts won...
1998-06-25 Guido van RossumRewrite the (test) main program so that when used as...
1998-06-25 Guido van RossumPiers' latest version, labeled 2.11. This time he...
1998-06-25 Guido van RossumEric Raymond added support for ESMTP protocol and corre...
1998-06-24 Guido van RossumIgnore Windows case check for ALL CAPS 8.3 files
1998-06-23 Guido van RossumSubsume the interact() function in a class. This shoul...
1998-06-23 Guido van Rossum"if match(x) >= 0:" smells of regex matching; should...
1998-06-23 Guido van RossumPatch by Eric Raymond: add an optional 'seekable' flag...
1998-06-22 Fred DrakeRemoved loading of shared font stuff from howto.cls...
1998-06-22 Fred DrakeMake the large letter at the top of each section use...
1998-06-22 Fred DrakeAdded texinputs/pypaper.sty to the list of manual style...
1998-06-22 Guido van RossumBugfix to ESR's code reported by himself: should use...
1998-06-22 Andrew M. KuchlingFix unclear wording pointed out by Tim Peters, about...
1998-06-22 Guido van RossumThere's no point in mentioning F6 as an alternate EOF...
1998-06-22 Guido van RossumRevert the change of revision 1.30. While it's in...
1998-06-22 Guido van RossumAdd check in long-to-int conversion for at least one...
1998-06-22 Guido van RossumFix the tests for various anomalies in the string-to...
1998-06-19 Guido van RossumTranslated to use re instead of regex. Also replaced...
1998-06-19 Fred Drakeeval() example: Removed final interpreter prompt;...
1998-06-19 Fred DrakeSomewhat updated, but not checked for everything (just...
1998-06-19 Guido van RossumAdded Py_{Get,Set}PythonHome.
1998-06-19 Jack JansenAdded {Get,Set}PopupData calls to get at the data for...
1998-06-19 Guido van RossumTurns out that 'winfo id' returns the id as a hex strin...
1998-06-19 Guido van RossumDifferent trick to get the _test() window to pop up.
1998-06-19 Guido van RossumAdded <ctype.h>, needed for Windows.
1998-06-19 Guido van RossumAdded _locale
1998-06-19 Guido van RossumThere was an error check in a loop in PythonCmd which...
1998-06-18 Guido van RossumAdded a stronger warning about changing the dictionary...
1998-06-18 Guido van RossumPiers' latest version -- authentication added by Donn...
1998-06-17 Guido van Rossum# Untabified the example :-(
1998-06-17 Guido van RossumDocumented that by default the output goes to stderr...
1998-06-17 Guido van RossumIn class _Subfile, make sure read(n) can't read beyond...
1998-06-17 Guido van RossumChange the description of input() -- it is exactly...
1998-06-17 Guido van RossumMinor cleanup by Tim after my changes:
1998-06-16 Guido van RossumAdd __getitem__ to AddressList object, to make it a...
1998-06-16 Guido van RossumSome extra notes, and describe a new class (AddressList...
1998-06-16 Guido van RossumSome extra comments and docstrings, and a new class...
1998-06-16 Guido van RossumTim's latest, with some of my changes (also a TP sugges...
1998-06-16 Guido van RossumFixed the UDP server -- this never worked. Ray Loyzaga...
next