]> granicus.if.org Git - python/shortlog
python
2001-01-02 Andrew M. KuchlingAdd forgotten import
2001-01-02 Guido van RossumDuh. Instead of string.whitespace and string.digits...
2001-01-02 Fred DrakeImprove description of else clause of the try/except...
2001-01-02 Guido van RossumAdd Alt-slash to Unix keydefs (I somehow need it on...
2001-01-02 Neil SchemenauerAdd more tests for compare and coercion in preparation...
2001-01-02 Neil SchemenauerAdd garbage collection for module objects. Closes...
2001-01-01 Jack JansenUpdated for new universal headers (oops... this was...
2001-01-01 Jack JansenMinor clarficiations in the dialogs about which errno...
2001-01-01 Jack JansenNew .mcp names for tkinter and imgmodules projects.
2001-01-01 Fred DrakeFix up an awkward sentence, pointed out by Chris Ryland...
2001-01-01 Guido van RossumPatch by kragen@pobox.com: When tracing is turned on...
2000-12-31 Thomas WoutersChange documentation of 'else' clause of 'try/except...
2000-12-31 Jack JansenReplaced with .mcp projects in Extensions/Imaging
2000-12-31 Andrew M. KuchlingAdded test case for legal DOM children
2000-12-31 Andrew M. KuchlingPatch #102485 ] Check for legal children when adding...
2000-12-30 Tim PetersChristmas present to myself: changed regrtest in two...
2000-12-29 Jack JansenChanged the search path for pyexpat to include all...
2000-12-29 Tim Petersgetopt used to sort the long option names, in an attemp...
2000-12-29 Tim PetersFred, THIS NEEDS DOCS! The function docstrings tell...
2000-12-28 Martin v. LöwisMerge with 1.8 of pulldom.py:
2000-12-28 Martin v. LöwisMerge changes up to 1.10 from PyXML:
2000-12-27 Guido van RossumFixed snake logo and minus image by Daniel Calvelo.
2000-12-27 Guido van RossumMake Traceback header conform to new traceback ("innerm...
2000-12-27 Barry Warsaw(python-font-lock-keywords): Add highlighting of `as...
2000-12-27 Tim PetersFix for SF bug
2000-12-27 Tim PetersAdd test case for SF bug
2000-12-26 Andrew M. KuchlingFix doubled word
2000-12-26 Andrew M. KuchlingRemove redundant reference to tab (since it = 'horizont...
2000-12-26 Andrew M. KuchlingMake isspace(chr(32)) return true
2000-12-26 Andrew M. KuchlingDocument ERR and OK
2000-12-26 Andrew M. KuchlingAdd the curses constants ERR and OK to the module at...
2000-12-25 Fred DrakeMake sure subsections are formatted into HTML pages...
2000-12-23 Fred DrakeAdded information on the ExternalEntityParserCreate...
2000-12-23 Fred DrakeThe "context" parameter to the ExternalEntityRefParamet...
2000-12-23 Fred DrakeThe regression test for the regex module should not...
2000-12-23 Andrew M. KuchlingChoose the smallest value of x,y for the clock's radius...
2000-12-23 Andrew M. KuchlingRemove superfluous semicolons
2000-12-23 Andrew M. KuchlingCHange error messages for ord(), using "string" instead...
2000-12-23 Fred DrakeShortened / wrapped some long lines.
2000-12-22 Andrew M. KuchlingAdd 'see also' link to curses.panel
2000-12-22 Andrew M. KuchlingAdd correction caught by Thomas Gellekum (and sitting...
2000-12-22 Andrew M. KuchlingWrapper for _curses_panel module; currently this adds...
2000-12-22 Andrew M. KuchlingAdded documentation for the panel wrapper module
2000-12-22 Andrew M. KuchlingAdd _curses_panel to Setup
2000-12-22 Andrew M. KuchlingPatch #102813: add a wrapper for the panel library...
2000-12-22 Andrew M. KuchlingExport C API from this module.
2000-12-22 Andrew M. KuchlingAdded header file for C API exported by _cursesmodule.c
2000-12-22 Andrew M. KuchlingUpdate this demo to use curses.panel
2000-12-22 Andrew M. KuchlingFix bug 126587: matchobject.groupdict() leaks memory...
2000-12-21 Fred DrakeWhen using the latest & greatest version of Expat ...
2000-12-21 Fred DrakeFix lots of small markup nits.
2000-12-21 Andrew M. KuchlingAnother demo from Thomas Gellekum (seasonally-themed...
2000-12-21 Andrew M. KuchlingDocument the window.overlay() and .overwrite() methods
2000-12-21 Andrew M. KuchlingAnother patch from Thomas Gellekum: add .overlay()...
2000-12-20 Andrew M. KuchlingWhoops! Two stray characters crept in to my last check-in
2000-12-20 Andrew M. KuchlingPatch #102492, fixing bug #116677:
2000-12-20 Andrew M. KuchlingPatch #102955, fixing one of the warnings in bug #121479:
2000-12-20 Andrew M. KuchlingChange expected message for ValueError, fixing bug...
2000-12-20 Fred DrakeMake the indentation consistently use tabs instead...
2000-12-20 Andrew M. KuchlingAdd forgotten initialization. Fixes bug #120994, ...
2000-12-19 Andrew M. KuchlingPatch #102940: use only printable Unicode chars in...
2000-12-19 Jack JansenRegenerated so that NewGWorld is included.
2000-12-19 Jack JansenEmulate a few more non-carbon calls in carbon and the...
2000-12-19 Jack JansenAdded hash() and compare() functions. Needed because...
2000-12-19 Jack JansenBlacklisted a few constants with funny definitions...
2000-12-19 Andrew M. KuchlingPatch #102868 from cgw: fix memory leak when an EOF...
2000-12-19 Guido van RossumAdding a warning about the regsub module. This also...
2000-12-19 Guido van RossumAdding a warning about the regex module. This is the...
2000-12-19 Guido van RossumBe explicit about scheme_chars -- string.letters is...
2000-12-19 Andrew M. KuchlingFix typo
2000-12-19 Guido van RossumUse binary mode to open "wave" files.
2000-12-19 Guido van RossumDocument the warnings module.
2000-12-19 Fred DrakeUpdated string literals description to encompass Unicod...
2000-12-19 Guido van RossumDocument warning categories.
2000-12-19 Guido van RossumClarify __repr__ and __str__.
2000-12-19 Fred DrakeAdded documentation on the ErrorHandler interface.
2000-12-19 Guido van RossumOops. The value "0 or +1" for the category argument...
2000-12-19 Guido van RossumDocument Pyerr_Warn().
2000-12-19 Guido van RossumDocument Pyerr_Warn().
2000-12-19 Guido van RossumDocument the -W option as best as I can.
2000-12-19 Guido van RossumImprove error messages for invalid warning arguments...
2000-12-19 Guido van RossumMake string.translate(s, table) work for Unicode s...
2000-12-19 Guido van RossumFix off-by-one error in split_substring(). Fixes SF...
2000-12-19 Guido van RossumTest more split argument combinations:
2000-12-19 Guido van RossumMinimal fix for the complaints about pickling Unicode...
2000-12-19 Guido van RossumTest some Unicode pickling endcases.
2000-12-19 Guido van RossumMinimal fix for the complaints about pickling Unicode...
2000-12-18 Guido van RossumAdapted from a patch by Barry Scott, SF patch #102875...
2000-12-18 Neil Schemenauergdbm.open() no longer accepts garbage in the flags...
2000-12-18 Fred DrakeDo not talk about "real" numbers; talk about "floats...
2000-12-17 Neil SchemenauerAdd support for gdbm2 open flags ('s' and 'u'). Add...
2000-12-16 Fred DrakeAdd returns_unicode to the __members__ list.
2000-12-16 Fred DrakeDo not assume that types.UnicodeType exists; we might...
2000-12-16 Fred DrakeUse the string module instead of string methods; this...
2000-12-15 Fred Drakeurlretrieve() description included explanation of ...
2000-12-15 Fred DrakeTypo caught by /F -- thanks!
2000-12-15 Guido van RossumAdd definitions for PySys_ResetWarnOptions() and
2000-12-15 Guido van RossumAdd declarations for PySys_ResetWarnOptions() and
2000-12-15 Guido van RossumAdd the -W option.
2000-12-15 Guido van RossumPython part of the warnings subsystem.
next