]> granicus.if.org Git - python/shortlog
python
2000-03-10 Greg WardRenamed 'link_static_lib() to 'create_static_lib()...
2000-03-10 Greg WardRenamed 'link_static_lib() to 'create_static_lib()'.
2000-03-09 Jeremy Hyltona simple client-server framework for executing code...
2000-03-09 Fred DrakeThere are a few places which can raise DistutilsPlatfor...
2000-03-09 Greg WardAdded Joe Van Andel's 'get_python_inc()', adapted by...
2000-03-08 Jack JansenHandles were never disposed. Added an AutoDispose(onoff...
2000-03-08 Barry WarsawA bunch of changes, primarily to command line argument...
2000-03-07 Jack JansenFixed multi-arg appends.
2000-03-07 Guido van RossumOverride the Undo delegator to forbid any changes befor...
2000-03-07 Jeremy Hyltonreplace : with =
2000-03-07 Jeremy Hyltonrename the global IdleConfParser object from IdleConf...
2000-03-07 Jeremy Hyltonrename the global IdleConfParser object from IdleConf...
2000-03-07 Guido van RossumTweak the goto file/line command (in the right button...
2000-03-07 Guido van RossumPatch by Moshe Zadka: remove the string special case in
2000-03-07 Guido van RossumPatch by Moshe Zadka: move the string special case...
2000-03-07 Guido van RossumAdd tests for char in string -- including required...
2000-03-07 Guido van RossumSjoerd Mullender:
2000-03-07 Guido van RossumAdded a bunch of TODO items that recently came up in...
2000-03-07 Guido van RossumIf we're in the current input and there's only whitespa...
2000-03-07 Fred DrakeFixed inet_ntoa() docstring.
2000-03-07 Greg WardPatch from Corran Webster <cwebster@nevada.edu> (tweake...
2000-03-07 Greg WardPatch from Corran Webster <cwebster@nevada.edu>: add...
2000-03-07 Greg WardAdded 'native_path()' for use on pathnames from the...
2000-03-07 Greg WardAdded '_nt_quote_args()' to deal with whitespace in...
2000-03-06 Guido van Rossumtest_contains output
2000-03-06 Guido van RossumTest cases for __contains__ code, by Moshe Zadka.
2000-03-06 Guido van RossumSjoerd Mullender:
2000-03-06 Jeremy Hyltoncompiler command-line interface moved here from compile...
2000-03-06 Jeremy Hyltonimport compile function form pycodegen
2000-03-06 Jeremy Hyltonrename compile.py to pycodegen.py
2000-03-06 Jeremy Hyltonadd a doc string
2000-03-06 Jeremy Hyltonfix import to refer to compiler package
2000-03-06 Jeremy Hyltonrevise arguments for addCode method on lnotab. take...
2000-03-06 Jeremy Hyltonchange node Classdef to Class
2000-03-06 Jeremy Hyltonfactor out the tree walking/visitor code that was in...
2000-03-06 Guido van RossumDefer all the work to idle.py, which has recently becom...
2000-03-06 Jack JansenAllow None as TimeBase value in TimeValue records ...
2000-03-06 Barry Warsawstring_join(): Fix memory leaks discovered by Charles...
2000-03-06 Guido van RossumIn getdef(), don't die when the section doesn't exist.
2000-03-06 Guido van RossumDon't use 1.6-isms (s.startswith()) -- we want to distr...
2000-03-06 Greg WardRewrote 'newer_pairwise(): more natural (and incompatib...
2000-03-06 Greg WardSerious overhaul of the C compiler interface and the...
2000-03-06 Greg WardDon't pass 'keep_dir' to 'compile()' method of CCompile...
2000-03-06 Greg WardDon't pass 'keep_dir' to 'compile()' method of CCompile...
2000-03-03 Jeremy Hyltonsuperceded by IdleConf/config.txt
2000-03-03 Jeremy Hyltonmigrate to use of IdleConf and config files to set...
2000-03-03 Jeremy Hyltondefault to cwd if os.environ['HOME'] does not exist
2000-03-03 Jeremy Hyltona ConfigParser for idle and three configuration files
2000-03-03 Jeremy Hyltonallow comments beginning with ; in key: value as well...
2000-03-03 Jack JansenFixed parameters to a few time and timebase calls:...
2000-03-03 Jack JansenAdded PutPixMapBytes() and GetPixMapBytes() functions...
2000-03-03 Jack JansenAdded methods getdata() and putdata() to obtain the...
2000-03-03 Guido van RossumPatch by Tim Peters:
2000-03-03 Greg WardTypo fix.
2000-03-03 Greg WardFixed 'mkpath()' to accept empty string silently (it...
2000-03-02 Jeremy Hyltonparen matching extension. warning: in current version...
2000-03-02 Jack JansenA module to parse/generate MediaDescription handles...
2000-03-02 Guido van RossumMark discovered a bug in his patch: he didn't *use...
2000-03-02 Greg WardRenamed 'build_lib' command to 'build_clib':
2000-03-02 Greg WardChanged '__rcsid__' to '__revision__'.
2000-03-02 Greg WardIf the "build_lib" command built any C libraries, link...
2000-03-02 Greg WardAdded command description.
2000-03-02 Greg WardIn the 'compile()' method: preserve the directory porti...
2000-03-01 Greg WardSecond attempt to fix the ctermid_r/tmpnam_r warnings...
2000-03-01 Greg WardFix compiler warning: only use "_r" form of 'ctermid...
2000-03-01 Guido van RossumGot rid of silly "123456789-..." lines in comments.
2000-03-01 Greg WardIn compile/link methods: ensure that the directory...
2000-03-01 Greg WardAdded 'mkpath()' method: convenience wrapper around...
2000-03-01 Greg WardAdded call to 'ensure_ready()' on the command object in
2000-03-01 Greg WardAdded 'get_platform()' to construct a string that ident...
2000-03-01 Greg WardBuild reorg:
2000-03-01 Greg WardBuild reorg:
2000-03-01 Greg WardBuild reorg: change 'build_dir' option to 'build_lib'.
2000-02-29 Guido van RossumPatch by Fred Gansevles (the module's original author).
2000-02-29 Guido van RossumMassive patch by Skip Montanaro to add ":name" to as...
2000-02-29 Guido van RossumRemove some redundant logic from walk() -- there's...
2000-02-29 Guido van RossumCorrect type error in getopt.error handling code.
2000-02-29 Guido van RossumScript by Tim Peters to discover illegal append() calls.
2000-02-29 Guido van RossumFix multi-arg append().
2000-02-29 Fred DrakeUpdate portability information for the spawn*() functio...
2000-02-29 Andrew M. KuchlingFix a typo in a comment
2000-02-28 Fred DrakeFix comments relating to the specific regexs used to...
2000-02-28 Guido van RossumPatch by Piers Lauder, who writes:
2000-02-28 Fred Drake(Finally!) Changes related to the ConfigParser/INI...
2000-02-28 Guido van RossumDrop the support level for stdwin a notch -- the conten...
2000-02-28 Andrew M. KuchlingFix use of list.append() with multiple arguments
2000-02-28 Guido van RossumSimple changes by Gerrit Holl - move author acknowledge...
2000-02-28 Guido van RossumPatch by Mozhe Zadka, for __contains__ (overloading...
2000-02-28 Guido van RossumPatch by Mozhe Zadka, for __contains__ (overloading...
2000-02-28 Guido van RossumPatch by Mozhe Zadka, for __contains__ (overloading...
2000-02-28 Guido van RossumPatch by Gerrit Holl to avoid doing two stat() calls...
2000-02-27 Guido van RossumFix a typo in Barry's checkin.
2000-02-27 Guido van RossumFixed a multi-arg append() call, discovered by Mark...
2000-02-27 Barry WarsawTwo buglet fixes. Peter Funk caught the bug in make_es...
2000-02-26 Barry WarsawChanges submitted by Peter Funk (some fixes/additions...
2000-02-26 Greg WardThe "Distributing Python Modules" manual; currently...
2000-02-26 Greg WardTry to deal with pre-1.5.2 IOError exception objects.
2000-02-26 Greg WardUnfinished, untested implementation of the lovely baroq...
2000-02-25 Andrew M. KuchlingBetter fix for mpzmodule problem reported by Peter...
2000-02-25 Barry WarsawChanges inspired by Randall Hooper to allow callbacks...
next