]> granicus.if.org Git - python/shortlog
python
2000-07-29 Andrew M. KuchlingExercise .readline() and .readlines(). More data is...
2000-07-29 Andrew M. KuchlingSF patch #100740: Add optional size arguments to .readl...
2000-07-29 Andrew M. KuchlingRemoved Tools/perfecthash, per python-dev discussion
2000-07-29 Moshe ZadkaAdded support to recognize Python's internal "dumbdbm...
2000-07-29 Moshe ZadkaUsing shutil's function to copy data between file objec...
2000-07-28 Fred DrakeFinally fixed the much-reported bug about "~" in a...
2000-07-28 Guido van RossumAdd the exceptions module to the 'never' list -- it...
2000-07-28 Mark HammondWas quite broken and incomplete. Now passes the test...
2000-07-28 Mark HammondAllow any object supporting the buffer protocol to...
2000-07-28 Mark HammondFix a type in the docstrings, and make the module Unico...
2000-07-27 Trent MickRemove erroneous empty trailing line. (cause test_winre...
2000-07-27 Jeremy HyltonGregor Hoffleit: don't link with libnet on non-BeOS...
2000-07-27 Eric S. RaymondSecond round of curses documentation improvements....
2000-07-27 Jeremy HyltonGregor Hoffleit: Don't link with the libieee library...
2000-07-27 Fred DrakeRip out the information about the PSA, since the fate...
2000-07-27 Skip Montanaroadded .cvsignore so cvs doesn't complain about the...
2000-07-27 Andrew M. KuchlingAdded list of missing functions as a comment
2000-07-27 Fredrik Lundh-- changed test to work on platforms which have os...
2000-07-27 Greg WardBump version to 0.9.1pre.
2000-07-27 Greg WardFixed a grab-bag of typos spotted by Rob Hooft.
2000-07-27 Greg WardRemove unused 'search_dir()' method.
2000-07-27 Greg WardFix to call 'library_filename()' instead of the non...
2000-07-27 Greg WardTypo fix from David Ascher.
2000-07-26 Andrew M. KuchlingComment out a debugging print (spotted by Michael Deegan)
2000-07-26 Fredrik Lundh- changed windows pclose to make sure we don't return...
2000-07-26 Sjoerd MullenderMake mode_t available for the declaration of _getpty().
2000-07-26 Mark HammondPatch #100873 - Use registry to find proxies for urllib...
2000-07-26 Jeremy HyltonFix UCNs machine with >= 32bit longs
2000-07-26 Andrew M. KuchlingDocument tiget{flag,num,str}
2000-07-26 Andrew M. KuchlingAdded wrappers for tiget{flag,num,str}, for querying...
2000-07-25 Peter Schneider... added test case for fixed duplicate arguments bug in...
2000-07-25 Fred DrakeAdd entries for the distutils documents to the director...
2000-07-25 Jeremy HyltonThis script demonstrates use of the visitor interface...
2000-07-25 Fred Drakemakedirs(), removedirs(): If the tail of the path...
2000-07-25 Jeremy Hyltona couple of nits from Patch #100933
2000-07-25 Thomas WoutersUse 'void' directly instead of the ANY #define, now...
2000-07-25 Andrew M. KuchlingModified version of patch #100963 from Mark Favas:...
2000-07-25 Andrew M. KuchlingMade an error message slightly more useful if select...
2000-07-24 Andrew M. KuchlingBug report and partial patch from Michael Deegan <micha...
2000-07-24 Fred DrakeOnly use one initialization file for LaTeX2HTML; more...
2000-07-24 Fredrik Lundh-- updated to include known problems in SRE 0.9.6
2000-07-24 Jack JansenOops, WaitNextEvent was hand-coded, and it also needed...
2000-07-24 Jack JansenAdded more prototypes.
2000-07-24 Jack JansenAdded PyMac_getscript() which returns the pythonic...
2000-07-24 Jack JansenDeclare fileno() with prototype if USE_GUSI2 defined...
2000-07-24 Jack JansenIf any of the builds in a group fails offer to stop...
2000-07-24 Jack JansenAdded a "compile-time" flag PPC_ONLY, if set we make...
2000-07-24 Jack JansenPut in an earlier include of sys/signal.h (within ifdef...
2000-07-24 Fred DrakeFix small typos and markup consistency nits.
2000-07-24 Thomas WoutersRemove unused variable and what looks like an ancient...
2000-07-24 Thomas WoutersCreate a new section of pyport.h to hold all external...
2000-07-24 Peter Schneider... change some occurence of python15.dll to python20.dll
2000-07-24 Thomas WoutersANSIfy a bit more.
2000-07-24 Thomas WoutersFix floattime prototype ((void), not (double))
2000-07-24 Thomas WoutersANSIfy some more forward declarations.
2000-07-24 Thomas WoutersPrototype yet another forward declaration.
2000-07-24 Jack JansenDon't call BringToFront() on the dialog object, but...
2000-07-24 Thomas Wouters... and yet more ANSIfications...
2000-07-24 Thomas WoutersANSIfy yet another hidden function definition.
2000-07-24 Thomas WoutersFix typo in previous patch.
2000-07-24 Thomas Wouters*** empty log message ***
2000-07-24 Thomas WoutersRemove function-less prototype (old function that was...
2000-07-24 Fred DrakeRestore TestSkipped exception; appears to have disappea...
2000-07-24 Eric S. RaymondFirst round of curses documentation improvements; corre...
2000-07-24 Mark HammondPatch #100926 - Better error messages for socket except...
2000-07-23 Thomas WoutersAnother missed ansification.
2000-07-23 Thomas WoutersANSIfy functions that were hiding inside a macro.
2000-07-23 Fredrik Lundh-- SRE 0.9.6 sync. this includes:
2000-07-23 Tim PetersRemoved all instances of RETSIGTYPE from the source...
2000-07-23 Fredrik Lundh-- added code to the new Windows popen functions to...
2000-07-23 Tim PetersIncluded assert.h in Python.h -- it's absurd that this...
2000-07-23 Tim PetersMissed a return from a signal handler -- thanks to...
2000-07-23 Fredrik Lundh-- changed w_more to take an integer instead of a char
2000-07-23 Tim PetersRecent ANSIfication introduced a couple instances of
2000-07-23 Thomas WoutersOops. One of last nights ANSIfication patches accidenti...
2000-07-23 Thomas WoutersFix prototypes generated by makesetup, so they include...
2000-07-22 Thomas WoutersANSIfication: remove very-old-varargs code, fix functio...
2000-07-22 Thomas WoutersEven more ANSIfication: fix as many function pointers...
2000-07-22 Thomas WoutersANSIfication: add proper prototypes to function-pointer...
2000-07-22 Thomas WoutersANSIfication of function-pointers and declarations...
2000-07-22 Thomas WoutersFurther ANSIfication of functionpointers and declaratio...
2000-07-22 Thomas WoutersANSIfy as many declarations as possible.
2000-07-22 Thomas WoutersRemember to return something if RETSIGTYPE is not ...
2000-07-22 Thomas WoutersANSIfications: fix empty arglists, and remove the check...
2000-07-22 Thomas WoutersMiscelaneous ANSIfications. I'm assuming here 'main...
2000-07-22 Thomas WoutersMass ANSIfication.
2000-07-22 Thomas WoutersMass ANSIfication of function definitions. Doesn't...
2000-07-22 Thomas WoutersFix two instances of empty argument lists, and fix...
2000-07-22 Thomas WoutersRemove unused variable.
2000-07-22 Thomas WoutersRemove unused helper-function 'posix_strint'.
2000-07-22 Thomas WoutersMark Favas's fix for typos in docstrings.
2000-07-21 Paul PrescodAdded a few docstrings
2000-07-21 Paul PrescodAdded docstrings
2000-07-21 Thomas WoutersBunch of minor ANSIfications: 'void initfunc()' ->...
2000-07-21 Thomas WoutersSmall fixes by Petru Paler (patch #100946) checked...
2000-07-19 Skip Montanaroadded doc for isatty()
2000-07-19 Skip Montanarorestructured a bit and added some more content...
2000-07-19 Skip Montanaromake TestFailed a class exception
2000-07-19 Skip Montanaroadded rewritten normpath from Moshe Zadka that does...
2000-07-19 Skip Montanaroadded documentation for new functions {get,set}_history...
next