]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-09-11  Fred DrakeDocumentation for the new login() method of the smtplib...
2001-09-11  Fred DrakeDocumentation for the new hmac module, contributed...
2001-09-11  Guido van RossumSilence parser generator output.
2001-09-11  Fred DrakeAdded documentation on the getfirst() and getlist(...
2001-09-11  Guido van RossumReplace a few places where X->ob_type was compared...
2001-09-11  Guido van RossumAdd login() method and SMTPAuthenticationError exceptio...
2001-09-11  Guido van RossumTest for new hmac module.
2001-09-11  Guido van RossumHMAC algorithm as described by RFC 2104, by Gerhard...
2001-09-11  Guido van RossumAnother contributor.
2001-09-11  Martin v. LöwisPatch #460554: Properly test for tuples.
2001-09-11  Fred DrakeUpdated infomation about libraries for alternate compil...
2001-09-11  Jack JansenWhen frameworks are not enabled don't put an empty...
2001-09-11  Guido van RossumFix the second reincarnation of SF #456395 -- failure...
2001-09-11  Guido van RossumRestore the comparisons that I initially put in the...
2001-09-11  Jack JansenMods by Donovan Preston (with changes by me to make...
2001-09-11  Jack Jansen- Removed the . in the extensions.
2001-09-11  Jack Jansenremoved debug print.
2001-09-11  Jack JansenAdded a note about making sure the Lac/Lib directory...
2001-09-11  Jack JansenFailing to import macfsn is not a fatal error.
2001-09-11  Jack JansenImplemented PyMac_GetFullPathname for MacPython.
2001-09-11  Tim PetersPossibly the end of SF [#460020] bug or feature: unicod...
2001-09-11  Tim PetersPyUnicode_FromEncodedObject(): Repair memory leak...
2001-09-11  Tim PetersAdded another test of str() applied to a string subclas...
2001-09-11  Tim PetersMore on SF bug [#460020] bug or feature: unicode()...
2001-09-10  Tim PetersFix tortured comment -- I must be on drugs today.
2001-09-10  Tim PetersMore on SF bug [#460020] bug or feature: unicode()...
2001-09-10  Tim Peterstest_dir(): Add tests for dir(i) where i is a module...
2001-09-10  Jack JansenPrototype for PyMac_GetFullPathname().
2001-09-10  Jack JansenReplaced PyMac_FullPath by PyMac_FullPathname, which...
2001-09-10  Fredrik Lundhmore xmlrpclib tweaks: fixed repr(Fault()); enable...
2001-09-10  Tim PetersMore for SF bug [#460020] bug or feature: unicode(...
2001-09-10  Jack JansenSuperseded by Python 2.2.vct.
2001-09-10  Tim PetersSF bug #460020: bug or feature: unicode() and subclasses.
2001-09-10  Guido van Rossum_portable_fseek():
2001-09-10  Fredrik Lundhsync with pythonware codebase: much faster import ...
2001-09-10  Guido van RossumAnother volunteer.
2001-09-10  Guido van RossumPyObject_Dir():
2001-09-10  Guido van RossumPyModule_Check() now checks for subtype of module,...
2001-09-10  Andrew M. KuchlingRemove some XXX markers
2001-09-10  Martin v. LöwisUse $(CC) -G to link shared libraries on Solaris.
2001-09-10  Fred DrakeWork around a LaTeX2HTML bug that caused the "m" in...
2001-09-10  Guido van RossumRemove two XXX comments that have been resolved.
2001-09-10  Guido van RossumMove the global variables 'size' and 'name' to the...
2001-09-10  Guido van RossumImprove threading on Solaris, according to SF patch...
2001-09-10  Guido van RossumChange the criteria for skipping the test.
2001-09-10  Jack JansenRemoved an erronous comment about alias files.
2001-09-10  Andrew M. KuchlingAdd section on long integer changes
2001-09-10  Guido van RossumAdd a few more todo items.
2001-09-10  Jeremy HyltonTest the failed-unicode-decoding bug in PyArg_ParseTuple().
2001-09-10  Jeremy HyltonFix core dump in PyArg_ParseTuple() with Unicode arguments.
2001-09-10  Tim PetersRepair late-night doc typos.
2001-09-09  Guido van RossumThis time (I hope) I've fixed largefile
2001-09-09  Tim PetersTeach regrtest how to pass on doctest failure msgs...
2001-09-09  Tim PetersForce "test." into the start of the module name, inheri...
2001-09-09  Jack JansenInstall the dialog resources into the application bundl...
2001-09-09  Jack JansenDon't call MacOS.SchedParams() in MachO, it doesn't...
2001-09-09  Jack JansenMinimal module to decode AppleSingle files (the way...
2001-09-08  cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.2a3
2001-09-08  Jack JansenFinal tweaks for 2.2a3 distribution.
2001-09-08  Martin v. LöwisSilence warnings about passing unsigned char** as char**.
2001-09-08  Jack JansenOops, this file is very outdated. Removed.
2001-09-08  Tim PetersGeneralize operator.indexOf (PySequence_Index) to work...
2001-09-08  Tim PetersIt appears that unittest was changed to stop hoarding...
2001-09-08  Tim PetersThe usual post-release fiddling.
2001-09-07  Guido van RossumPyClass_New(): put the extended Don Beaudry hook back...
2001-09-07  Guido van RossumPySequence_Check(), PyMapping_Check(): only return...
2001-09-07  Guido van RossumPyType_IsSubtype(): test tp_flags for HAVE_CLASS bit...
2001-09-07  Barry WarsawBumping version numbers.
2001-09-07  Barry WarsawMerging in removal of this file from branch to trunk.
2001-09-07  Barry WarsawMerging 2.2a3 branch changes back into trunk
2001-09-07  Martin v. LöwisPatch #438790: Add additional mappings.
2001-09-07  Martin v. LöwisPatch #450702: allow threads when calling into zlib...
2001-09-07  Martin v. LöwisFix compiler warnings. This closes some of the #458880...
2001-09-07  Jack Jansen(Slightly modified) patch by Steve Spicklemire to make...
2001-09-07  Mark HammondFix bug #410274 - sys.prefix isn't always set.
2001-09-07  Jack JansenPatch by Mark Day to allow from __future__ imports...
2001-09-07  Tim PetersSF bug [#458941] Looks like a unary minus bug.
2001-09-07  Tim PetersFix typo in error reporting. This doesn't need to...
2001-09-06  Tim PetersReverting to rev 1.2. Apparently gcc doesn't use the...
2001-09-06  Tim PetersRewrite to use test_support's fine fcmp instead --...
2001-09-06  Tim PetersAdded some underflow-to-0.0 long/long true division...
2001-09-06  Guido van RossumRename 'getset' to 'property'.
2001-09-06  Tim Peterslong_true_divide: reliably force underflow to 0 when...
2001-09-06  Guido van RossumRename 'getset' to 'property'.
2001-09-06  Fred DrakeDo not rebuild html-$(RELEASE).tar every time we need...
2001-09-06  Fred DrakeBump version number.
2001-09-06  Fred DrakeUpdate link to the PyOpenGL project in the "gl" module...
2001-09-06  Fred DrakeAdd missing period in docstring.
2001-09-06  Fred DrakeDocument the built-in iter() function.
2001-09-06  Fred DrakeBump version number.
2001-09-06  Fred DrakeAdded an additional link to NIST information on secure...
2001-09-06  Fred DrakeClarified the interaction between string literals and...
2001-09-06  Fred DrakeMake the examples for "Default Argument Values" more...
2001-09-06  Fred DrakeFix parameter for PyInt_Check().
2001-09-06  Fred DrakeDocument the PyMethod_* type object, functions, and...
2001-09-06  Jack JansenMinimal instructions for using the Makefile here. Also...
2001-09-06  Jack JansenAdded targets to install the application, and to instal...
2001-09-06  Tim PetersBump Windows buildno (installer changes were made earlier).
2001-09-06  Fred DrakeDocument the rule that Python.h must be included before...
2001-09-06  Fred DrakeDo not #include <stdio.h> since Python.h already does...
next