]> granicus.if.org Git - python/shortlog
python
2002-04-28 Tim PetersMoving pymalloc along.
2002-04-28 Tim Peters_PyObject_GC_New: Could call PyObject_INIT with a...
2002-04-27 Tim PetersRepair widespread misuse of _PyString_Resize. Since...
2002-04-27 Tim PetersSF patch 549375: Compromise PyUnicode_EncodeUTF8
2002-04-26 Tim PetersTeach the Windows build about the new enumobject.c...
2002-04-26 Fred DrakeSlightly expand and clarify the differences between...
2002-04-26 Fred DrakeBe more consistent, both internally and with recommende...
2002-04-26 Fred DrakeDocumentation for the enumerate() function/type.
2002-04-26 Guido van RossumClarify that the strip changes also apply to Unicode.
2002-04-26 Guido van Rossum- New builtin function enumerate(x), from PEP 279....
2002-04-26 Barry Warsaw(py-comint-output-filter-function): Put the pop-to...
2002-04-26 Guido van RossumPyNumber_CoerceEx: this took a shortcut (not doing...
2002-04-26 Fred DrakeClean up uses of some deprecated features.
2002-04-26 Neil SchemenauerIf Py_OptimizeFlag is false then always evaluate assert...
2002-04-26 Guido van RossumMake sure that tp_free frees the int the same way as...
2002-04-25 Barry WarsawFix typo in the setup of interpreter-mode-alist.
2002-04-25 Barry WarsawSF patch #510288 by Kevin J. Butler, mod'd by Barry...
2002-04-25 Guido van RossumClean up the layout of the bool_as_number struct initia...
2002-04-25 Barry Warsaw(py-execute-region): Alexander Schmolck points out...
2002-04-25 Thomas HellerPass the full pathname to MSVC when compiling a debug...
2002-04-25 Thomas HellerAppend the PC specific include 'PC' and library 'PCBuil...
2002-04-25 Thomas HellerFix trivial typo.
2002-04-25 Barry Warsaw(py-comint-output-filter-function): Add a pop-to-buffer...
2002-04-25 Barry Warsaw(py-shell-hook): A new hook variable, run at the end...
2002-04-24 Jack JansenRegenerated.
2002-04-24 Thomas HellerFix a small mistake and complete some function prototypes.
2002-04-24 Neil SchemenauerAdd more tests for abstract isinstance() and issubclass().
2002-04-23 Tim Peterstest_resource has no chance of running on Windows.
2002-04-23 Tim Peterstest_mmap started breaking on Windows, only when run...
2002-04-23 Barry WarsawUnit tests for the changes in abstract.c version 2...
2002-04-23 Jack JansenRegenerated.
2002-04-23 Barry Warsawabstract_get_bases(): Clarify exactly what the return...
2002-04-23 Jack JansenConverted to use re in stead of regex and regsub (final...
2002-04-23 Barry WarsawRewrote the PyUnit description so that it now recommend...
2002-04-23 Fred DrakeAdd text about circular references caused by storing...
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...
next