]> granicus.if.org Git - python/shortlog
python
2003-04-24 Barry WarsawGet rid of some hard coded tabs
2003-04-24 Raymond HettingerSF patch 695710: fix bug 678519: cStringIO self iterator
2003-04-24 Raymond HettingerSF Patch 549151: urllib2 POSTs on redirect
2003-04-24 Fred DrakeNote the platform module.
2003-04-24 Barry WarsawAdded a comment about backward compatibility requiremen...
2003-04-24 Andrew M. KuchlingMention deprecation of rotor module
2003-04-24 Andrew M. Kuchling[Patch #679505] Document that the rotor module is depre...
2003-04-24 Andrew M. Kuchling[Patch #679505] Document that this module is deprecated
2003-04-24 Andrew M. Kuchling[Patch #679505] Silence DeprecationWarning when testing...
2003-04-24 Andrew M. Kuchling[Patch #679505] Trigger DeprecationWarning on importing...
2003-04-24 Marc-André... Reformatted a bit to remove the lengthy re.compile...
2003-04-24 Marc-André... New module platform.py, submitted by Marc-Andre Lemburg.
2003-04-24 Raymond HettingerSF 686323: Minor array module enhancements
2003-04-24 Raymond HettingerRevert the previous enhancement to the bytecode optimizer.
2003-04-24 Brett CannonFix docstring for URLOpener.retrieve() in regards to...
2003-04-24 Brett CannonFixed docs for urlretrieve() to match code in the case...
2003-04-23 Fred Drakefix some markup errors
2003-04-23 Skip Montanaroclarify - restrict version mention to the trunk version
2003-04-23 Skip Montanaroadded note about character set limitations in passwords.
2003-04-23 Thomas HellerDocument the new functions PyInt_AsUnsignedLongMask...
2003-04-23 Walter DörwaldMax OS X returns "*" as the password in grp.getgrall()
2003-04-23 Tim PetersClarified new fsync() docs.
2003-04-23 Thomas HellerMention the new getargs.c format codes.
2003-04-23 Thomas HellerDocument the new format codes B, H, I, k, K.
2003-04-23 Raymond HettingerSF patch 557704: netrc module can't handle all passwords
2003-04-23 Raymond HettingerSF 557704: netrc module can't handle all passwords
2003-04-23 Raymond HettingerSF Patch 685051: fix for 680789: reprs in arraymodule
2003-04-23 Fred DrakeUpdate the package list whenever we build distfiles.
2003-04-23 Alex Martellisome more error-message enhancements
2003-04-23 Neal NorwitzFix SF bug #723801, logging.setLoggerClass() doesn...
2003-04-23 Alex Martellicomplete and clarify some error messages for range()
2003-04-23 Guido van RossumImprove the message about metatype/metaclass conflicts.
2003-04-23 Neal NorwitzSF patch #725904, Minor changes to logging from module...
2003-04-23 Tim PetersEnable os.fsync() for Windows, mapping it to MS's _comm...
2003-04-23 Raymond HettingerPyObject_IsTrue() can return an error condition.
2003-04-23 Raymond HettingerAdd comment on performance.
2003-04-22 Mark HammondUpdate to the new PyGILState APIs to simplify and corre...
2003-04-22 Jack JansenFix by Lars Gustaebel for bug 721871: don't get upset...
2003-04-22 Fred Drakemarkup corrections
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.
next