]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2002-04-23  Jack JansenSecond part of fix for #493826: regenerated suite modul...
2002-04-23  Jack JansenFirst part of fix for #493826: if 'errn' key exists...
2002-04-23  Jeremy HyltonIgnore SIGXFSZ.
2002-04-23  Jeremy HyltonAdd tests for the recent resource module change.
2002-04-23  Jeremy HyltonCheck for overflow errors in setrlimit(),
2002-04-23  Fred DrakeMinor change to an index entry.
2002-04-23  Jeremy HyltonClarify return value of PyLong_AsLongLong().
2002-04-23  Jack JansenBackport of 1.6.4.2.2.3 from release22-maint branch.
2002-04-23  Jack JansenUpdated URL.
2002-04-23  Jack JansenBackport of select parts of release22-maint (up to...
2002-04-23  Barry WarsawWhitespace normalization. Unka Timmy would be proud.
2002-04-23  Fred DrakeClarify the return value of PyObject_IsInstance().
2002-04-23  Fred DrakeWCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED...
2002-04-23  Guido van RossumSF patch 546244 by John Williams: add Text.dump() method.
2002-04-23  Guido van RossumAdd warning about the HP PA-RISC 2.0 C compiler's optim...
2002-04-23  Jack JansenThere was a non-ascii character in the source. Replaced...
2002-04-23  Anthony Baxterwhitespace fixup. test__all__ and test_sundry were...
2002-04-23  Anthony Baxterdon't fail if the audio device is busy, just skip.
2002-04-23  Anthony BaxterSF patch [ 545523 ] patch for 514433 bsddb.dbopen...
2002-04-22  Barry WarsawMerge in Skip's last few updates w.r.t. py-help-at...
2002-04-22  Barry WarsawSome contributions and ideas by Alexander Schmolck...
2002-04-22  Tim Petersunicode_memchr(): Squashed gratuitous int-vs-size_t...
2002-04-22  Tim PetersSF bug 546078: IDLE calltips cause application error.
2002-04-22  Walter DörwaldApply patch diff.txt from SF feature request
2002-04-22  Barry WarsawSkip Montanaro's contribution (slightly mod'd by Barry...
2002-04-22  Barry Warsaw(py-execute-region): If the line at the beginning of...
2002-04-22  Barry Warsaw(py-execute-region): If you ran this without having...
2002-04-22  Jack JansenAdded Christopher Smith.
2002-04-22  Jack JansenFixes based on ideas from Christopher Smith:
2002-04-22  Jack JansenRemoved note on test_time failing.
2002-04-22  Jack JansenRegenerated to include Internet Config error strings.
2002-04-22  Jack JansenAdded an optional file with MacErrors.h extensions...
2002-04-22  Neil SchemenauerPy_GETENV is used by obmalloc and needs Py_IgnoreEnviro...
2002-04-22  Neil Schemenauerpgen now needs pymalloc
2002-04-22  Tim PetersMoving pymalloc along.
2002-04-22  Steven M. Gavatracking python idle changes:
2002-04-22  Tim PetersUpdate the Windows makefile for 2.3.
2002-04-22  Steven M. Gavatracking python idle changes:
2002-04-21  Neal Norwitz#546156, Remove load_false()/load_true(), they are...
2002-04-21  Tim PetersPy_UniversalNewlineFread(): small speed boost on non...
2002-04-21  Tim PetersPyUnicode_EncodeUTF8(): tightened the memory asserts...
2002-04-21  Neal Norwitz#544265, Remove warnings for passing const to free()
2002-04-21  Martin v. LöwisBack out 2.140.
2002-04-21  Tim PetersEnable universal newlines on Windows. Note that NEWS...
2002-04-21  Tim PetersPy_UniversalNewlineFread(): Many changes.
2002-04-21  Tim PetersAssorted code cleanups for readability. Greatly booste...
2002-04-21  Tim PetersHack around the "2.1.6 Blank lines" bug in a way that...
2002-04-21  Tim PetersPyUnicode_EncodeUTF8: squash compiler wng. The differ...
2002-04-21  Tim PetersGive the Help viewer a font-size button. This isn...
2002-04-20  Tim PetersMove "everything left one": the TOC now shows each...
2002-04-20  Tim PetersStopped all warnings from the HTML Help Compiler, by...
2002-04-20  Neal Norwitz#546163, fix link problem on Solaris 8 for makedev...
2002-04-20  Martin v. LöwisPatch #495401: Count number of required bytes for encod...
2002-04-20  Tim PetersWidespread: Used classes in a more natural way. Added...
2002-04-20  Martin v. LöwisForward port of patch # 500311: Work around for buggy...
2002-04-20  Jeremy HyltonAdd test for eval() w/ free variables.
2002-04-20  Jeremy HyltonFix SF bug #505315: Make free and cell vars show up...
2002-04-20  Tim PetersReplaced the fiddly 5-tuples with a new Book convenienc...
2002-04-20  Tim PetersFixed a comment.
2002-04-20  Tim PetersAll over: get rid of blanks before colons that open...
2002-04-20  Tim Petersdo_project(): Modernized the code.
2002-04-20  Tim PetersAdded "What's New" to the 2.2 doc set.
2002-04-19  Jeremy HyltonFix com_arglist() and update grammar fragment.
2002-04-19  Martin v. LöwisPatch #546194: Check constants individually. Fixes...
2002-04-19  Tim PetersAdded a stop-list to reduce the size of the full text...
2002-04-19  Tim Petersproject_template: use dict interpolation instead of...
2002-04-19  Tim Peters+ Changed TOC to folder-tree style.
2002-04-19  Tim PetersGenerates inputs to the Microsoft Help Compiler, which...
2002-04-19  Tim PetersGet the right funny characters in Hernan's name.
2002-04-19  Neal Norwitz#546155, remove posix_int() it is not used
2002-04-19  Jeremy HyltonFix SF #544995 (zlib crash on second flush call)
2002-04-19  Jack JansenOops: we used PyMem_DEL() to clean up objects, and...
2002-04-19  Martin v. LöwisDocument the build process more precisely. Suggested...
2002-04-19  Skip Montanaro\idxcode -> \py@idxcode (mimics index stuff in python...
2002-04-19  Skip Montanarofix duplicate label
2002-04-19  Fred DrakeClean up the use of version numbers in filenames; alway...
2002-04-19  Mark HammondFix bug 544473 - "Queue module can deadlock".
2002-04-18  Tim Peters_PyObject_DebugMallocStats(): Added some potentially...
2002-04-18  Tim PetersPyObject_Malloc: make a tiny bit faster for platforms...
2002-04-18  Tim PetersRemove some long-disabled debugging boilerplate.
2002-04-18  Tim Petersceval.c/do_raise(): Tighten the test to disallow raisi...
2002-04-18  Jeremy HyltonRemove more out-of-date comments and clarify explanatio...
2002-04-18  Jeremy HyltonRemove out-of-date explanation in doc strings,
2002-04-18  Martin v. LöwisTest for --export-dynamic directly to avoid problems...
2002-04-18  Tim PetersSF bug 544733: Cygwin test_mmap fix for Python 2.2.1
2002-04-18  Tim Peterstype_get_doc(): Squash compiler wng about incompatible...
2002-04-18  Andrew M. KuchlingLong-forgotten change: Update first paragraph with...
2002-04-18  Guido van RossumSF bug 542984.
2002-04-18  Guido van RossumSF bug 542984.
2002-04-17  Andrew M. KuchlingUse md5.new() constructor
2002-04-17  Andrew M. KuchlingUse 2.1's .hexdigest() method
2002-04-17  Walter DörwaldApply diff3.txt from SF patch http://www.python.org...
2002-04-17  Marc-André... Added note about new distutils commands.
2002-04-17  Marc-André... Patch #531901 by Mark W. Alexander: adds a new distutil...
2002-04-17  Skip Montanarotypo
2002-04-17  Fred DrakeAdd text on tp_as_buffer that refers tothe section...
2002-04-17  Fred DrakeAdd a version annotation for the help() function.
2002-04-17  Fred DrakeAdjust markup to worm around tool limitations; the...
2002-04-17  Fred DrakePass the -r option to getpagecounts to generate an...
2002-04-17  Fred DrakeRemove Emacs turd; not needed with modern Emacs versions.
next