]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2001-12-05  Fred DrakeSeparate the script portion from the library portion...
2001-12-05  Jack JansenAs of OS X 10.1.1 the version numbering scheme has...
2001-12-05  Steven M. Gavachanges to use new tabpages classes
2001-12-05  Steven M. Gavaremove cruft from other project
2001-12-05  Steven M. Gavacleaner tabbed-page mini implementation through classes
2001-12-05  Tim PetersSF bug 482574: audioop.ratecv crashes.
2001-12-05  Fred DrakeAdd a note to the description of the interaction betwee...
2001-12-05  Fred DrakeAdded documentation of the sendall() method, and a...
2001-12-05  Tim PetersChange new tests to use integer division (// instead...
2001-12-04  Tim PetersSF bug #488480: integer multiply to return -max_int-1.
2001-12-04  Fred DrakeAdded entry for the "cgitb" module docs.
2001-12-04  Fred DrakeDocumentation for the "cgitb" module.
2001-12-04  Fred DrakeMake sure to propogate errors that arise when profiling...
2001-12-04  Guido van RossumAnother no-longer-nameless contributor...
2001-12-04  Guido van RossumAdd note about fixed hash() of mutable objects.
2001-12-04  Fred DrakeDefine NDEBUG when compiling a release build on Unix.
2001-12-04  Guido van RossumImport the keyword module instead of relying on our...
2001-12-04  Guido van RossumPut the keywords back in alphabetical order. Apparentl...
2001-12-04  Tim PetersStop defining NDEBUG in Python.h, because it can interf...
2001-12-04  Fred DrakeInclude a warning that scripts should not have the...
2001-12-04  Fred DrakeTalk about str() in the discussion of string representa...
2001-12-04  Ka-Ping YeeAdd "file" argument to Hook constructor.
2001-12-04  Guido van RossumAddress SF patch #485789 (Stefan Schwarzer).
2001-12-04  Guido van RossumFix SF bug #486144: Uninitialized __slot__ vrbl is...
2001-12-04  Fred DrakeFix SF bug #479967: Appearantly I broke something...
2001-12-04  Fred DrakeAdd a note that the rgbimg module is only built on...
2001-12-04  Guido van Rossumlong_mul(): The PyNumber_Multiply() call can return...
2001-12-04  Fred DrakeRemove meaningless comment.
2001-12-04  Guido van RossumFix SF bug #486144: Uninitialized __slot__ vrbl is...
2001-12-04  Guido van RossumPyObject_Generic{Get,Set}Attr(): ensure that the attrib...
2001-12-04  Guido van RossumA tiny but useful script that fires off a search on...
2001-12-04  Jack JansenPatch by Jason Harper to allow IDE to work again under...
2001-12-04  Guido van RossumThe parser now also needs to link with mysnprintf.o.
2001-12-04  Tim PetersPyGrammar_LabelRepr(): sprintf -> PyOS_snprintf.
2001-12-04  Tim PetersThe parser doesn't need its own implementation of asser...
2001-12-04  Jeremy HyltonUpdate docs to reflect new compile() and compileFile()
2001-12-04  Jeremy HyltonSF bug #488687 reported by Neal Norwitz
2001-12-04  Tim PetersMore sprintf -> PyOS_snprintf.
2001-12-03  Fred DrakeSlightly improved indexing for the string-% operator...
2001-12-03  Fred DrakeUpdate lambda description to reflect nested scopes...
2001-12-03  Fred DrakeAdded documentation on the ScrolledText module.
2001-12-03  Andrew M. KuchlingOops! Forgot the value parameter.
2001-12-03  Andrew M. KuchlingAdd __delete__ method of properties
2001-12-03  Tim Petersposix_execve(), posix_spawnve(), posix_putenv():
2001-12-03  Guido van RossumFix the final two issues in Armin Rigo's SF bug #488477...
2001-12-03  Guido van Rossumunpack_iterable(): Add a missing DECREF in an error...
2001-12-03  Just van Rossumremoved some dead code.
2001-12-03  Barry Warsawdecode(), encode(): Accepting the minor optimizations...
2001-12-03  Guido van Rossumfunction_call(): Remove a bogus (and I mean *really...
2001-12-03  Fred DrakeAdd a scalar product to the example list comprehensions...
2001-12-03  Barry WarsawLIBSUBDIRS: Add test/data so it gets installed and...
2001-12-03  Fred DrakeMinor clarification of the zip() description, based...
2001-12-03  Fred DrakeMake no assumption about how modules are built when...
2001-12-03  Fred DrakeRe-word the intro slightly to avoid reader misunderstan...
2001-12-03  Just van RossumRemoved old and broken AE-based browser controller...
2001-12-03  Fred DrakeClarify that the Python runtime may behave mysteriously...
2001-12-03  Fred DrakeRemove most references to __members__ and __methods__...
2001-12-03  Fred DrakeConvert to using string methods instead of the string...
2001-12-03  Fred DrakeAdd a test that makes sure unclosed entity references...
2001-12-03  Fred DrakePyErr_Format() does not return a new reference; it...
2001-12-03  Guido van RossumFix of SF bug #475877 (Mutable subtype instances are...
2001-12-03  Guido van Rossum_tryorder should always be a list, then the problem...
2001-12-03  Guido van RossumNew about super.
2001-12-03  Jack JansenMissing comma in tuple initializer caused webbrowser...
2001-12-03  Guido van RossumAddress SF patch #480716 as well as related issues.
2001-12-03  Guido van RossumAdd Greg Chapman.
2001-12-03  Martin v. LöwisAdd more inline documentation, as contributed in #487906.
2001-12-03  Fred DrakeClean up some material that is not part of the standard...
2001-12-03  Tim PetersPyString_FromFormatV, string_repr: document why these...
2001-12-03  Guido van RossumFix for SF bug #485678.
2001-12-03  Tim Petersmysnprintf.c: Massive rewrite of PyOS_snprintf and...
2001-12-03  Steven M. Gavafurther work on new configuration system, specifically,
2001-12-03  Jack JansenA system() lookalike that sends commands to ToolServer...
2001-12-03  Guido van RossumFix for SF bug #485678.
2001-12-02  Jack JansenChanged logic for finding python home in Mac OS X frame...
2001-12-02  Jack JansenAdded tests expected to be skipped on Mac OS X.
2001-12-02  Martin v. LöwisCheck for NULL return value of PyList_New (follow-up...
2001-12-02  Martin v. LöwisPatch 487906: update inline docs.
2001-12-02  Fred DrakeAnother name.
2001-12-02  Fred DrakeAdd reference to the "String Methods" section to make...
2001-12-02  Martin v. LöwisPatch #487784: Support Unicode commands in popen3/4...
2001-12-02  Martin v. LöwisCompute thread headers through shell expansion in confi...
2001-12-02  Martin v. LöwisPatch #481718: Time module doc string changes.
2001-12-02  Martin v. LöwisPatch #487275: windows-1251 charset alias.
2001-12-02  Martin v. LöwisPatch #487275: Add windows-1251 charset alias.
2001-12-02  Martin v. LöwisPatch #486743: remove bad INCREF, propagate exception...
2001-12-02  Martin v. LöwisPatch #487455: make types.StringTypes a tuple.
2001-12-02  Martin v. LöwisRemove INET6 define. Use ENABLE_IPV6 instead.
2001-12-02  Tim Petersmywrite(): The test for trouble in PyOS_vsnprintf...
2001-12-01  Guido van RossumWhen the number of bytes written to the malloc'ed buffe...
2001-12-01  Tim PetersWhitespace normalization.
2001-12-01  Tim PetersSF bug #487743: test_builtin fails on 64 bit platform.
2001-11-30  Fred DrakeSynchronize with pulldom from PyXML (revision 1.18).
2001-11-30  Fred DrakeSynchronize with minidom from PyXML (revision 1.35).
2001-11-30  Fred DrakeDrop xmllib in favor of SAX.
2001-11-30  Fred DrakeAdd a couple of entries to the whitespace-cleanups...
2001-11-30  Fred DrakeAdd description of tkCommonDialog.
2001-11-30  Fred DrakeAdded two new conversion specifications.
2001-11-30  Fred DrakeChange the chapter title to reflect the Tk affinity.
2001-11-30  Fred DrakeAdd a new environment in the Python docs markup: seeals...
next