]> granicus.if.org Git - python/shortlog
python
2001-01-10 Charles G.... Add missing Py_DECREF in fast_cfunction. Partial fix...
2001-01-10 Guido van RossumSF Patch #102357 by bbum: Add support for frameworks...
2001-01-10 Guido van RossumSF Patch #102362 by bbum: Support dynamic module loadin...
2001-01-10 Guido van RossumOops, one more part of the cygwin patch (SF patch ...
2001-01-10 Guido van RossumFinal part of SF patch #102409 by jlt63: Cygwin Python...
2001-01-10 Guido van RossumPart of SF patch #102409 by jlt63: Cygwin Python DLL...
2001-01-10 Guido van RossumPart of SF patch #102409 by jlt63 to support building...
2001-01-10 Guido van RossumSF Patch #103154 by jlt63: Cygwin Check Import Case...
2001-01-10 Guido van RossumAdded a whole slew of news items. Not striving for...
2001-01-10 Eric S. RaymondSourceForge patch #103140, checked in at fdrake's invit...
2001-01-10 Guido van RossumAdapted version of SF Patch #103173 by pyretic: make...
2001-01-10 Guido van RossumAdapted version of Eric Raymond's patches to automatica...
2001-01-10 Guido van RossumAdd loop.c -- a test program for repeatedly calling...
2001-01-10 Guido van RossumFix weird typo caused by ANSIfication (nobody bothered...
2001-01-10 Marc-André... Moved the test codec definition to a new module and...
2001-01-10 Tim PetersWindows mmap should (as the docs probably <wink> say...
2001-01-10 Fred DrakeFix a typo, remove one copy of a duplicated name.
2001-01-09 Tim PetersMake Windows build compile new xreadlinesmodule.
2001-01-09 Tim PetersAssorted xreadlines problems:
2001-01-09 Fred DrakeRemove bogus "echo" command.
2001-01-09 Fred DrakeAdded documentation for the xreadlines module & related...
2001-01-09 Jack JansenResurrected Small Carbon Python as a target in PythonSt...
2001-01-09 Jack JansenFSSpec names may be longer on carbon (1024 chars),...
2001-01-09 Jack JansenDon't need to define c2pstrcpy() on Carbon: it's in...
2001-01-09 Jack JansenIf we're not using GUSI the "keep open on unseen output...
2001-01-09 Jack JansenCarbon defines {Get,Set}ControlDataHandle, so unfortuna...
2001-01-09 Jack JansenCarbon defines {Get,Set}ControlDataHandle, so unfortuna...
2001-01-09 Jack JansenVarious tweaks to make it everything build and compile...
2001-01-09 Fred DrakeAdded a --global-module-index option to specify a ...
2001-01-09 Guido van RossumJeff Epler's patch adding an xreadlines() method. ...
2001-01-09 Guido van RossumTest for xreadline.
2001-01-09 Guido van RossumJeff Epler's xreadlines module, with slight reformattin...
2001-01-09 Fred DrakeMiscellaneous updates.
2001-01-09 Fred DrakeSteve Holden <sholden@holdenweb.com>:
2001-01-09 Fred DrakeAdded names.
2001-01-09 Fred DrakeAdded missing word; fixed minor nits.
2001-01-09 Fred DrakeAdded entry for fpectl module documentation.
2001-01-09 Fred DrakeAdded entry for fpectl module documentation.
2001-01-09 Fred DrakeDocumentation for the fpectl module, from Lee Busby...
2001-01-09 Andrew M. KuchlingCheck in patch #102971: if library_dirs is a string...
2001-01-09 Andrew M. KuchlingPatch #102953: Fix bug #125452, where shlex.shlex hangs...
2001-01-09 Guido van RossumAddress a bug in the uuencode decoder, reported bu...
2001-01-09 Guido van RossumTsk, tsk, tsk. Treat FreeBSD the same as the other...
2001-01-08 Andrew M. KuchlingRemove configure test for getline(), since it's no...
2001-01-08 Guido van RossumAnonymous SF bug report #128053 point out that the...
2001-01-08 Fred DrakeExplain that long options are matched based on a unique...
2001-01-08 Fred DrakeGetoptError is always initialized with exactly two...
2001-01-08 Moshe ZadkaFixed bug which caused HTTPS not to work at all with...
2001-01-08 Neil SchemenauerFix a silly bug in float_pow. Sorry Tim.
2001-01-08 Fred DrakeThe Python/C API deals in PyObject*, not PyDictObject*.
2001-01-08 Fred DrakeText.__init__(): Make sure the data parameter is a...
2001-01-08 Tim PetersA few reformats; no logic changes.
2001-01-08 Guido van RossumLet's hope that three time's a charm...
2001-01-08 Tim Peters18 isn't a prime (duh).
2001-01-08 Tim PetersFiddled ms_getline_hack after talking w/ Guido: made...
2001-01-07 Tim PetersMS Win32 .readline() speedup, as discussed on Python...
2001-01-07 Guido van RossumTim noticed that I had botched get_line_raw(). Looking...
2001-01-07 Fred DrakeAdd more regression tests, including for the import...
2001-01-07 Fred DrakeFix problems with validation of import statement parse...
2001-01-06 Marc-André... This patch adds a new feature to the builtin charmap...
2001-01-06 Marc-André... This patch adds a new feature to the builtin charmap...
2001-01-05 Guido van RossumAdded "repeat.py" -- repeatedly execute a shell command...
2001-01-05 Guido van RossumConfiguration test for working getc_unlocked() (and...
2001-01-05 Guido van RossumSpeed it up by using readlines(sizehint). It's still...
2001-01-05 Guido van RossumRestructured get_line() for clarity and speed.
2001-01-05 Tim PetersClarification of new bisect module functions.
2001-01-05 Fred DrakeUpdate explanation of the set_location() method to...
2001-01-05 Fred DrakeAdd test cases based on RFC 1808. So now we actually...
2001-01-05 Fred Drakeurlunparse(): Do not add a leading slash to the path...
2001-01-05 Tim PetersFix signed/unsigned wng. Unfortunately, (unsigned...
2001-01-04 Fred DrakeWhen a PyCFunction that takes only positional parameter...
2001-01-04 Martin v. LöwisRecognize pyc files even if they don't end in pyc.
2001-01-04 Fred DrakeFix the bugfix for SF bug #127151 -- make sure we map...
2001-01-04 Fred Drake__rcmp__() description: Changed to indicate that this...
2001-01-04 Fred DrakeBased on comments from Guido, do not describe bisect...
2001-01-04 Fred DrakeMarkup nit: Command line options should be marked...
2001-01-04 Fred DrakeMarkup nit: Command line options should be marked...
2001-01-04 Fred DrakeFix typo spotted by Detlef Lannert <lannert@users.sourc...
2001-01-04 Fred DrakeAdded information about the interaction of opening...
2001-01-04 Fred DrakeMarkup nit: OK and ERR should be marked \constant...
2001-01-04 Fred DrakeUpdate documentation to include the new functions,...
2001-01-04 Fred DrakeDescription of long(): A string parameter is no longer...
2001-01-04 Neil SchemenauerAdd NotImplemented to the builtin module.
2001-01-04 Neil SchemenauerChanges for PEP 208. PyObject_Compare has been rewritt...
2001-01-04 Neil SchemenauerMake long a new style number type. Sequence repeat...
2001-01-04 Neil SchemenauerMake int a new style number type. Sequence repeat...
2001-01-04 Neil SchemenauerMake float a new style number type.
2001-01-04 Neil SchemenauerMake instances a new style number type. See PEP 208...
2001-01-04 Neil SchemenauerMassive changes as per PEP 208. Read it for details.
2001-01-04 Neil SchemenauerNo more RCmp.
2001-01-04 Neil SchemenauerSequence repeat works now for in-place multiply with...
2001-01-04 Neil Schemenauer__rcmp__ no longer gets called on instances. Remove...
2001-01-04 Neil SchemenauerNumbers no longer compare smaller than all other types...
2001-01-04 Neil Schemenauer- Add nb_cmp slot for new style nubmers.
2001-01-04 Neil SchemenauerRemove PyInstance_*BinOp functions.
2001-01-04 Neil SchemenauerDocument the NotImplemented object.
2001-01-04 Andrew M. KuchlingPatch #103012: Update fpectlmodule for current glibc;
2001-01-03 Jeremy HyltonActually call the object with an __call__ method, inste...
2001-01-03 Jeremy HyltonRevised implementation of CALL_FUNCTION and friends.
2001-01-03 Guido van RossumTwo new names.
next