]> granicus.if.org Git - python/shortlog
python
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...
2000-07-19 Skip Montanaroadded history file truncation based upon code from...
2000-07-19 Thomas WoutersEnable extra testing now that os.isatty() is in. (Also...
2000-07-19 Thomas WoutersANSIfy the just-checked-in isatty() wrapper.
2000-07-19 Skip Montanaronew method isatty from Thomas Wouters
2000-07-18 Jack Jansen'carb' resource for carbon application.
2000-07-18 Jack JansenSome thanks weren't checked in yet.
2000-07-18 Jack JansenMacPython on MacOSX DP4 gets started in the wrong direc...
2000-07-18 Jack JansenDefine USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined.
2000-07-18 Greg Steinno changes other than indentation level (now 4) and...
2000-07-17 Marc-André... Fixed problems with UTF error reporting macros and...
2000-07-17 Marc-André... Restore PyXXX_Length() APIs for binary compatibility.
2000-07-17 Greg Steingcc is being stupid with if/else constructs
2000-07-17 Skip Montanaro* split on / or \
2000-07-17 Skip Montanarodamn! cut-n-paste from ntpath forgot the "import re"
2000-07-17 Skip Montanaro* split on / or \
2000-07-16 Paul PrescodAt GVR's request.
2000-07-16 Greg Steinstop messing around with goto and just write the macro...
2000-07-16 Paul PrescodOnline help facility for the Python interprter and...
2000-07-16 Thomas WoutersMore of Rob W. W. Hooft's spelling fixes. The only...
2000-07-16 Thomas WoutersRob W. W. Hooft's spelling fixes for the Library Refere...
2000-07-16 Fredrik Lundh- change \x to mean "byte" also in unicode literals
2000-07-16 Tim PetersFix fatal compiler (MSVC6) error:
2000-07-16 Skip Montanarosplit and join on "/" in commonprefix
2000-07-16 Marc-André... Fix to a bug found by Florian Weimer:
2000-07-16 Thomas WoutersSpelling fixes supplied by Rob W. W. Hooft. All these...
2000-07-16 Thomas WoutersBugfix by Rob W. W. Hooft, from his spelling fixes...
2000-07-15 Jack JansenImplemented getdefaultlocale() for macintosh, after...
2000-07-15 Jack JansenModified the standard mac preamble so we include pymact...
2000-07-15 Jack JansenScannerPREUH3.initpatterns() should call Scanner.initpa...
2000-07-15 Thomas WoutersOops, forgot to run autoheader before checking in the...
2000-07-15 Fredrik Lundh-- fixed the comment, too
2000-07-15 Fredrik Lundh-- note to self: wait until 'cvs commit' has finished...
2000-07-15 Fredrik Lundh-- changed default encoding to "ascii". you can still...
2000-07-15 Vladimir MarangozovFix in PyList_New(). With GC enabled and when out...
2000-07-15 Vladimir MarangozovBreak a cycle created in the saboteur() function.
2000-07-14 Jack JansenGot rid of obsolete HAVE_UNIVERSAL_HEADERS test and...
2000-07-14 Jack JansenTest for TARGET_API_MAC_CARBON with #if in stead of...
2000-07-14 Jack Janseninclude stdio.h for sprintf prototype.
2000-07-14 Jack Jansenpymactoolbox.h contains protoypes for all externally...
2000-07-14 Jack Janseninclude macdefs.h for declaration of getwd, if non...
2000-07-14 Jack JansenPyMac_PromptGetFile and PyMac_GetDirectory don't exist...
2000-07-14 Jack JansenDon't declare sync if we use gusi.
2000-07-14 Eric S. RaymondDocument the second round of ConfigParser changes.
2000-07-14 Thomas WoutersMove (actually copy) support for the sgi._getpty()...
2000-07-14 Eric S. RaymondConfigParser enhancements to edit existing configs...
2000-07-14 Andrew M. KuchlingTypo fix from Bastian Kleineidam
2000-07-14 Peter Schneider... moving files to nondist/sf-html
2000-07-14 Vladimir MarangozovGosh - clean up that messy HTML; make it valid XHTML...
2000-07-14 Vladimir MarangozovBreak the cycles after testing cmp() on cyclic objects.
2000-07-14 Peter Schneider... added information how to edit pages at http://python...
2000-07-14 Peter Schneider... small FAQ about Python CVS and patches at SourceForge
2000-07-13 Andrew M. KuchlingUse PyObject_AsFileDescriptor
2000-07-13 Andrew M. KuchlingDocument PyObject_AsFileDescriptor
2000-07-13 Andrew M. KuchlingAdded PyObject_AsFileDescriptor, which checks for integ...
2000-07-13 Peter Schneider... ANSI-fication (got lost in the deep seas of source...
2000-07-13 Jeremy Hyltonfix PyXXX_Length macros as suggested by Fred
2000-07-13 Guido van RossumPatch by Toby Dickenson, mentored by Mark Hammond,...
2000-07-13 Eric S. RaymondApply Greg Kochanski's fix for open/265.
2000-07-13 Eric S. RaymondFix bug open/243 reported by Dimitri Papadopoulos
2000-07-13 Peter Schneider... just fixing the indentation
2000-07-13 Peter Schneider... raise error on duplicate function arguments
2000-07-13 Fred DrakeImprove the descriptions of expected exceptions for...
2000-07-13 Andrew M. KuchlingFrom Sam Rushing's Medusa, via SF patch #100858: add...
2000-07-13 Skip Montanaroforgot to change copy.copy(m) to m[:]
2000-07-12 Vladimir MarangozovPropagate the current exception in get_inprogress_dict...
2000-07-12 Skip Montanarodeleted obsolete SYMANTEC__CFM68K__ tests
2000-07-12 Skip Montanarodelete obsolete SYMANTEC__CFM68K__ #ifdefs
2000-07-12 Skip Montanarofixed semantics of commonprefix to work by path element...
2000-07-12 Jeremy Hyltonreplace PyXXX_Length calls with PyXXX_Size calls
2000-07-12 Jeremy Hyltonchange abstract size functions PySequence_Size &c.
2000-07-12 Guido van RossumAdd "exceptions" to list of built-in modules for the...
2000-07-12 Guido van RossumAdd "exceptions" to list of built-in modules for the...
2000-07-12 Sjoerd MullenderFixed up some ANSIfications.
2000-07-12 Greg Steinapply patch #100868 from Moshe Zadka:
next