]> granicus.if.org Git - python/shortlog
python
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...
2003-04-15 Jack JansenAdapted GUI for per-user install. Doesn't do anything...
2003-04-15 Jack JansenTest SystemEvents too.
2003-04-15 Martin v. LöwisUse object interface for global vars. Fixes #721171.
2003-04-15 Guido van RossumOuch, it's Carlo Verre, not Verre Carlo.
2003-04-15 Walter DörwaldAdd a few errors tests for range().
2003-04-15 Walter DörwaldFix copy & paste error in comment.
2003-04-15 Walter DörwaldFix the test so that it works even when /etc/group...
2003-04-15 Walter DörwaldFix the test so that it works even when /etc/passwd...
2003-04-15 Guido van Rossum- pythunrun.c, Py_Finalize(): move the call to _Py_Prin...
2003-04-15 Jack Jansen- Use the tarfile module to unpack tarfiles.
2003-04-15 Tim Peterstest_range(): The C code changed to raise TypeError...
2003-04-15 Guido van RossumMove the call to _Py_PrintReferences() a bit further...
2003-04-15 Guido van RossumSome errors from range() should be TypeError, not Value...
2003-04-15 Walter DörwaldPort test_pwd.py to PyUnit. Check that getpwall() and
2003-04-15 Raymond HettingerExtend SF patch #707257: Improve code generation
2003-04-14 Guido van RossumThe date class is now properly subclassable. (SF bug...
2003-04-14 Guido van RossumClose off the "Verre Carlo hack" as discussed on python...
2003-04-14 Guido van Rossumsuper_getattro(): kill some dead code; explain a mystery.
2003-04-14 Guido van Rossum- list.insert(i, x) now interprets negative i as it...
2003-04-14 Andrew M. KuchlingAdd a name
2003-04-14 Guido van RossumPrompted by Tim's comment, when handle_range_longs...
2003-04-14 Guido van RossumSF patch #720991 by Gary Herron:
2003-04-14 Andrew M. KuchlingTypo fix
2003-04-14 Andrew M. KuchlingFix docstring typo
2003-04-14 Jason TishlerPatch #709178: remove -static option from cygwinccompiler
2003-04-14 Jeremy HyltonMake readers and writers participate in garbage collection.
2003-04-14 Neal NorwitzGet test working if gzip support is not available
2003-04-13 Tim Petershandle_range_longs(): refcount handling is very delica...
2003-04-13 Andrew M. KuchlingMention timeit module
2003-04-13 Andrew M. KuchlingUse simpler import
2003-04-13 Tim PetersMust declare vrbls at the tops of blocks in C89 (wouldn...
2003-04-12 Jack JansenOops, _propdeclarations and friends are needed: gensuit...
2003-04-12 Skip Montanarouse PyModule_Add{Int,String}Constant() where appropriate
2003-04-12 Skip Montanarotighten up string checks
2003-04-12 Skip Montanaroadd writerows docstring
2003-04-11 Skip Montanarotypo
2003-04-11 Skip Montanarotypo
2003-04-11 Barry WarsawBack out of setting the default charset to iso-8859-1.
2003-04-11 Barry WarsawNullTranslations.__init__(): Back out of setting the...
2003-04-11 Skip Montanarozap commented out bit of code
2003-04-11 Neal NorwitzFix markup
2003-04-11 Guido van RossumPatch by Chad Netzer (with significant change):
2003-04-11 Barry WarsawFrom http://mail.python.org/pipermail/i18n-sig/2003...
2003-04-11 Jack JansenAdded a note that the Mac OSA modules are documented.
2003-04-11 Neal NorwitzSF patch #706707, time.tzset standards compliance updat...
2003-04-11 Jack JansenMoved all the scripting stuff to a separate section...
2003-04-11 Fred DrakeAvoid creating one of the TestSuite objects.
2003-04-11 Neal NorwitzFix test_tarfile failure when gzip is not available
2003-04-10 Neal NorwitzAttempt to make all the various string *strip methods...
2003-04-10 Neal NorwitzMove declaration of enc to scope where it is used
2003-04-10 Neal NorwitzAdd a space after expression to be consistent
2003-04-10 Guido van RossumPyErr_NormalizeException(): in the type==NULL test...
2003-04-10 Skip Montanarohoist contents of csv submodule up to the package level
2003-04-10 Raymond HettingerSF patch #718867: Fix reference leak for time.strptime
2003-04-09 Jeremy HyltonMake Unpickler objects colletable.
2003-04-09 Jeremy HyltonMake Picklers collectable.
next