]> granicus.if.org Git - python/shortlog
python
2001-01-12 Jack JansenSetpopupData and GetPopupData are gone under Carbon...
2001-01-12 Jack Jansenxstat() will never be implemented under Carbon. Fortuna...
2001-01-12 Jack JansenAlways use c2pstrcpy in stead of c2pstr, not only when...
2001-01-12 Fred DrakeAdded note that this module was added in Python 2.1.
2001-01-12 Fred DrakeUpdate the docstring for apply() so that "args" is...
2001-01-12 Guido van RossumNews about from...import.
2001-01-12 Guido van RossumTwo changes to from...import:
2001-01-12 Guido van Rossum(Modified) patch by Ping - SF Patch #102681.
2001-01-12 Andrew M. KuchlingChange LONG_BIT error warning to mention glibc, too...
2001-01-12 Tim PetersA variant of SF patch 103028 (Make tempfile.mktemp...
2001-01-11 Jack JansenWhen compiling for GUSI and Carbon disable te "keep...
2001-01-11 Jack JansenDisabled a few other routines that are available in...
2001-01-11 Jack JansenAdded GUSI-Carbon targets (both threading and nonthread...
2001-01-11 Fred DrakeUpdated descriptions to incorporate additional informat...
2001-01-11 Tim PetersExport mmap's entry point under Windows (thanks, MarkH...
2001-01-11 Martin v. LöwisDocument \code{import} in pth files.
2001-01-11 Fred DrakeFixed minor markup nits for consistency with the rest...
2001-01-11 Thomas WoutersConform the new module to /the/ C style.
2001-01-11 Andrew M. KuchlingDelete unused import of pprint module
2001-01-11 Guido van RossumTypo.
2001-01-11 Thomas WoutersMove the _socket module closer to the SSL-_socket line...
2001-01-11 Martin v. LöwisPatch #103134: Support import lines in pth files.
2001-01-11 Moshe ZadkaFixed bugs noted by Greg Stein
2001-01-11 Eric S. RaymondAdded pointer on POP3 variations.
2001-01-11 Greg Steinstdout is sometimes a macro; use "outf" instead.
2001-01-11 Moshe ZadkaImplementation of PEP-0217.
2001-01-11 Eric S. RaymondCorrections and additions to the documentation for...
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...
next