]> granicus.if.org Git - python/shortlog
python
2002-04-20 Martin v. LöwisPatch #495401: Count number of required bytes for encod...
2002-04-20 Tim PetersWidespread: Used classes in a more natural way. Added...
2002-04-20 Martin v. LöwisForward port of patch # 500311: Work around for buggy...
2002-04-20 Jeremy HyltonAdd test for eval() w/ free variables.
2002-04-20 Jeremy HyltonFix SF bug #505315: Make free and cell vars show up...
2002-04-20 Tim PetersReplaced the fiddly 5-tuples with a new Book convenienc...
2002-04-20 Tim PetersFixed a comment.
2002-04-20 Tim PetersAll over: get rid of blanks before colons that open...
2002-04-20 Tim Petersdo_project(): Modernized the code.
2002-04-20 Tim PetersAdded "What's New" to the 2.2 doc set.
2002-04-19 Jeremy HyltonFix com_arglist() and update grammar fragment.
2002-04-19 Martin v. LöwisPatch #546194: Check constants individually. Fixes...
2002-04-19 Tim PetersAdded a stop-list to reduce the size of the full text...
2002-04-19 Tim Petersproject_template: use dict interpolation instead of...
2002-04-19 Tim Peters+ Changed TOC to folder-tree style.
2002-04-19 Tim PetersGenerates inputs to the Microsoft Help Compiler, which...
2002-04-19 Tim PetersGet the right funny characters in Hernan's name.
2002-04-19 Neal Norwitz#546155, remove posix_int() it is not used
2002-04-19 Jeremy HyltonFix SF #544995 (zlib crash on second flush call)
2002-04-19 Jack JansenOops: we used PyMem_DEL() to clean up objects, and...
2002-04-19 Martin v. LöwisDocument the build process more precisely. Suggested...
2002-04-19 Skip Montanaro\idxcode -> \py@idxcode (mimics index stuff in python...
2002-04-19 Skip Montanarofix duplicate label
2002-04-19 Fred DrakeClean up the use of version numbers in filenames; alway...
2002-04-19 Mark HammondFix bug 544473 - "Queue module can deadlock".
2002-04-18 Tim Peters_PyObject_DebugMallocStats(): Added some potentially...
2002-04-18 Tim PetersPyObject_Malloc: make a tiny bit faster for platforms...
2002-04-18 Tim PetersRemove some long-disabled debugging boilerplate.
2002-04-18 Tim Petersceval.c/do_raise(): Tighten the test to disallow raisi...
2002-04-18 Jeremy HyltonRemove more out-of-date comments and clarify explanatio...
2002-04-18 Jeremy HyltonRemove out-of-date explanation in doc strings,
2002-04-18 Martin v. LöwisTest for --export-dynamic directly to avoid problems...
2002-04-18 Tim PetersSF bug 544733: Cygwin test_mmap fix for Python 2.2.1
2002-04-18 Tim Peterstype_get_doc(): Squash compiler wng about incompatible...
2002-04-18 Andrew M. KuchlingLong-forgotten change: Update first paragraph with...
2002-04-18 Guido van RossumSF bug 542984.
2002-04-18 Guido van RossumSF bug 542984.
2002-04-17 Andrew M. KuchlingUse md5.new() constructor
2002-04-17 Andrew M. KuchlingUse 2.1's .hexdigest() method
2002-04-17 Walter DörwaldApply diff3.txt from SF patch http://www.python.org...
2002-04-17 Marc-André... Added note about new distutils commands.
2002-04-17 Marc-André... Patch #531901 by Mark W. Alexander: adds a new distutil...
2002-04-17 Skip Montanarotypo
2002-04-17 Fred DrakeAdd text on tp_as_buffer that refers tothe section...
2002-04-17 Fred DrakeAdd a version annotation for the help() function.
2002-04-17 Fred DrakeAdjust markup to worm around tool limitations; the...
2002-04-17 Fred DrakePass the -r option to getpagecounts to generate an...
2002-04-17 Fred DrakeRemove Emacs turd; not needed with modern Emacs versions.
2002-04-17 Fred DrakeChanged last remaining use of "./" to "index.html"...
2002-04-16 Fred DrakeStart of script to locate C symbols and segregate them...
2002-04-16 Tim PetersWindows installer: disabled Wise's "delete in-use...
2002-04-16 Fred DrakeAdded docstrings to the Profile class.
2002-04-16 Fred DrakeUpdate the dependencies.
2002-04-16 Fred DrakeMinor wording change.
2002-04-16 Guido van RossumSF bug 544647.
2002-04-16 Guido van RossumWhitespace normalization and fold some long lines.
2002-04-16 Fred DrakeAdd more text from Guido on the type structure fields.
2002-04-16 Skip Montanaroadded small clarification to the descriptions of encode...
2002-04-16 Thomas HellerReplace the simpleminded string.find with a re.search...
2002-04-16 Barry Warsawtest_mktime(): Removed. This wasn't really testing...
2002-04-16 Martin v. LöwisMove WITH_UNIVERSAL_NEWLINES template into configure.in.
2002-04-16 Barry WarsawWhitespace normalization, while using non-whitespace...
2002-04-16 Guido van RossumExpect test_email_codecs to be skipped -- few users...
2002-04-16 Tim PetersApparently 3 of the tests here rely on trailing whitesp...
2002-04-16 Fred DrakeRemove repeated index entry; adds nothing different.
2002-04-16 Tim PetersFewer deprecation warnings.
2002-04-16 Tim Petersresetwarnings(): Remove extra space from docstring...
2002-04-16 Tim PetersWhitespace normalization.
2002-04-16 Tim Petersresetwarnings(): change the docstring to reflect what...
2002-04-16 Tim PetersTighten up some warning filters, and break some depende...
2002-04-16 Tim PetersOK, don't call resetwarnings().
2002-04-16 Tim PetersIt makes more sense to call resetwarnings() after every...
2002-04-15 Tim PetersI expect test_univnewlines to be skipped on Windows...
2002-04-15 Tim PetersReduce the number of test-suite DeprecationWarnings...
2002-04-15 Neal NorwitzFix grammar
2002-04-15 Barry Warsawtest_main(): Added this so the test can actually get...
2002-04-15 Barry Warsawparseaddr(): Don't use rfc822.parseaddr() because this...
2002-04-15 Fred DrakeAdd documentation for PyObject_Call().
2002-04-15 Fred DrakeSeparate out a \cfuncline macro from the cfuncdesc...
2002-04-15 Fred DrakeDocument the cmemberdesc environment.
2002-04-15 Barry Warsawehlo(): A proper fix for SF bug #498572. RFC 1869...
2002-04-15 Fred DrakeBetter documentation for GetArgv() and the ProgressBar...
2002-04-15 Fred DrakeBe consistent in presenting the signatures.
2002-04-15 Fred DrakeAdd docs for os.fchdir().
2002-04-15 Fred Drakeposix_fildes(): New helper: run a function that takes...
2002-04-15 Fred DrakeGenerate the right annotations in the index entries.
2002-04-15 Fred DrakeAdd a test for fchdir().
2002-04-15 Fred DrakeIntegrated more text from Guido.
2002-04-15 Fred DrakeMove the listing of the type structure, since both...
2002-04-15 Walter DörwaldReturn the orginal string only if it's a real str or...
2002-04-15 Fred DrakeClean up the application of style to verbatim text.
2002-04-15 Fred DrakeAdd support for \cmemberline and the cmemberdesc enviro...
2002-04-15 Neal NorwitzRemove unused variable reported by Walter Dörwald
2002-04-15 Andrew M. KuchlingAdd item
2002-04-15 Guido van RossumRemove 'const' from local variable declaration in strin...
2002-04-15 Walter DörwaldApply the second version of SF patch http://www.python...
2002-04-15 Neal Norwitzposix.mknod() and {}.pop() were added
2002-04-15 Guido van RossumDeprecate % as well. The message for deprecation of...
2002-04-15 Guido van RossumAdd news about deprecated complex ops.
2002-04-15 Andrew MacIntyreupdate build infrastructure for pymalloc and bool changes
next