]> granicus.if.org Git - python/shortlog
python
2003-04-22 Fred DrakeDo a little more searching for the data file for the...
2003-04-22 Gustavo NiemeyerMade MAX_UNTIL/MIN_UNTIL code more coherent about mark...
2003-04-22 Jeremy HyltonOnly produce a dotted module name when writing output...
2003-04-22 Fred Drake- explain the start argument to sum()
2003-04-22 Jack JansenIf not icon file is specified use the default Python...
2003-04-22 Fred DrakeFix some markup nits.
2003-04-22 Jack JansenOnly return a warning message about not all files being...
2003-04-22 Jack JansenAllow setting the auto dispose flag on window objects.
2003-04-22 Jack JansenHiding packages was done incorrectly. Fixed.
2003-04-22 Mark HammondPyGILState cleanup was too early - destructors called...
2003-04-22 Walter DörwaldChange test_pwd and test_grp so they can handle duplica...
2003-04-22 Alex Martellifixed a potential refcount bug (thanks Raymond!).
2003-04-22 Alex MartelliAdding new built-in function sum, with docs and tests.
2003-04-22 Raymond HettingerImproved the bytecode optimizer.
2003-04-22 Andrew MacIntyreminor cleanups and whitespace normalisation
2003-04-22 Neal NorwitzGet test_capi & test_getargs2 to pass on alphas
2003-04-21 Jeremy HyltonAdd helper function to get module name taking packages...
2003-04-21 Jeremy HyltonHolistic refactoring.
2003-04-21 Jeremy HyltonAdd a useful docstring to enumerate.
2003-04-21 Andrew MacIntyreMakefile & config.c:
2003-04-21 Andrew MacIntyreMakefile:
2003-04-21 Andrew MacIntyreapply Mark Hammond's PEP 311 changes to the EMX ripoff...
2003-04-21 Andrew MacIntyre- DosSetExtLIBPATH objects to a NULL pointer, but a...
2003-04-21 Greg WardTest suite for optparse. This is a slightly-edited...
2003-04-21 Greg WardUpdate to Optik 1.4.1; here are the relevant bits of...
2003-04-20 Gustavo NiemeyerMore work on bug #672491 and patch #712900.
2003-04-20 Gustavo Niemeyer- Changed shlex.split() method to have more useful and
2003-04-20 Gustavo Niemeyer- Included examples documenting how the lastindex member of
2003-04-20 Barry WarsawFinally added a -h option to print the module docstring...
2003-04-20 Gustavo Niemeyer- Fixed bug #672491. This change restores the behavior...
2003-04-19 Martin v. LöwisPatch #553171: Add writeback parameter. Also add protoc...
2003-04-19 Tim Petershandle_system_exit(): This leaked the current exceptio...
2003-04-19 Tim PetersDocstring clarifications.
2003-04-19 Guido van Rossum- bool() called without arguments now returns False...
2003-04-19 Guido van Rossum- Several methods of nntplib.NNTP have grown an optiona...
2003-04-19 Mark HammondNew PyGILState_ API - implements pep 311, from patch...
2003-04-19 Andrew M. KuchlingMention the bz2 module
2003-04-19 Martin v. LöwisNew file.
2003-04-19 Martin v. LöwisFully support 32-bit codes. Enable BIGCHARSET in UCS...
2003-04-19 Martin v. LöwisPatch #681152: Support escaped Unicode characters in...
2003-04-19 Martin v. LöwisPatch #716969: Detect thread creation failure. Will...
2003-04-19 Brett CannonMake _strptime escape regex syntax in format string...
2003-04-18 Barry Warsawas_string(): Added some text to the docstring to make...
2003-04-18 Barry WarsawAdded some more documentation to as_string() to make...
2003-04-18 Martin v. LöwisChange email address.
2003-04-18 Martin v. LöwisFix spelling of cedillas.
2003-04-18 Martin v. LöwisCorrect methoddesc environments.
2003-04-18 Martin v. LöwisAdd lib/libstringprep.tex lib/libdocxmlrpc.tex.
2003-04-18 Martin v. LöwisPatch #536883: SimpleXMLRPCServer auto-docing subclass.
2003-04-18 Martin v. LöwisSkip nameprep test 3.43, as we do allow unassigned...
2003-04-18 Guido van RossumDon't double-space the "??? new object ..." messages.
2003-04-18 Jason TishlerPatch #718049: Setting exe_extension for cygwin
2003-04-18 Fred Drake- accepted (slightly) modified version of docs for...
2003-04-18 Martin v. LöwisPatch #711835: Remove unnecessary lock operations....
2003-04-18 Martin v. LöwisPatch #714957: Explain ADDMODULE MARKER.
2003-04-18 Martin v. LöwisImplement IDNA (Internationalized Domain Names in Appli...
2003-04-18 Tim PetersHeh -- I checked in an old version of this, at a time...
2003-04-18 Tim Peters_Py_PrintReferenceAddresses(): also print the type...
2003-04-18 Guido van RossumDelete the 'h' test -- 'h' is no longer unsigned so...
2003-04-18 Guido van RossumRoll back changes to 'h' format code -- too much breaks...
2003-04-17 Neal NorwitzUse True in a few more places.
2003-04-17 Neal NorwitzOops, missed updating doc to correct version for split
2003-04-17 Neal NorwitzGet test to work under regrtest when running whole...
2003-04-17 Fred DrakeAdded documentation for the handle_pi() method, based...
2003-04-17 Neal NorwitzSF Feature #: 719429, Get the SSL module to build on...
2003-04-17 Fred DrakeAdd test that demonstrates SGML-style handling of proce...
2003-04-17 Fred Drake- use Tue/False for booleans
2003-04-17 Jack Jansendded missing k and K format specifiers to Py_BuildValue...
2003-04-17 Fred Drakemarkup banalities
2003-04-17 Gustavo NiemeyerImplemented posix-mode parsing support in shlex.py...
2003-04-17 Jack JansenOops, 'k' is the new format code for un unchecked 32...
2003-04-17 Jack JansenConverted manually written code to the new K format...
2003-04-17 Tim Peters_Py_PrintReferences(): Changed to print object address...
2003-04-17 Thomas HellerSF # 595026: support for masks in getargs.c.
2003-04-17 Guido van Rossum- New C API PyGC_Collect(), same as calling gc.collect().
2003-04-17 Guido van RossumChanges in support of PEP 269.
2003-04-17 Guido van RossumA missing piece of the PEP 269 patch: add PyParser_SetE...
2003-04-17 Tim PetersTrimmed trailing whitespace.
2003-04-17 Tim PetersPy_Finalize(): Reverted recent changes that tried...
2003-04-17 Guido van RossumChanges from Jonathan Riehl to allow his pgen extension...
2003-04-17 Neal NorwitzRemove extra space in docstring
2003-04-16 Guido van Rossum- The repr() of a weakref object now shows the __name__...
2003-04-16 Martin v. LöwisSupport UCS-4 Tcl for UCS-4 Python builds. Fixes #719880.
2003-04-16 Guido van RossumAdd 'get' method to Variable and switch it from interna...
2003-04-16 Guido van Rossum- super() no longer ignores data descriptors, except...
2003-04-16 Guido van RossumSigh. The crucial change was still missing from the...
2003-04-16 Martin v. LöwisFor StringVar results to strings. Document that boolean...
2003-04-16 Guido van Rossum- super() no longer ignores data descriptors, except...
2003-04-16 Raymond HettingerMinor source formatting fixes.
2003-04-16 Barry WarsawMostly reformatting, splitting long lines, whitespace...
2003-04-16 Raymond HettingerAs discussed on python-dev, revised docs to note that
2003-04-16 Neal NorwitzAdd version info for name2codepoint and codepoint2name
2003-04-16 Jack JansenWhen on MacOSX, and only in a framework build, add
2003-04-16 Jack JansenThe identify() description didn't match the code. Fixed.
2003-04-16 Jack JansenRefer people to the help pages on failure to load the...
2003-04-16 Jack JansenAdded a note on getting 404 Not Found errors when loadi...
2003-04-16 Jack JansenAdded support for per-user installs.
2003-04-16 Jack JansenAllow switching of install dir after creation of prefer...
2003-04-16 Walter DörwaldAdd two dictionaries to htmlentitydefs: name2codepoint...
2003-04-15 Guido van RossumFix three (!) object leaks in the code for assignment...
next