]> granicus.if.org Git - python/shortlog
python
2001-06-15 Thomas WoutersForward-port revision 2.24.2.4 from the release21-maint...
2001-06-14 Guido van RossumNote that 2.0.1 is also a PSF release. (Gregor Hofflei...
2001-06-14 Tim PetersChange IS_LITTLE_ENDIAN macro -- a little faster now.
2001-06-14 Guido van RossumFix a mis-indentation in _PyUnicode_New() that caused...
2001-06-14 Fred DrakeFix an improperly placed comma.
2001-06-14 Tim Peters_PyLong_AsByteArray: simplify the logic for dealing...
2001-06-14 Tim PetersPyLong_From{Unsigned,}Long: count the # of digits...
2001-06-14 Tim PetersFixed typo in comment.
2001-06-14 Tim PetersAdd tests of PyLong_{As,From}{Unsigned,}Long. These...
2001-06-13 Tim PetersGeneralize the new qQ std-mode tests to all int codes...
2001-06-13 Tim Peters_PyLong_FromByteArray: changed decl of "carry" to...
2001-06-13 Tim Peters_PyLong_AsByteArray: Don't do the "delicate overflow...
2001-06-13 Tim Peters_PyLong_AsByteArray: added assert that the input is...
2001-06-13 Tim PetersPyLong_As{Unsigned,}LongLong: fiddled final result...
2001-06-13 Tim PetersRecord Windows buildno for 2.0.1c1.
2001-06-13 Marc-André... Temporarily disable the message to stderr. Jeremy will...
2001-06-13 Jack JansenGot rid of mactoolboxglue.c
2001-06-13 Jack JansenFixed an error in the signature of the QdRGB converter...
2001-06-13 Tim PetersThe new {b,l}p_{u,}longlong() didn't check get_pylong...
2001-06-13 Tim Peterslongobject.c:
2001-06-12 Tim PetersThe merest start of a test for the PyLong_{As,From...
2001-06-12 Tim Peters_PyLong_{As,From}ByteArray: Minor code rearrangement...
2001-06-12 Guido van RossumAdd new built-in 'help' which invokes pydoc.help (with...
2001-06-12 Marc-André... Removed the Python version from the PYTHONHOMEHELP...
2001-06-12 Fred DrakeMake the option processing more robust.
2001-06-12 Marc-André... Fix for bug #432384: Recursion in PyString_AsEncodedString?
2001-06-12 Fred DrakeFixed reference to table notes for {}.keys() and {...
2001-06-12 Tim PetersAdded q/Q standard (x-platform 8-byte ints) mode in...
2001-06-12 Guido van RossumMake copy, cut and paste events case insensitive. ...
2001-06-11 Tim PetersTwo new private longobject API functions,
2001-06-11 Fred DrakeAdd the appropriate availability annotations for the...
2001-06-11 Tim PetersTrimmed trailing whitespace.
2001-06-11 Tim PetersSimplify some convolution by simply not recognizing...
2001-06-11 Tim PetersMake clear in the docstring that "std" applies to both...
2001-06-11 Thomas WoutersProtect the use of the VWERASE symbol by an #ifdef...
2001-06-11 Fred DrakeFixed parameter order for os.popen2(), os.popen3()...
2001-06-11 Fred DrakeFix recent changes so that this section will format...
2001-06-10 Tim PetersRenamed some stuff to tell the truth about what it...
2001-06-10 Tim PetersInitial support for 'q' and 'Q' struct format codes...
2001-06-10 Jack JansenAdded a missing cast to the hashfunc initializer.
2001-06-10 Tim PetersSF bug 431772: traceback.print_exc() causes traceback
2001-06-10 Peter Schneider... annoying whitespace inconsistency
2001-06-09 Tim PetersSF bug 430991: wrong co_lnotab
2001-06-09 Martin v. LöwisCast the result of xxxPyCObject_Import to PycStringIO_C...
2001-06-09 Martin v. LöwisPatch #424475: Speed-up tp_compare usage, by special...
2001-06-08 Fred DrakeFix the attributions for the new floating point text.
2001-06-08 Fred DrakeAdded credits in the right places.
2001-06-08 Fred DrakeText from Tim & Guido discussing floating point arithme...
2001-06-08 Skip Montanaroadd warning about situation where code may be executed...
2001-06-08 Fred DrakeIn the section on extending the profiler, add some...
2001-06-08 Fred Drakecall_trace(): Add an additional parameter -- pointer...
2001-06-08 Fred DrakePerformance improvements to the profiler:
2001-06-07 Martin v. LöwisPatch #429957: Add support for cp1140, which is identic...
2001-06-07 Martin v. LöwisDocument filter.
2001-06-07 Peter Schneider... check in for patch #430846
2001-06-07 Martin v. LöwisPatch #430754: Makes ftpmirror.py .netrc aware
2001-06-07 Marc-André... Fixes [ #430986 ] Buglet in PyUnicode_FromUnicode.
2001-06-07 Martin v. LöwisPrevious check-in was by mistake, undo it.
2001-06-07 Peter Schneider... This closes bug #430849 (internal error produced by...
2001-06-07 Martin v. LöwisPatch #416220: Fix misplaced paren.
2001-06-06 Guido van RossumAcknowledge the existence of the 'platform' file, gener...
2001-06-06 Fred DrakeTypo: "descrition" --> "description"
2001-06-06 Fred DrakeAdd references to the documentation for the Python...
2001-06-06 Guido van RossumAdded quopri codec.
2001-06-06 Martin v. LöwisReport on fnmatch.filter.
2001-06-06 Martin v. LöwisPatch #409973: Speedup glob.glob, add fnmatch.filter.
2001-06-05 Martin v. LöwisWrap with extern "C". Fixes bug #428419.
2001-06-05 Martin v. LöwisFix bug #422702: Make flag argument to open optional...
2001-06-05 Martin v. LöwisAdd .pyo as an extension, fixes bug #416462. Also resto...
2001-06-05 Tim PetersMake it possible to find the use of tp_as_buffer here...
2001-06-05 Fred DrakeUpdate a "Programmer's note" about lambda forms and...
2001-06-04 Guido van RossumQuick update to the extension mechanism (extend.py...
2001-06-04 Tim PetersStore the mask instead of the size in dictobjects....
2001-06-04 Skip Montanarois -> if in rename description
2001-06-04 Fred DrakeConvert the parser module test to use PyUnit.
2001-06-04 Mark HammondAdd some useful Windows encodings - patch #423221.
2001-06-03 Martin v. LöwisImplement testGetElementsByTagNameNS.
2001-06-03 Martin v. LöwisFix getElementsByTagNameNS:
2001-06-03 Tim Peterslookdict: stop more insane core-dump mutating comparis...
2001-06-03 Tim Peterslookdict: Reduce obfuscating code duplication with...
2001-06-03 Fred DrakeExplained more differences between PyList_SetItem(...
2001-06-02 Tim PetersFinish the dict->string coredump fix. Need sleep.
2001-06-02 Tim PetersFix comment.
2001-06-02 Tim PetersCoredumpers from Michael Hudson, mutating dicts while...
2001-06-02 Neil SchemenauerSeparate CFLAGS and CPPFLAGS. CFLAGS should not contai...
2001-06-02 Tim Petersdict_popitem(): Repaired last-second 2.1 comment,...
2001-06-02 Tim PetersNew collision resolution scheme: no polynomials, simpl...
2001-06-01 Skip Montanaromore public symbols for __all__
2001-05-31 Fred DrakeDocument os.getenv().
2001-05-31 Fred DrakeSome general cleanup of the threading module documentat...
2001-05-30 Tim PetersPyErr_Occurred(): Use PyThreadState_GET(), which saves...
2001-05-30 Fred DrakeAdded entry for HTMLParser documentation.
2001-05-30 Fred DrakeMichel Pelletier <michel@digicool.com>:
2001-05-29 Tim PetersThis division test was too stringent in its accuracy...
2001-05-29 Tim PetersBadDictKey test: The output file expected "raising...
2001-05-29 Fred DrakeNew solution to the "Someone stuck a colon in that...
2001-05-29 Fred DrakeUsers of PySequence_GET_FAST() should get the length...
2001-05-29 Fred Drakereadlink() description: Added note that the return...
2001-05-29 Jeremy HyltonChange cascaded if stmts to switch stmt in vgetargs1().
2001-05-29 Jeremy HyltonInternal refactoring of convertsimple() and friends.
next