]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2003-01-26  Jack JansenFSRef and EasyDialogs pathname support was pretty much...
2003-01-26  Neal NorwitzGet rid of compiler warnings on Redhat
2003-01-26  Neal Norwitzamk pointed out that syslog may use UDP or TCP sockets.
2003-01-26  Martin v. LöwisDefine XML_STATIC.
2003-01-26  Martin v. LöwisAdd _iconv_codec to Setup.dist. Use PyModule_ functions.
2003-01-26  Martin v. LöwisTest that True can be copied.
2003-01-26  Martin v. LöwisPatch #670715: Universal Unicode Codec for POSIX iconv.
2003-01-26  Martin v. LöwisRequire PyXML 0.8.2.
2003-01-26  Martin v. LöwisMerge with PyXML 1.3:
2003-01-26  Martin v. LöwisMerge with PyXML 1.34: Correct typo. Fixes #674700.
2003-01-26  Martin v. LöwisMerge with PyXML 1.82:
2003-01-26  Martin v. LöwisUndo inclusion of Python.h. Remove HAVE_MEMCPY section.
2003-01-26  Kurt B. KaiserM ScriptBinding.py
2003-01-26  Raymond HettingerPart 3 of Py2.3 update
2003-01-26  Neal NorwitzSF #642974, logging SysLogHandler proto type wrong
2003-01-26  Neal NorwitzSF #642974, logging SysLogHandler proto type wrong
2003-01-25  Martin v. LöwisUncomment usage of expat_config.h
2003-01-25  Martin v. LöwisPatch #636005: Filter unicode into unicode.
2003-01-25  Martin v. LöwisIncorporate Expat 1.95.6.
2003-01-25  Raymond HettingerPart II of Python2.3 update
2003-01-25  Martin v. LöwisSynchronize with PyXML's 1.33: Import missing modules.
2003-01-25  Raymond HettingerFix minor typos.
2003-01-25  Martin v. LöwisMerge PyXML 1.11-1.26:
2003-01-25  Kurt B. KaiserM PyShell.py
2003-01-25  Neal NorwitzSF #638299, LaTeX documentation for logging package
2003-01-25  Raymond HettingerPart I of an update for Python 2.3.
2003-01-25  Neal NorwitzFix markup
2003-01-25  Martin v. LöwisImport UserDataHandler from PyXML.
2003-01-25  Martin v. LöwisImport NodeFilter from DOM2 Traversal/Range.
2003-01-25  Martin v. LöwisMerge with PyXML 1.28:
2003-01-25  Martin v. LöwisImport from PyXML 1.10.
2003-01-25  Martin v. LöwisMerge with PyXML 1.80:
2003-01-25  Martin v. LöwisImport expatbuilder, minicompat from PyXML.
2003-01-25  Fred DrakeInclude version annotation for PyObject_Call().
2003-01-25  Fred DrakeFix typo reported to python-docs.
2003-01-25  Kurt B. Kaiser1. Eliminate putrequest(): only used in asynccall(...
2003-01-24  Tim Petersdate and datetime comparison: when we don't know how to
2003-01-24  Neil SchemenauerAdd news about getargs change.
2003-01-24  Neil SchemenauerRaise a TypeError if a float is passed when an integer...
2003-01-24  Jeremy HyltonRaise PicklingError when __reduce__() fails, and
2003-01-24  Barry Warsawrmtree(): Make implementation agree with documentation...
2003-01-24  Barry WarsawA very minimal start to a test of the shutil module.
2003-01-24  Barry WarsawFred drives and fixes a formatting nit.
2003-01-24  Jack JansenMacPython-OS9 has had an abort() function for quite...
2003-01-24  Jack JansenMacPython-OS9 specific fix: If there are non-string...
2003-01-24  Tim PetersBump the Windows build to use Sleepycat's 4.1.25.NC...
2003-01-24  Guido van RossumChange the mode of scripts in the build/scripts* direct...
2003-01-24  Jack JansenUpdated the doc strings to refer to PyArg_Parse and...
2003-01-24  Tim PetersUpdated the astimezone() proof to recover from all...
2003-01-23  Neal NorwitzFix typo
2003-01-23  Tim PetersSF bug 660872: datetimetz constructors behave counteri...
2003-01-23  Tim PetersReimplemented datetime.now() to be useful.
2003-01-23  Jeremy HyltonUse lightweight introspection instead of the inspect...
2003-01-23  Jeremy HyltonFix for SF bug 661340: test_httplib fails on the mac.
2003-01-23  Tim Petersfromutc(): Repair incorrect failure return, as noted...
2003-01-23  Tim PetersBringing the code and test suite into line with doc...
2003-01-22  Skip Montanaroadd support for Python's bool type to xmlrpclib - patch...
2003-01-22  Jack JansenTweaked time conversion to work in MacPython-OS9.
2003-01-22  Jack JansenGetting rid of StandardGetFile
2003-01-22  Raymond HettingerKurt pointed out another method affected by the changes...
2003-01-22  Martin v. LöwisConvert booleans to integers in IntVar.set. Fixes ...
2003-01-22  Martin v. LöwisPatch #671459: Invoke import hooks in Py_NewInterpreter.
2003-01-22  Tim Peters"Premature" doc changes, for new astimezone() rules...
2003-01-22  Raymond HettingerSF patch #667730: More DictMixin
2003-01-22  Kurt B. KaiserMake Alt-Key-2 the Zoom Height binding for ClassBrowser...
2003-01-22  Kurt B. KaiserM Bindings.py
2003-01-21  Jack JansenAdded DepracationWarnings to the old Standard File...
2003-01-21  Jack JansenTuples and lists don't have a copy() method (yet?).
2003-01-21  Martin v. LöwisAvoid usage of PyDoc_STR in 2.2 compatibility code.
2003-01-21  Guido van RossumFix from Vinaj for the "writing to closed file" errors...
2003-01-21  Guido van Rossumossaudiodev.c currently gives compilation errors, and...
2003-01-21  Tim PetersSF bug 671779: Error in tzinfo.dst() docs
2003-01-21  Jack JansenImplemented StandardGetFile and friends with the new...
2003-01-21  Jack JansenOops, this file wasn't 8-bit-clean yet. Fixed.
2003-01-21  Jack JansenFixed typo in package name that went unnoticed because...
2003-01-21  Jack JansenSpell out the arguments to AskFileForOpen and friends...
2003-01-21  Andrew M. KuchlingFix example in a docstring to not use 'file' as a varia...
2003-01-21  Jack JansenUse new file dialogs in GetArgv()
2003-01-21  Jack JansenCompile site-packages with -t, not -tt.
2003-01-21  Martin v. LöwisConditionalize features not found in PyXML 1.95.2.
2003-01-21  Martin v. LöwisMerge with PyXML 1.71:
2003-01-21  Martin v. LöwisDon't use Posix semaphores on Solaris 8. Fixes #662787.
2003-01-21  Kurt B. Kaiser1. Restore the rest of Python IDLE setup.py Rev 1.4...
2003-01-21  Skip Montanaroflesh out open() docstring
2003-01-21  Skip Montanaromore tweaks
2003-01-21  Skip Montanaro* document open() function
2003-01-20  Tim PetersNew rule for tzinfo subclasses handling both standard...
2003-01-20  Tim PetersRecursive compare machinery: The code that intended...
2003-01-20  Jack JansenOn MacOSX, added -prebind option to link phase for...
2003-01-20  Just van RossumFix bug #670845: cut & clear in the output window now...
2003-01-20  Kurt B. Kaiser...and the old pyclbr.py faked Function instances with...
2003-01-20  Walter DörwaldAdd comments and remove duplicate tests.
2003-01-20  Barry WarsawInstall email/test, email/test/data and bsddb/test...
2003-01-19  Walter DörwaldPort test_userdict.py to PyUnit. From SF patch #662807,
2003-01-19  Jack JansenAdded a convenience routine pathname() which accepts...
2003-01-19  Jack JansenSigh, due to sloppiness on my part bgen has become...
2003-01-19  Walter DörwaldPort test_unicode.py to PyUnit and add tests for error
2003-01-19  Walter DörwaldCombine test_b1.py and test_b2.py into test_builtin.py,
2003-01-19  Neal NorwitzSF # 669553, fix memory (ref) leaks
2003-01-19  Raymond HettingerFix typo
next