]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-03-22  Andrew M. KuchlingUse the get_contact*() accessors instead of get_maintai...
2001-03-22  Guido van RossumSet copyright to PSF. Don't bother with 2000.
2001-03-22  Thomas WoutersAllow the process of reading back what we wrote to...
2001-03-22  Guido van RossumAdd some news for 2.1b2. I'd still like someone else...
2001-03-22  Guido van RossumAdded Gordon McMillan. He should've been in there...
2001-03-22  Guido van RossumChange co.detach() to co.back() call.
2001-03-22  Guido van RossumAdd more complete reference. Change a co.back() call...
2001-03-22  Steve PurcellUpdated to latest PyUnit version (1.31 in PyUnit CVS...
2001-03-22  Jeremy HyltonSet the line number correctly for a nested function...
2001-03-22  Jeremy HyltonMake error messages clearer for illegal combinations...
2001-03-22  Andrew M. KuchlingRemove redundant import
2001-03-22  Andrew M. KuchlingBack out conversion to string methods; the Distutils...
2001-03-22  Andrew M. KuchlingCall the write_pkg_info method
2001-03-22  Andrew M. KuchlingAdd 'platforms' and 'keywords' attributes to the Distri...
2001-03-22  Andrew M. KuchlingPatch #407434: add rfc822_escape utility function
2001-03-22  Jeremy HyltonExtend support for from __future__ import nested_scopes
2001-03-22  Jeremy HyltonIf a code object is compiled with nested scopes, define...
2001-03-22  Guido van RossumCheck that f.keys() == [] right after creation -- this...
2001-03-22  Neil SchemenauerAdd CONFIG_ARGS Makefile variable (saves the arguments...
2001-03-22  Neil Schemenauer- Remove WITH makefile variable. Its not used for...
2001-03-22  Guido van RossumDon't raise MemoryError in keys() when the database...
2001-03-21  Tim PetersChanged doctest to run tests in alphabetic order of...
2001-03-21  Fred DrakeIntegrated an expanded version of some text from Neil...
2001-03-21  Jeremy HyltonTest that traceback module works with SyntaxErrors...
2001-03-21  Jeremy HyltonDo not print caret when offset is None.
2001-03-21  Tim PetersMake PyDict_Next safe to use for loops that merely...
2001-03-21  Guido van RossumUse PyObject_IsInstance() to check whether the first...
2001-03-21  Jeremy HyltonReformat and edit docstrings to follow modern conventio...
2001-03-21  Jeremy HyltonUpdate PyNode_CompileSymtable() to understand future...
2001-03-21  Guido van RossumMove the code implementing isinstance() and issubclass...
2001-03-21  Fred DrakeAdd test cases for the fnmatch module.
2001-03-21  Fred DrakeJust import sys at the top instead of inside lots of...
2001-03-21  Fred DrakeThe unittest module from PyUNIT, by Steve Purcell.
2001-03-21  Fred DrakeDonovan Baarda <abo@users.sourceforge.net>:
2001-03-21  Moshe ZadkaFixed a bunch of Tabnanny errors
2001-03-21  Jeremy HyltonAdd tests for recent changes:
2001-03-21  Jeremy HyltonFix PyFrame_FastToLocals() and counterpart to deal...
2001-03-21  Martin v. LöwisUse proper compiler flags on UnixWare.
2001-03-21  Guido van RossumAdd newline to end of file.
2001-03-21  Martin v. LöwisDocument tix directory.
2001-03-21  Martin v. LöwisAdd section on 2.1b2.
2001-03-21  Martin v. LöwisRemove Tix detection from Tkinter part; lib-tk/Tix...
2001-03-21  Martin v. LöwisPatch #410231: Add the Python Tix library.
2001-03-21  Martin v. LöwisPatch #409504: Fix regex problems, consider \-continuat...
2001-03-21  Tim PetersUpdate Windows installer for 2.1b2.
2001-03-21  Tim PetersAddrf simple test that import is case-sensitive.
2001-03-20  Jack JansenStarted on 2.1b2 release notes. Cleaned out alfa notes...
2001-03-20  Jack JansenAdded dummy _tkinter module for Carbon, which explains...
2001-03-20  Jack JansenDummy _tkinter module for Carbon, which explains that...
2001-03-20  Fred DrakeMoved the description of the tzparse module to the...
2001-03-20  Jack JansenCase-checking was broken on the Macintosh. Fixed.
2001-03-20  Jack JansenGot module to work under Carbon. Also disabled a few...
2001-03-20  Jack JansenAdded riscos modules to modules that don't have to...
2001-03-20  Guido van RossumLawrence Hudson, SF #401702: Modify co_filename in...
2001-03-20  Guido van RossumBump version to 2.1b2.
2001-03-20  Guido van RossumAdd a deprecation warning to this module.
2001-03-20  Andrew M. KuchlingBug #409419: delete seek() and tell() methods, so calle...
2001-03-20  Moshe Zadka* Fixing the password-proxy bug
2001-03-20  Guido van RossumGet rid of --with-check-import-case. (Jason Tishler...
2001-03-20  Guido van RossumSF patch #408326 by Robin Thomas: slice objects compara...
2001-03-20  Tim PetersSF patch 407758, "timemodule patches for Cygwin", from...
2001-03-20  Jeremy HyltonFixup handling of free variables in methods when the...
2001-03-19  Jeremy HyltonAdd test for a list comprehension that is nested in...
2001-03-19  Jeremy HyltonFix crashes in nested list comprehensions
2001-03-19  Tim PetersWhen building the installer, prompt for the location...
2001-03-19  Guido van RossumAdd a whole lot of stuff to __all__.
2001-03-19  Fred DrakeMarkup nit: For the Python documents, we use \empt...
2001-03-18  Tim PetersRepair test_doctest's expected-output file (Guido added...
2001-03-18  Skip Montanaroadd errorTab to __all__ on win*
2001-03-18  Moshe ZadkaCommitting patch 405101
2001-03-18  Guido van RossumMake doctest's self-test succeed after the previous...
2001-03-18  Guido van RossumPrint a bunch of asterisks before the failure summary...
2001-03-18  Eric S. RaymondTeach Tools/freeze/makeconfig.py and Tools/freeze/parse...
2001-03-18  Tim PetersSF bug [ #409448 ] Complex division is braindead
2001-03-17  Andrew M. KuchlingFix bug #233253: the --define and --undef options didn...
2001-03-17  Andrew M. KuchlingBug #409403: Signal an error if the distribution's...
2001-03-17  Andrew M. KuchlingTidy up the ordering of include and library directories...
2001-03-17  Tim PetersSF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_...
2001-03-16  Thomas HellerDistutils version number has been changed from 1.0...
2001-03-16  Thomas HellerThe bdist_wininst.py command has been recreated after...
2001-03-16  Fred DrakeAdd documentation for SGMLParser.handle_decl().
2001-03-16  Fred DrakeChange RuntimeError to SGMLParseError, which subclasses...
2001-03-16  Fred DrakeFinally fill in the documentation for the PyDict_Next...
2001-03-16  Neil SchemenauerInstall the Python DLL with execute priviledge set...
2001-03-16  Tim PetersWhitespace normalization.
2001-03-15  Jack JansenFiles for second 2.1b1 distribution.
2001-03-15  Jack JansenFindFolder argument is a short, not an unsigned short.
2001-03-15  Jack JansenHandle the apple menu differently under Carbon.
2001-03-15  Jack JansenFindFolder argument is a short, not an unsigned short.
2001-03-15  Jack JansenAdded QDFlushPortBuffer calls.
2001-03-15  Jack JansenImport kOnSystemDisk from MACFS
2001-03-15  Jack JansenLook for shared libraries first in kLocalDomain and...
2001-03-15  Jack JansenFiles for second 2.1b1 distribution.
2001-03-15  Ka-Ping YeeRemove redundant "__future__:" from module docstring.
2001-03-14  Fred DrakeImport the exceptions that this module can raise.
2001-03-14  Jeremy HyltonAdd doc string for run from profile.doc. (pydoc motiva...
2001-03-14  Sjoerd MullenderMoved clearing of "literal" flag. The flag is set...
2001-03-14  Fred DrakeChange "[%s]" % string.whitespace to r"\s" in regular...
2001-03-13  Skip Montanaroupdated __all__ to include several other names
2001-03-13  Fred DrakeAdd some LaTeX magic so that Latin-1 characters do...
next