]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-07-30  Neal NorwitzRevert changes to use PyArg_Parse(), so any sequence...
2002-07-30  Thomas HellerWhitespace normalization.
2002-07-30  Thomas HellerFix SF 588452: debug build crashes on marshal.dumps...
2002-07-30  Michael W.... add description of LLTRACE.
2002-07-30  Neal NorwitzUse PyArg_ParseTuple() instead of PyArg_Parse() which...
2002-07-30  Neal NorwitzFix docstring to be consistent with parameter name...
2002-07-30  Neal NorwitzSF patch #584245, get python to link on OSF1 (Dec Unix)
2002-07-30  Neal NorwitzSF patch #587889, fix memory leak of tp_doc
2002-07-29  Jack JansenFirst stab at the launcher application. This will be...
2002-07-29  Jason TishlerPatch #553702: Cygwin make install patch
2002-07-29  Michael W.... Fix for
2002-07-29  Thomas HellerNew functions for extension writers on Windows:
2002-07-29  Martin v. LöwisRevert #571603 since it is ok to import codecs that...
2002-07-29  Mark HammondExcise DL_IMPORT/EXPORT from object.h, and related...
2002-07-29  Thomas HellerRecompiled the exe and updated bdist_wininst.py.
2002-07-28  Andrew M. KuchlingAdd posix.lchown()
2002-07-28  Guido van RossumAdd 'engine' back. IDLE used this, others might have...
2002-07-28  Martin v. LöwisPatch #586999: Fix multiline string in sendmail example.
2002-07-28  Neal NorwitzFix the problem of not raising a TypeError exception...
2002-07-28  Martin v. LöwisPatch #574867: Correct list.extend docstring.
2002-07-28  Martin v. LöwisPatch #573770: Implement lchown.
2002-07-28  Martin v. LöwisPass length of result structure into setipaddr. Fixes...
2002-07-28  Neal NorwitzSF patch #577031, remove PyArg_NoArgs() since it's...
2002-07-28  Neal NorwitzSF patch #577031, remove PyArg_Parse() since it's depre...
2002-07-28  Neal NorwitzSF patch #577031, remove PyArg_Parse() since it's depre...
2002-07-28  Neal NorwitzFix SF bug 587012, doc mentions inexistent builtin...
2002-07-28  Neal NorwitzFix last checkin, can't use " inside a string
2002-07-28  Martin v. LöwisPatch #571603: Refer to encodings package explicitly.
2002-07-28  Martin v. LöwisPatch #543498: Use License: field instead of Copyright:.
2002-07-28  Martin v. LöwisPatch #552812: Better description in "python -h" for -u.
2002-07-28  Martin v. LöwisPatch #554716: Use __va_copy where available.
2002-07-28  Martin v. LöwisPatch #575827: allow threads inside SSL creation.
2002-07-28  Martin v. LöwisPatch #581705: Catch OSError, termios.error in spawn...
2002-07-28  Kurt B. KaiserReset the Python execution server environment to its...
2002-07-27  Piers Lauderremove redundant import
2002-07-27  Piers Lauderremove redundant code
2002-07-27  Piers Lauderremove o/s dependancy from test
2002-07-26  Skip Montanarotighten up the unicode object's docstring a tad
2002-07-26  Jack JansenUse os.environ.get() in stead of os.getenv() (which...
2002-07-26  Jack JansenReorganized so the test is skipped if os.popen() doesn...
2002-07-26  Jack JansenAdded a __contains__ method.
2002-07-26  Kurt B. KaiserReverse the RPC socket connection: Python execution...
2002-07-25  Fred DrakeSmall clarifications when referring to the sys.exc_...
2002-07-25  Fred DrakeRemove duplicate checks of the Node.allnodes variable.
2002-07-25  Fred DrakeAdd an XXX comment and a pointer to a full bug report.
2002-07-25  Jeremy HyltonDon't be so hasty. If PyInt_AsLong() raises an error...
2002-07-25  Jeremy HyltonPut checks for error returns in the right place.
2002-07-25  Fred Drake- Make number in comment match the targets in that...
2002-07-25  Skip Montanarotypo
2002-07-25  Skip Montanaro* runctx - fix a couple typos
2002-07-25  Jeremy HyltonComplain if __len__() returns < 0, just like classic...
2002-07-25  Jeremy HyltonExtended socket.htonl and ntohl to accept longs.
2002-07-25  Jeremy HyltonRemove test that was none too picky about whether attri...
2002-07-25  Skip Montanaroremove spurious SET_LINENO from com_list_for and com_li...
2002-07-24  Guido van RossumGet rid of _expand() altogether - the match object...
2002-07-24  Jeremy HyltonFlesh out description of getlogin() and recommend again...
2002-07-24  Guido van RossumThe test for re.engine was misfiring because re.engine...
2002-07-23  Barry WarsawUse full package paths in imports.
2002-07-23  Tim PetersTaught the Windows installer about changes in the struc...
2002-07-23  Barry WarsawAdded a couple of more tests for Header charset handling.
2002-07-23  Barry WarsawOops, missed an import of test_support.
2002-07-23  Barry WarsawA few updates about how/where to import test_support...
2002-07-23  Barry WarsawGet rid of relative imports in all unittests. Now...
2002-07-23  Mark HammondReplace DL_IMPORT with PyMODINIT_FUNC and remove "...
2002-07-23  Barry Warsawappend(): Bite the bullet and let charset be the string...
2002-07-23  Barry Warsawmake_header(): Watch out for charset is None, which...
2002-07-23  Guido van RossumNews about StopIteration as a "sink state".
2002-07-23  Guido van RossumAdd news about strptime and socket.setdefaulttimeout().
2002-07-23  Neal NorwitzSF patch #581396, Canvas "select_item" always returns...
2002-07-22  Andrew M. Kuchling[Bug #580462] Mention changes to GC API
2002-07-22  Andrew M. KuchlingSort changed modules into alphabetical order; no other...
2002-07-22  Andrew M. KuchlingRewrite a paragraph, and use correct mark-up
2002-07-22  Mark HammondRemove a strange single quote that didn't seem to upset...
2002-07-22  Mark HammondNuke the only DL_* in this directory.
2002-07-22  Neal NorwitzMove DL_IMPORT/DL_EXPORT to Build section, I think...
2002-07-22  Neal NorwitzSF bug #583894, add doc for DL_IMPORT/DL_EXPORT deprecation
2002-07-22  Mark HammondAdd note about DL_IMPORT deprecation.
2002-07-22  Jack JansenFixed potential refcount problems with interned strings...
2002-07-22  Jack JansenFinally found out why te cf project sometimes worked...
2002-07-21  Tim PetersNew test "+sort", tacking 10 random floats on to the...
2002-07-21  Tim PetersChanged import from
2002-07-21  Kurt B. KaiserBug: clearing the shell undo list after a prompt was...
2002-07-20  Neal NorwitzGet popen test to work even if python is not in the...
2002-07-20  Martin v. LöwisDefine _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h...
2002-07-20  Tim PetersAdded new test "3sort". This is sorted data but with...
2002-07-20  Neal Norwitzadd versionadded to doc
2002-07-20  Guido van Rossumunpack_string(): avoid a compiler warning (about a...
2002-07-20  Guido van RossumMove the setting of os.environ['LANGUAGE'] to setup...
2002-07-19  Barry WarsawShut the test up and add a missing import
2002-07-19  Barry WarsawThe email package's tests live much better in a subpackage
2002-07-19  Barry WarsawThe email package's tests live much better in a subpackage
2002-07-19  Barry Warsawmessage_from_string(), message_from_file(): The consens...
2002-07-19  Barry WarsawParser.__init__(): The consensus on the mimelib-devel...
2002-07-19  Barry WarsawTo better support default content types, fix an API...
2002-07-19  Barry Warsaw_structure(): Take an optional `fp' argument which...
2002-07-19  Barry Warsaw_dispatch(): Use the new Message.get_content_type(...
2002-07-19  Fred DrakeFollow PyXML: Remove all prints from successful tests...
2002-07-19  Fred DrakeReturn NULL instead of 0 from function with a pointer...
2002-07-19  Guido van RossumAlas, roll back the definition of _XOPEN_SOURCE. It...
2002-07-19  Guido van RossumRemove a few lines that aren't used and cause problems...
next