]> granicus.if.org Git - python/shortlog
python
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...
2000-01-30 Greg WardAdded 'dist' command.
2000-01-30 Greg WardImprovements to the help system:
2000-01-30 Greg WardAdded missing run of corresponding 'build' command.
2000-01-24 Jack JansenBig oops: macfs has always been using a private excepti...
2000-01-24 Jack JansenHmm, the project wasn't a 5.3 file, despite the log...
2000-01-24 Jack JansenBuild the Nav module too.
2000-01-24 Jack JansenIf there's an error in an fsspec argument raise MacOS...
2000-01-21 Guido van RossumTrent Mick: Setup PC configuration so that MSDEV choose...
2000-01-20 Fred DrakeDon't insert extra indentation before <title> elements.
2000-01-20 Guido van RossumThe rest of the changes by Trent Mick and Dale Nagata...
2000-01-20 Guido van RossumFix some broken links.
2000-01-20 Guido van RossumChanges by Trent Mick (of ActiveState) and Dale Nagata...
2000-01-20 Guido van RossumTwo patches from Jack Jansen:
2000-01-20 Jeremy HyltonEXPERIMENTAL
2000-01-19 Guido van RossumChange two occurrences of type(x) <> types.CodeType...
2000-01-18 Jack JansenMade all textfields in message and question boxes minim...
2000-01-17 Greg WardFix indentation bug.
2000-01-17 Greg WardCatch OSError from 'spawnv()' in '_spawn_nt()'.
2000-01-17 Greg WardRemoved /GD switch -- currently ignored by MSVC.
2000-01-17 Greg WardAdded compiler flags suggested by Thomas Heller: optimi...
next