]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-01-28  Andrew M. KuchlingBug #130117: add a prototype required to compile cleanl...
2001-01-28  Fred DrakeAdjust documentation for new.instance() to reflect...
2001-01-28  Jack JansenRemove single "." components from pathnames, and return...
2001-01-28  Jack JansenData pathnames were not converted from URL-style to...
2001-01-28  Martin v. LöwisAllow installation of IDLE via distutils (patch #103138).
2001-01-28  Fred DrakeDocument the PyInstance_*() functions and data.
2001-01-28  Tim PetersSF bug #130306: statcache.py full of thread problems.
2001-01-28  Fred DrakeAdded tests for new signature of new.instance().
2001-01-28  Fred Drakenew_instance(): Use PyInstance_NewRaw() instead of...
2001-01-28  Fred DrakeRe-factored PyInstance_New() into PyInstance_New()...
2001-01-28  Fred DrakeAdded prototype for PyInstance_NewRaw().
2001-01-28  Eric S. RaymondInstructive example for strftime(); how to generate...
2001-01-28  Tim PetersIt's unclear whether PyMarshal_XXX() are part of the...
2001-01-27  Neil SchemenauerFix a typo.
2001-01-27  Neil Schemenauer- Fix buildno dependencies (I hope).
2001-01-27  Neil Schemenauerthe usual
2001-01-27  Neil Schemenauer- Remove Guido's LINKCC=CXX experiment.
2001-01-27  Fred Drakeinit_curses_panel(): Be more consistent with indentatio...
2001-01-27  Eric S. RaymondEmphasis that instantiating this class doesn't consume...
2001-01-27  Martin v. LöwisExcept HierarchyRequestErr instead of TypeError.
2001-01-27  Martin v. LöwisRe-indent.
2001-01-27  Martin v. LöwisSynchronize with PyXML 1.5.
2001-01-27  Martin v. LöwisSynchronize with PyXML 1.10
2001-01-27  Martin v. LöwisRe-indent.
2001-01-27  Martin v. LöwisMerge changes of PyXML 1.13:
2001-01-27  Martin v. LöwisSynchronize with 1.10 of PyXML: Close parser when done.
2001-01-27  Neil SchemenauerGrow that RCS file!
2001-01-27  Neil SchemenauerRestore --with-suffix option. AC_EXEEXT doesn't aways...
2001-01-27  Tim PetersSF bug http://sourceforge.net/bugs/?func=detailbug...
2001-01-27  Tim PetersAdded news about repr(string).
2001-01-27  Andrew M. KuchlingBug #129904: Put back the path component for the Tkinte...
2001-01-26  Tim PetersNew comment block to Clarify a subtlety.
2001-01-26  Andrew M. KuchlingFarewell setup.cfg.in, we hardly knew ye. We need...
2001-01-26  Andrew M. KuchlingRemoved setup.cfg from the list of generated files
2001-01-26  Andrew M. KuchlingRemaining single-line change from patch #102409: to...
2001-01-26  Neil Schemenauer- Edit the QNX instructions to refer to Makefile, not...
2001-01-26  Andrew M. KuchlingRemove unused import of 'string'
2001-01-26  Fred DrakeFix a number of typos found by Guido.
2001-01-26  Fred DrakeMassively improved documentation for string formatting...
2001-01-26  Martin v. LöwisPatch #103052: Restore non-cyclic operation of pulldom...
2001-01-26  Marc-André... Be extra careful with linking against libtermcap. This...
2001-01-26  Marc-André... Fixed setup.py to allow:
2001-01-26  Marc-André... Added an execution layer to be able to customize per...
2001-01-26  Jeremy Hyltonunnecessary semicolon
2001-01-26  Jeremy Hyltonunnecessary semicolon
2001-01-26  Jack JansenGot waste to work for Carbon.
2001-01-26  Neil Schemenauer- Use PY_CFLAGS when compile modules that will be part...
2001-01-26  Neil Schemenauer- LIBRARY is now a SUBST variable.
2001-01-26  Neil SchemenauerThe usual.
2001-01-26  Neil Schemenauer- Add CFLAGSFORSHARED variable. configure sets this...
2001-01-26  Fred DrakeTypo: coplete --> complete
2001-01-26  Tim PetersThe combo of getstate/setstate/jumpahead is very powerf...
2001-01-26  Tim PetersSF bug 130030: Claim of bad betavariate algorithm.
2001-01-26  Tim PetersTeach Windows build about new cellobject.c.
2001-01-25  Fred DrakeThe addition of new parameters to functions in the...
2001-01-25  Guido van RossumCorrect one-line typo, reported by yole @ SF, bug 130077.
2001-01-25  Jeremy HyltonFix arguments for PyFrame_New(). The previous checkin...
2001-01-25  Tim PetersNew info in beep() docstring.
2001-01-25  Tim PetersCosmetic changes after some sleep; no change in semantics.
2001-01-25  Jeremy HyltonBetter error message when non-dictionary received for...
2001-01-25  Jeremy HyltonPEP 227 implementation
2001-01-25  Jeremy HyltonPEP 227 implementation
2001-01-25  Jeremy HyltonIn subst_vars(), change the name of the argument from...
2001-01-25  Jeremy HyltonPEP 227 implementation
2001-01-25  Jeremy HyltonPEP 227 implementation
2001-01-25  Neil SchemenauerMake module objects from Setup depend on Python.h headers.
2001-01-25  Jeremy HyltonPEP 227 implementation
2001-01-25  Jeremy HyltonPEP 227 implementation
2001-01-25  Jack Jansenucnhash module has gone, xreadlines module added.
2001-01-25  Fred DrakeAdd bzip2 archives back to the set of generated archive...
2001-01-25  Fred DrakeRemoved references to Python 1.5.3; that was a "tentati...
2001-01-25  Fred DrakeUpdate link to LaTeX2HTML web site.
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.
next