]> granicus.if.org Git - python/shortlog
python
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...
2000-12-14 Guido van RossumTest for NULL returned from PyObject_NEW().
2000-12-14 Guido van RossumTest for NULL returned from PyObject_NEW().
2000-12-14 Fred DrakeUpdate information on the locking() function, added...
2000-12-13 Tim PetersAdd long-overdue docstrings to dict methods.
2000-12-13 Fred DrakeFinish a sentence that was left half-written!
2000-12-13 Tim PetersUse METH_VARARGS instead of "1" in list method table.
2000-12-13 Fred DrakeWhen raising KeyError, provide the key value that failed.
2000-12-13 Moshe ZadkaChanging allow_reuse_address's default value, and docum...
2000-12-13 Fred DrakeUntabify! (Barry, this is gonna cost you a bottle...
2000-12-13 Tim PetersTypo repair in comments. Fell for GregS's .popitem...
2000-12-13 Fred DrakeAdded "stub" documentation for xml.dom.pulldom for...
2000-12-13 Guido van RossumGet rid of string module and string exceptions.
2000-12-13 Fred DrakeAdded descriptions of the defined exceptions and their...
2000-12-13 Martin v. LöwisSet CXX even when --with-cxx is not specified. Closes...
2000-12-13 Martin v. LöwisSet CXX even when --with-cxx is not specified. Closes...
2000-12-13 Fred DrakeAdd code to DOMException to ensure it cannot be instant...
2000-12-13 Martin v. LöwisAdd standard DOM exception hierarchy.
2000-12-13 Martin v. LöwisDocument --with-cxx.
2000-12-13 Andrew M. KuchlingCheck in README file and one demo program
2000-12-13 Tim PetersBring comments up to date (e.g., they still said the...
2000-12-12 Fred DrakeUpdate the code to better reflect recommended style:
2000-12-12 Barry WarsawChange the file's indentation from tabs to 4 spaces...
2000-12-12 Barry WarsawAccept Finn Bock's patch #102208 to hardcode EINVAL...
2000-12-12 Fred DrakeUpdate the code to better reflect recommended style:
2000-12-12 Jack JansenThe Mac C library (MSL from CodeWarrior 6) and I/O...
2000-12-12 Jack JansenThe ".pth" code knew about the layout of Python trees...
2000-12-12 Jack JansenUse c2pstr() in stead of Pstring() to convert C-strings to
2000-12-12 Jack JansenOptionally weed out duplicate prototypes for the same...
2000-12-12 Jack JansenAdapted to new standard for initmodule() routine: don...
2000-12-12 Jack JansenVarious new standard types.
2000-12-12 Jack JansenAdded support for generating a single module from multi...
2000-12-12 Jack JansenRefer to the sourceforge site for gusi downloads.
2000-12-12 Jack JansenPut all AE constants into AppleEvents.py
2000-12-12 Jack JansenQdoffs now exports the GWorldObj_{New,Convert} functions.
2000-12-12 Jack JansenAdded a c2pstrcpy() function.
2000-12-12 Guido van RossumDescribe {}.popitem().
2000-12-12 Jack JansenMore toolbox modules adapted to Universal Headers 3...
2000-12-12 Jack JansenUse new multi-input-file feature of bgen in stead of...
2000-12-12 Jack JansenRegenerated from Universal Headers 3.3.2
2000-12-12 Jack JansenPut all AE constants into AppleEvents.py
2000-12-12 Guido van RossumAdd popitem().
2000-12-12 Guido van Rossum"Documentation" for {}.popitem().
2000-12-12 Guido van RossumAdded test for {}.popitem().
2000-12-12 Guido van RossumAdd popitem() -- SF patch #102733.
next