]> granicus.if.org Git - python/shortlog
python
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...
2000-02-25 Guido van RossumPat Knight:
2000-02-25 Guido van RossumTest case for fork1() behavior.
2000-02-25 Guido van RossumDelete references to _SC_AIO_LIST_MAX; it appears that...
2000-02-25 Guido van RossumGerrit forgot to remove the "import string".
2000-02-25 Fred DrakeGerrit Holl's patch to move attribution from the docstr...
2000-02-25 Guido van RossumFix a couple broken append() calls, spotted by Tim.
2000-02-25 Guido van RossumFix a couple dozen broken ci.append(x, y, z) calls...
2000-02-25 Guido van RossumFix a broken r.append(name, value) call, spotted by...
2000-02-24 Guido van RossumOKOK, Greg's right, I should've used the :name option...
2000-02-24 Guido van RossumPeter Funk:
2000-02-24 Guido van RossumMade all list methods use PyArg_ParseTuple(), for more...
2000-02-24 Guido van RossumMoshe Zadka:
2000-02-24 Greg WardFix from est@hyperreal.org: missing initialize in ...
2000-02-24 Guido van RossumMark Favas discovered this: getatime() accidentally...
2000-02-24 Guido van RossumPiers Lauder:
2000-02-23 Andrew M. KuchlingAdd tests to exercise sequence operations (multiplicati...
2000-02-23 Andrew M. KuchlingAllow using long integers as arguments to PyObject_GetI...
2000-02-23 Andrew M. KuchlingAllow using long integers as slice indexes
2000-02-23 Fred Drakedict_has_key(): Accept only one parameter. PR#210...
2000-02-23 Fred DrakeAdded entry for libtabnanny.tex.
2000-02-23 Fred DrakeAdded dependency on libtabnanny.tex.
2000-02-23 Fred DrakeInitial version from Peter Funk <pf@artcom-gmbh.de...
2000-02-23 Guido van RossumDeleting tabpolice.py; it was superceded by tabnanny...
2000-02-23 Guido van RossumMoved tabnanny.py to standard library status.
2000-02-23 Guido van RossumAdded tabnanny.py, by Tim Peters, formerly from Tools...
2000-02-22 Fred DrakeThis branch is for 1.6 & forward.
2000-02-22 Guido van RossumAdded a new command: Check module (Alt-F5) It does...
2000-02-21 Jeremy Hyltonsatisfy the tabnanny (thanks to MH for noticing the...
2000-02-21 Fred DrakeWhat used to be tp_xxx4 is now tp_flags; set it to...
2000-02-21 Fred DrakeRemove comment that Guido agree's doesn't make sense:
2000-02-21 Fred DrakeScript to help locate markup that LaTeX2HTML has a...
2000-02-21 Guido van RossumMark pointed out a buglet in his patch: i < _sys_nerr...
2000-02-21 Jack JansenAdded FreeMem, MaxBlock and CompactMem calls. The value...
2000-02-19 Greg Steinadd TODO section
2000-02-18 Andrew M. KuchlingPatch from Vladimir Marangozov <marangoz@python.inrialp...
2000-02-18 Andrew M. KuchlingPatch from Vladimir Marangozov <marangoz@python.inrialp...
next