]> granicus.if.org Git - python/shortlog
python
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.
2000-12-15 Guido van RossumAdd PyErr_Warn().
2000-12-15 Guido van RossumAdd definitions for standard warning category classes...
2000-12-15 Guido van RossumAdd declarations for standard warning category classes...
2000-12-15 Fred DrakeBefore calling traceback.print_exc(), call sys.stdout...
2000-12-15 Fred DrakeDOMException.__init__(): Remember to pass self to...
2000-12-15 Guido van RossumComment out a debugging print statement that triggered...
2000-12-15 Fred DrakeAdded documentation for random.shuffle().
2000-12-15 Guido van RossumGet rid of string functions.
2000-12-15 Guido van RossumGet rid of string functions. References to string...
2000-12-15 Guido van RossumGet rid of string functions.
2000-12-15 Guido van RossumGet rid of string functions, except maketrans() (which...
2000-12-15 Andrew M. KuchlingAdd test case for error message raised by bad % format...
2000-12-15 Andrew M. Kuchling[ Patch #102852 ] Make % error a bit more informative...
2000-12-15 Fred DrakeGrant Griffin <grant.griffin@honeywell.com>:
2000-12-15 Andrew M. KuchlingFix typo
2000-12-15 Andrew M. KuchlingDocument napms()
2000-12-15 Andrew M. Kuchling[Patch #102827] Fix for PR#119558, avoiding core dumps...
2000-12-15 Andrew M. KuchlingWrapper for napms() function, contributed by Thomas...
2000-12-15 Andrew M. KuchlingCurses demos contributed by Thomas Gellekum <tg@FreeBSD...
2000-12-14 Jack JansenVarious tweaks. It now returns the exact same files...
2000-12-14 Jack JansenOops, interaction() returned a single value in stead...
2000-12-14 Jack JansenFirst stab at a script that mimicks Matthias Neerachers...
2000-12-14 Jack JansenSet autodispose only if RefCon isn't set yet on the...
2000-12-14 Guido van RossumFix bit rot: use sock.connect((host, port)) and allow...
2000-12-14 Fred DrakeFor the title page, insert the package version number...
2000-12-14 Fred DrakeUpdate the test suite to cover more ground.
2000-12-14 Fred DrakeLots of small bug fixes and DOM API conformance improve...
2000-12-14 Fred DrakeAdjust PullDOM to use a DOMImplementation instance...
next