]> granicus.if.org Git - python/shortlog
python
2001-01-25 Jeremy Hyltonadd extra tests to verify that co_varnames is being...
2001-01-25 Jeremy HyltonFix bug reported by Ka-Ping Yee: The compiler botched...
2001-01-25 Jack Jansenucnhash module has gone.
2001-01-25 Jack Jansenucnhash module has gone, xreadlines module added.
2001-01-25 Skip Montanaroadded a few more __all__ lists
2001-01-25 Skip Montanarofail more completely by deleting dbhash from sys.module...
2001-01-25 Sjoerd MullenderLet's keep things portable to non GCC compilers, please.
2001-01-25 Tim PetersClarify winsound.beep docs, in response to c.l.py beep...
2001-01-25 Tim PetersFix bugs introduced by rewrite (in particular, time...
2001-01-25 Tim PetersReworked random.py so that it no longer depends on...
2001-01-25 Barry WarsawA \begin{funcdesc} was closed with an \end{methoddesc}.
2001-01-25 Barry WarsawFixed a bug where \& was needed.
2001-01-25 Barry WarsawProvide a much better (and complete!) description of...
2001-01-25 Barry Warsawlockf_doc: a much better description of the lockf(...
2001-01-24 Tim PetersSupply long-missing docs for random.seed(). Extensive...
2001-01-24 Guido van RossumCheck the Py_TPFLAGS_HAVE_RICHCOMPARE flag before using the
2001-01-24 Guido van RossumAdd a flag to indicate the presence of the tp_richcompa...
2001-01-24 Guido van RossumFix the test output, now that escapes in repr() of...
2001-01-24 Guido van RossumFix the test output, now that escapes in repr() of...
2001-01-24 Guido van RossumThe array type was missing the Py_TPFLAGS_DEFAULT initi...
2001-01-24 Andrew M. KuchlingNew asynchat.py from Sam Rushing: this foregoes using...
2001-01-24 Fred DrakeFix an obvious usage nit I should have caught myself...
2001-01-24 Neil SchemenauerUpdate the build instructions for flat makefile.
2001-01-24 Neil SchemenauerThe usual.
2001-01-24 Neil Schemenauer- build now happens in toplevel directory, add subdir...
2001-01-24 Ka-Ping YeeShow '\011', '\012', and '\015' as '\t', '\n', '\r...
2001-01-24 Neil SchemenauerPatch from Andrew to properly set module source directory.
2001-01-24 Neil SchemenauerThere is no more Modules/Makefile, use toplevel Makefile.
2001-01-24 Neil SchemenauerChanges for flat makefile. Building of modules happens...
2001-01-24 Neil SchemenauerBuild now happens in toplevel directory, not Modules...
2001-01-24 Neil SchemenauerFlat makefile based on toplevel Makefile.in and makefil...
2001-01-24 Fred DrakeRemove evil "sec:" prefix from some \label markups...
2001-01-24 Fred DrakeAttributeList --> NamedNodeMap
2001-01-24 Jack JansenGot rid of extraneous Modues:TE in the search path.
2001-01-24 Jack JansenWaste and scrap now sort-of work for Carbon. Scrap...
2001-01-24 Jack JansenRecognize {compiler} and {project} prefixes to pathname...
2001-01-24 Jack JansenRegenerated (and manually massaged for PutScrap) so...
2001-01-24 Jack JansenQuick (manual) fix to make the module compile with...
2001-01-24 Jack JansenWaste and scrap now sort-of work for Carbon. Scrap...
2001-01-24 Andrew M. KuchlingUpdated version of asyncore.py from Sam Rushing:
2001-01-24 Andrew M. KuchlingPart of patch #102409: special cases for Cygwin:
2001-01-24 Jack JansenBlacklisted (for the time being) the functions that...
2001-01-24 Jack JansenBuild directives for PythonStandalone were missing.
2001-01-24 Jack JansenAdded the GrafPort attributes that are unavailable...
2001-01-24 Jack JansenImplemented direct attribute access for Carbon builds...
2001-01-24 Tim Peterstest___all__ was failing on WIndows because locale...
2001-01-24 Tim PetersWindows: ucnhash subproject no longer exists (/F merge...
2001-01-24 Fredrik Lundhucnhash is no longer used
2001-01-24 Fredrik Lundhnew unicodedata functions (name, lookup)
2001-01-24 Fredrik Lundhucnhash is no longer used
2001-01-24 Fredrik Lundhthe ucnhash module is no longer used
2001-01-24 Fredrik LundhMove uchhash functionality into unicodedata (after...
2001-01-24 Skip Montanarodocumented (new) optional doseq parameter to urlencode.
2001-01-24 Skip Montanaroa few more modules get __all__
2001-01-24 Barry WarsawPyObject_Dump() -> _PyObject_Dump()
2001-01-24 Barry WarsawPyGC_Dump() -> _PyGC_Dump()
2001-01-24 Barry WarsawPyObject_Dump() -> _PyObject_Dump()
2001-01-24 Barry Warsaw__all__: removed "error", "abort", "readonly", as these...
2001-01-24 Barry WarsawIt's "gopherlib" not "gopher".
2001-01-24 Andrew M. KuchlingModified version of part of patch #102409 for Cygwin:
2001-01-24 Andrew M. KuchlingAdd names of people who've pointed out broken links...
2001-01-24 Andrew M. KuchlingFredrik pointed out that the database shrank more than 55K
2001-01-23 Jack JansenAlso build the Carbon extension modules.
2001-01-23 Jack JansenRemoved extraneous references to Modules:TE
2001-01-23 Jack JansenThe C-prefix file for Carbon plugin projects.
2001-01-23 Jack JansenAh well, why not check this in. A script to remove...
2001-01-23 Jack JansenProjects for Carbon plugin modules.
2001-01-23 Jack JansenUse &# escape for non-ascii chars.
2001-01-23 Jack JansenAdded an attribute runtimemodel, which is either "ppc...
2001-01-23 Jack JansenAdded the actual builds of the carbon projects.
2001-01-23 Jack JansenGenerate Carbon as well as classic PPC plugin projects...
2001-01-23 Jack JansenVarious settings were unconditionally set. Allow them...
2001-01-23 Jack JansenIf the template is not specified it depends on the...
2001-01-23 Jack JansenAdded a template for Carbon plugin projects.
2001-01-23 Jack JansenMoved files from template to template-ppc, as this...
2001-01-23 Andrew M. KuchlingFix for MacOS X/Darwin: it doesn't need -lm, ever....
2001-01-23 Barry Warsaw_PyImport_Inittab: define the exceptions module's init...
2001-01-23 Jack JansenAdded a note about the memory size.
2001-01-23 Jack JansenUpped the default memory size to a whopping 24Mb, which...
2001-01-23 Jack JansenUse &# escape for non-ascii chars.
2001-01-23 Barry WarsawSlight reworking to make it more useful for debugging
2001-01-23 Barry WarsawUpdates and changes:
2001-01-23 Barry WarsawAdd prototype for PyGC_Dump() -- but only inside the...
2001-01-23 Barry WarsawAdd prototype for PyObject_Dump().
2001-01-23 Barry WarsawPyObject_Dump(): Use %p format to print the address...
2001-01-23 Barry WarsawA few useful definitions if you're using gdb. Copy...
2001-01-23 Barry WarsawA few miscellaneous helpers.
2001-01-23 Barry WarsawLeak pluggin', bug fixin' and better documentin'. ...
2001-01-23 Jack JansenA script to search for methods that are missing in...
2001-01-23 Jack JansenMade the about box a bit larger (Apparently MacOSX...
2001-01-23 Eric S. RaymondFixed autoraise glitches.
2001-01-23 Skip Montanaroadded a few more __all__ lists
2001-01-23 Andrew M. KuchlingJeremy didn't write PEP 205, Fred did!
2001-01-23 Jack JansenSigh... First test before committing. InvalWindowRect...
2001-01-23 Jack JansenReplaced InvalRect and friends with the Carbon-complian...
2001-01-23 Jack JansenReplaced InvalRect and friends with the Carbon-complian...
2001-01-23 Eric S. RaymondExpose the autoraise capability. Improve the documenta...
2001-01-23 Eric S. RaymondOops...finish a mangled sentence.
2001-01-23 Eric S. RaymondRewrite webbrowser.py to fix various bugs following...
2001-01-23 Tim PetersRestore alphabetic order. Also try to import rlcomplet...
next