]> granicus.if.org Git - python/shortlog
python
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
2002-04-15 Andrew M. KuchlingAdd items
2002-04-15 Guido van RossumSF bug #543387.
2002-04-15 Guido van RossumFour more names for the hall of fame.
2002-04-15 Guido van RossumSF bug #541883 (Vincent Fiack).
2002-04-15 Guido van RossumAdd exit as alias for quit, as the easiest way to addre...
2002-04-15 Guido van RossumSF bug #543318 (Frank J. Tobin).
2002-04-15 Guido van RossumFix from SF bug #541980 (Jacques A. Vidrine).
2002-04-15 Guido van RossumProvisional fix for writefile() [SF bug # 541730].
2002-04-14 Jack JansenEnable universal newline support for MacPython.
2002-04-14 Tim PetersSF bug 543840: complex(string) accepts strings with \0
2002-04-14 Jack JansenTest suite for universal newline support.
2002-04-14 Jack JansenMass checkin of universal newline support.
2002-04-14 Martin v. LöwisPatch #540583: Open MS Help Docs if available.
2002-04-14 Martin v. LöwisPatch #542569: tp_print tp_repr tp_str in test_bool.py.
2002-04-14 Martin v. LöwisPatch #543447: Add posix.mknod.
2002-04-14 Martin v. LöwisPatch #542659: Eliminate duplicate check for NULL of...
2002-04-13 Fred Drakeinitpwd(): Clean up initialization, avoid PyModule_Get...
2002-04-13 Neal NorwitzBDFL agreed with Tim: rehabilitate randint().
2002-04-13 Guido van RossumFold long lines. (Walter, please take note! :-)
2002-04-13 Guido van RossumAdd pop() to UserDict.
2002-04-13 Tim Peters_PyObject_DebugDumpStats: renamed to _PyObject_DebugMa...
2002-04-13 Tim PetersSF bug 543148: Memory leak with stackframes + inspect.
2002-04-13 Fred DrakeDocument the optional argument to the .strip(), .rstrip...
2002-04-13 Guido van RossumNews for strip methods.
2002-04-13 Guido van RossumPartially implement SF feature request 444708.
2002-04-12 Neil SchemenauerAdd news about memory managent APIs changing.
2002-04-12 Fred DrakeAdditional support for describing C structure members.
2002-04-12 Fred DrakeIntegrate a bunch of new text from Guido.
2002-04-12 Barry WarsawAddrlistClass -> AddressList
2002-04-12 Barry WarsawAddrlistClass -> AddressList
2002-04-12 Tim PetersSmall anal correctness tweaks:
2002-04-12 Fred DrakeBDFL agreed with Tim: rehabilitate randint().
2002-04-12 Fred DrakeUpdate the type of the tp_free slot.
2002-04-12 Fred DrakeWarn people away from PyModule_GetDict(), but not too...
2002-04-12 Guido van RossumNews about dict.pop().
next