]> granicus.if.org Git - python/shortlog
python
2001-09-06 Mark HammondFirst part of fix for bug #442142 - DLL base assignment...
2001-09-06 Tim PetersDubious assumptions:
2001-09-06 Tim PetersEnable large file support on Win32 systems.
2001-09-05 Tim PetersBetter error msg for 3-arg pow with a float argument.
2001-09-05 Mark HammondFix for bug #442374 - Modulefinder registry support...
2001-09-05 Guido van RossumAdd PyMethod_Function(), PyMethod_Self(), PyMethod_Clas...
2001-09-05 Tim PetersRework the way we try to check for libm overflow, given...
2001-09-05 Jack JansenRudimentary makefile for building the executable to...
2001-09-05 Jack JansenChanges to make these work under OSX as the main progra...
2001-09-05 Jack JansenPython is a Shell, not a Viewer.
2001-09-05 Jack JansenLongReprTest fails on the Mac because it uses filenames...
2001-09-05 Guido van RossumUse the build directory by default, and update the...
2001-09-05 Guido van RossumClass FieldStorage: add two new methods, getfirst(...
2001-09-05 Guido van Rossumclass Listbox: add itemcget, to satisfy SF patch #457713.
2001-09-05 Skip Montanarotypo...
2001-09-05 Guido van RossumSF bug #427073: DLINCLDIR defined incorrectly (Skip...
2001-09-05 Guido van RossumChange the date field to use $Date$ so it won't be...
2001-09-05 Guido van RossumDocument -Q. Move arguments around to be in strict...
2001-09-05 Guido van RossumDescribe -E (which was added to 2.2a2).
2001-09-05 Finn Bock[ #458701 ] Patch to zipfile.py for Java
2001-09-05 Guido van RossumRemove a debug print left in the code by Fred.
2001-09-05 Martin v. LöwisPatch #449815: Set filesystemencoding based on CODESET.
2001-09-05 Jack JansenA few more gcc warnings bite the dust.
2001-09-05 Martin v. LöwisMove UnixWare 7 defines to acconfig.h, regenerate pycon...
2001-09-05 Guido van RossumChanges to automatically enable large file support...
2001-09-05 Andrew M. KuchlingNote some changes that I need to write about
2001-09-05 Martin v. LöwisPatch #453627: Define the following macros when compili...
2001-09-05 Martin v. LöwisPatch #453627: Adds a list of tests that are expected...
2001-09-05 Martin v. LöwisPatch #455231: Support ELF properly on OpenBSD.
2001-09-05 Martin v. LöwisPatch #428326: New class threading.Timer.
2001-09-05 Guido van Rossumbuiltin_execfile(): initialize another local that the...
2001-09-05 Thomas HellerImplement PEP250: Use Lib/site-packages under windows.
2001-09-05 Andrew M. Kuchling[Bug #404274] Restore some special-case code for AIX...
2001-09-05 Jack JansenShut up many more gcc warnings.
2001-09-05 Jack JansenOnly output the buffer size error label if it is used.
2001-09-05 Martin v. LöwisUse -fPIC instead of -fpic for gcc on HP/UX. Fixes...
2001-09-05 Martin v. LöwisCheck for RFC 2553 API. Fixes bug #454493.
2001-09-05 Tim PetersMake the error msgs in our pow() implementations consis...
2001-09-05 Tim PetersRepair indentation.
2001-09-05 Tim PetersTry to recover from that glibc's ldexp apparently doesn...
2001-09-05 Tim Petersloghelper(): Try to nudge the compiler into doing...
2001-09-05 Guido van RossumAnother / that should be a // (previously not caught...
2001-09-05 Guido van RossumAdd a test for the final branch in repr.Repr.repr1...
2001-09-05 Tim PetersReturn reasonable results for math.log(long) and math...
2001-09-04 Tim PetersMechanical fiddling to make this easier to work with...
2001-09-04 Jack JansenAdded prototypes to shut gcc -Wstrict-prototypes up.
2001-09-04 Jack JansenShut up a few more gcc warnings.
2001-09-04 Jack JansenAdded prototypes to silence gcc strict-prototype warnings.
2001-09-04 Jack JansenRegenerated without default int return types.
2001-09-04 Jack JansenDon't use a default "int" return type, gcc gives a...
2001-09-04 Jack JansenAdded pythonpath.r to the developer distribution. It's
2001-09-04 Tim PetersAt Guido's suggestion, here's a new C API function...
2001-09-04 Jack JansenOn MacOSX built the toolbox extension modules iff we...
2001-09-04 Jack JansenTemplate for an OSX PythonInterpreter application.
2001-09-04 Andrew M. KuchlingCorrection: the Borland C port isn't fully operational yet
2001-09-04 Jack JansenPhotoshop sources for icon files. Not pretty, but hey...
2001-09-04 Andrew M. Kuchling[Bug #444589] Record empty directories in the install_d...
2001-09-04 Andrew M. Kuchling[Bug #436732] install.py does not record a created...
2001-09-04 Tim PetersRevert one of the "division fixes" in test_long. It...
2001-09-04 Fred DrakeMake pprint more locale-friendly; patch contributed...
2001-09-04 Andrew M. Kuchling[Bug #457654] bkgd() used a hard-coded A_NORMAL attribu...
2001-09-04 Fred DrakeConvert docstring to "raw" string.
2001-09-04 Guido van RossumThe first batch of changes recommended by the fixdiv...
2001-09-04 Fred DrakeAdded docstrings by Neal Norwitz. This closes SF bug...
2001-09-04 Neil SchemenauerMove call_trace(..., PyTrace_CALL, ...) call to top...
2001-09-04 Fred DrakeAdded docstring by Neal Norwitz. This closes SF bug...
2001-09-04 Fred DrakeAdded docstring by Neal Norwitz. This closes SF bug...
2001-09-04 Fred DrakeAdd more detail to the descriptions of the shutil funct...
2001-09-04 Fred DrakeAdded documentation for sys.maxunicode and sys.warnoptions.
2001-09-04 Fred DrakeHTMLParser is allowed to be more strict than sgmllib...
2001-09-04 Guido van Rossum- Reverse the meaning of the -m option: warnings about...
2001-09-04 Guido van RossumSuppressing all DeprecationWarning messages was a bit...
2001-09-04 Guido van RossumSuppress the warning about regex here.
2001-09-04 Fred DrakeEnhanced the test for DOCTYPE declarations, added a...
2001-09-04 Fred DrakeAdded reasonable parsing of the DOCTYPE declaration...
2001-09-04 Jack JansenOn the mac some library paths returned were outdated...
2001-09-04 Jack JansenDisabled _curses modules on MacOSX. The curses version...
2001-09-04 Tim PetersWhitespace normalization.
2001-09-04 Tim PetersFixed a typo and added more tests.
2001-09-04 Tim PetersChange long/long true division to return as many good...
2001-09-04 Tim PetersMove int_true_divide next to the other division routines.
2001-09-04 Tim PetersMove long_true_divide next to the other division routin...
2001-09-04 Tim PetersRaise OverflowError when appropriate on long->float...
2001-09-04 Guido van RossumPEP 238 documented -Qwarn as warning only for classic...
2001-09-04 Guido van RossumRename the -D option to -Q, to avoid a Jython option...
2001-09-04 Tim PetersIntroduce new private API function _PyLong_AsScaledDoub...
2001-09-04 Tim Petersbuiltin_dir(): Treat classic classes like types. ...
2001-09-03 Neil SchemenauerDon't use dir() to find instance attribute names.
2001-09-03 Neil SchemenauerFix the names of _PyObject_GC_TRACK and _PyObject_GC_UN...
2001-09-03 Tim PetersRestore a line deleted by mistake.
2001-09-03 Tim PetersNew restriction on pow(x, y, z): If z is not None...
2001-09-03 Tim PetersMake dir() wordier (see the new docstring). The new...
2001-09-03 Tim PetersMade a doctest out of the examples in Guido's type...
2001-09-02 Tim PetersClarify the Borland situation, based on email from...
2001-09-02 Tim PetersRepair typo in comment.
2001-09-02 Jack JansenAdded the last few missing files, and put everything...
2001-09-02 Guido van RossumImplement what the docstring said: multiple slashes...
2001-09-02 Guido van RossumAdd news about dictionary() constructor.
2001-09-02 Tim PetersMake dictionary() a real constructor. Accepts at most...
2001-09-02 Tim PetersRewrite the tuple() docstring to parallel the list...
next