]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-02-15  Guido van RossumOops, somehow the initial checkin was botched. :-(
2000-02-15  Guido van RossumAdded some clarifications.
2000-02-15  Guido van RossumTemporarily add a copy here for easy distribution.
2000-02-15  Guido van RossumMore changes.
2000-02-15  Guido van RossumNotice status back and stack viewer.
2000-02-15  Guido van RossumSupport for Moshe's status bar.
2000-02-15  Guido van RossumStatus bar code -- by Moshe Zadka.
2000-02-15  Guido van RossumAdding the old stack viewer implementation back, for...
2000-02-15  Guido van RossumNew stack viewer, uses a tree widget.
2000-02-15  Guido van RossumCorrect a typo and remove an unqualified except that...
2000-02-15  Guido van RossumAdd an XXX comment about the ClassBrowser AIP.
2000-02-15  Guido van RossumUpdated change log.
2000-02-15  Guido van RossumNews update. Probably incomplete; what else is new?
2000-02-15  Guido van RossumUpdated for pending IDLE 0.5 release (still very rough...
2000-02-15  Guido van RossumTiny addition.
2000-02-15  Guido van RossumIn response to one particular complaint on edu-sig...
2000-02-14  Jeremy Hyltonedit a doc string
2000-02-14  Andrew M. KuchlingMake multiplying a sequence by a long integer (5L ...
2000-02-14  Jeremy Hyltonget rid of spurious print
2000-02-14  Guido van RossumPatch by Gerrit Holl:
2000-02-14  Guido van RossumPatch by Gerrit Holl:
2000-02-14  Jeremy Hyltonlooks like everything is working except for try/except...
2000-02-14  Jeremy HyltonLeftShift & RightShift: fix reprs, change attr names...
2000-02-14  Fred DrakeFix the question marks next to the expansions of some...
2000-02-14  Jeremy Hyltonrename several of the generic attribute names for nodes...
2000-02-14  Jeremy Hylton(), [], and {} should not be represented as constant...
2000-02-14  Guido van RossumPatch by Jack Jansen:
2000-02-14  Jeremy Hyltonsplit compile.py into two files
2000-02-12  Jeremy Hyltonchange MODULE_NAMESPACE/FUNCTION_NAMESPACE stuff to...
2000-02-11  Jack JansenAnd added a note about needing two "cvs update"s.
2000-02-11  Jack JansenExplained that you have to checkout the Mac portion...
2000-02-11  Jeremy Hyltonadd support for Lambda nodes
2000-02-11  Greg WardDitched '_find_SET()', since it was a no-value-added...
2000-02-11  Greg WardLatest patch from Thomas Heller/Robin Becker:
2000-02-10  Jeremy Hyltonadd loop handling via
2000-02-10  Jeremy Hyltonadd an __len__ to Set and Stack
2000-02-10  Barry WarsawDocument the API changes to the nntplib module (excepti...
2000-02-10  Barry WarsawAdded new exception classes:
2000-02-10  Fred DrakeEnable -t when compiling Python library modules in...
2000-02-10  Jeremy Hyltonadd namespace attr to CodeGenerator, can be either...
2000-02-10  Fred DrakeUntabify to pass the -tt test.
2000-02-10  Fred DrakeDetabify.
2000-02-10  Jack JansenIn AskYesNoCancel() treat the "yes" and "no" buttons...
2000-02-10  Fred DrakeMake this pass the -tt test.
2000-02-10  Greg WardStylistic changes to the registry-grovelling code:...
2000-02-10  Greg WardTypecheck 'output_dir' argument to compile/link methods.
2000-02-10  Greg WardPath from Thomas Heller: resurrect the .def file kludge...
2000-02-10  Greg WardPatch from Thomas heller:
2000-02-10  Jeremy Hyltonadd ExampleASTVisitor:
2000-02-10  Jeremy Hyltonadd remove method to set
2000-02-09  Greg WardAdded 'debug' option, and changed compile/link calls...
2000-02-09  Greg WardAdded 'debug' option (just there for 'build_ext' and...
2000-02-09  Greg WardAdded 'debug' flags to compile and link methods, and...
2000-02-09  Greg WardAdded 'debug' flags to compile and link methods, and...
2000-02-09  Greg WardAdded 'debug' flag to compile and link method signatures.
2000-02-08  Jeremy Hyltonadd optional verbose arg to walk function. it override...
2000-02-08  Jeremy Hyltonmake all unary operators have a single child node calle...
2000-02-08  Jeremy Hyltonadd spaces to comparison names is not and not in to...
2000-02-08  Jeremy Hyltonnow produces valid pyc files for a least a trivial...
2000-02-08  Jeremy Hyltonconstants from transformer
2000-02-08  Jeremy Hyltonmove constants out of transformer so that they can...
2000-02-08  Fred Drakeget_config_h_filename(): Support NT as well as Posix...
2000-02-08  Greg WardRevised version (thank to Thomas Heller and Robin Becke...
2000-02-08  Greg WardDitch .def file kludge for (much smaller) /export optio...
2000-02-07  Fred DrakeProtect against core dumps in gdbm: don't allow access...
2000-02-07  Fred DrakeAdded test case for accessing gsbm database by key...
2000-02-07  Guido van RossumSame patch (also by Mark Hammond) for this straggler...
2000-02-05  Greg WardAdded 'libraries' option for use by the 'build_lib...
2000-02-05  Greg WardRun the 'build_lib' command before building extensions...
2000-02-05  Greg WardNew command to build C (and C++, hopefully) libraries...
2000-02-05  Greg WardTweaked various comments, docstrings, and error messages.
2000-02-04  Fred DrakePatch from Paul Sokolovsky <Paul.Sokolovsky@technologis...
2000-02-04  Jeremy Hyltonrapid evolution towards producing real .pyc files ...
2000-02-04  Guido van RossumAdded a simple test program to disassemble a file,...
2000-02-04  Guido van RossumActually, the previous batch's comment should have...
2000-02-04  Guido van RossumThe third and final doc-string sweep by Ka-Ping Yee.
2000-02-04  Guido van RossumMore trivial comment -> docstring transformations by...
2000-02-04  Jeremy Hyltonchecking in initial weekend's work
2000-02-04  Jeremy Hyltonmake p2c a package
2000-02-04  Jeremy Hyltonthree files from the p2c cvs tree. the message here...
2000-02-03  Greg WardImproved an error message.
2000-02-03  Greg WardChanged 'compile()' method to compile files one-at...
2000-02-03  Guido van RossumMark Hammond renames the x86 projects back to what...
2000-02-03  Fred DrakeThe dircmp module is now obsolete.
2000-02-03  Fred DrakeThese modules are now declared obsolete.
2000-02-03  Guido van RossumAccording to Harri Pasanen, the Solaris+gcc test for...
2000-02-03  Guido van RossumAccording to Harri Pasanen, the Solaris+gcc test for...
2000-02-03  Guido van Rossum# module filecmp
2000-02-02  Guido van RossumIn _fileobject, optimize read() a bit (it could be...
2000-02-02  Guido van RossumOptimize abspath() slightly for the case that win32api...
2000-02-02  Guido van RossumMake read() and readlines() conform more to the file...
2000-02-02  Guido van RossumMass patch by Ka-Ping Yee:
2000-02-02  Greg WardPatch from Joe Van Andel: fix arg to % operator in...
2000-02-02  Greg WardComment fix.
2000-02-01  Guido van RossumSjoerd Mullender writes:
2000-02-01  Fred DrakeAdded docstring to crypt.crypt() based on the documenta...
2000-01-31  Guido van RossumThe initialization of posix_putenv_garbage should only...
2000-01-30  Greg WardAllow either README or README.txt as a "standard file".
2000-01-30  Greg WardFixed broken list extend in 'copy_tree()'.
2000-01-30  Greg WardAdded 'description' class attribute to every command...
next