]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-01-29  Jack JansenMake balloon code dependent on existence of Help module
2001-01-29  Jack JansenRemoved device from the list of Qd incompatibilities...
2001-01-29  Jack JansenAccessor functions for regions and such expect an exist...
2001-01-29  Jack JansenPorted the icglue module to carbon.
2001-01-29  Jack JansenAdded generators for EnableMenuItem and CheckMenuItem...
2001-01-29  Jack JansenRe-enabled Scrap (even though it's mostly empty right...
2001-01-29  Jack JansenReplace {Enable,Disable,Check}Item with their carbon...
2001-01-29  Jack JansenPorted the icglue module to carbon.
2001-01-29  Jack JansenAdded Help, Scrap and icglue missing methods.
2001-01-29  Marc-André... Fixed posixpath.normpath() to respect two leading slash...
2001-01-29  Marc-André... Fixed .capitalize() method of Unicode objects to work...
2001-01-29  Sjoerd MullenderDon't use $< in normal make rules: it's not portable...
2001-01-29  Moshe ZadkaAdded news of function comparison and hashing by identity
2001-01-29  Eric S. RaymondMore on noutrefresh() and scroll().
2001-01-29  Moshe ZadkaThe one thing I love more then writing code is deleting...
2001-01-28  Jack JansenAdded cellobject.c
2001-01-28  Skip Montanaroupdated to document use of sequences of two-element...
2001-01-28  Skip Montanaroadded several more urlencode test cases - part of patch...
2001-01-28  Skip Montanaroallow first param urlencode to be a sequence of two...
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...
next