]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2002-07-19  Neal NorwitzPure Python strptime implementation by Brett Cannon...
2002-07-19  Guido van RossumDoc patch from SF 474274 (pure Python strptime by Brett...
2002-07-19  Guido van RossumPatch to call the Pure python strptime implementation...
2002-07-19  Guido van RossumPure Python strptime implementation by Brett Cannon...
2002-07-19  Michael W.... Silly typo. Not sure how that got in.
2002-07-19  Michael W.... Substantially flesh out extended slice section. I...
2002-07-19  Michael W.... A few days ago, Guido said (in the thread "[Python...
2002-07-19  Guido van RossumAdd test for previous core dump when sending on closed...
2002-07-19  Guido van RossumBail out early from internal_select() when socket file...
2002-07-19  Tim PetersMore sort cleanup: Moved the special cases from sample...
2002-07-19  Mark HammondLand Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
2002-07-19  Mark HammondAdd description for _XOPEN_SOURCE_ - needed to allow...
2002-07-19  Tim Petersbinarysort() cleanup: Documented the key invariants...
2002-07-19  Tim Peterslistreverse(): Don't call the new reverse_slice unless...
2002-07-19  Tim PetersCleanup yielding a small speed boost: before rich...
2002-07-19  Tim PetersTrimmed trailing whitespace.
2002-07-19  Tim PetersCleanup: Define one internal utility for reversing...
2002-07-18  Barry WarsawAnthony Baxter's cleanup patch. Python project SF...
2002-07-18  Mark HammondFix bug [ 549731 ] Unicode encoders appears to leak...
2002-07-18  Jeremy HyltonDefine _XOPEN_SOURCE in configure and Python.h.
2002-07-18  Tim PetersA Python float is a C double; redeclare defaulttimeout...
2002-07-18  Barry WarsawAnthony Baxter's patch to expose the parser's `strict...
2002-07-18  Guido van RossumSilence warning about getdefaulttimeout in PyMethodDef.
2002-07-18  Jeremy HyltonFix indentation.
2002-07-18  Jeremy HyltonUse AC_FUNC_SETPGRP.
2002-07-18  Guido van RossumAdd clarifying comment.
2002-07-18  Fred DrakeScript to run the pystones "benchmark" under HotShot.
next