]> granicus.if.org Git - python/shortlog
python
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.
2003-04-09 Jeremy HyltonMissing DECREF.
2003-04-09 Jason TishlerPatch #718551: cygwinccompiler.get_versions() patch
2003-04-09 Guido van RossumAdd test for MessageBeep()
2003-04-09 Guido van Rossum- New function winsound.MessageBeep() wraps the Win32 API
2003-04-09 Guido van RossumAdd MessageBeep() API.
2003-04-09 Guido van RossumDetabified.
2003-04-09 Guido van RossumMake it possible to call instancemethod() with 2 arguments.
2003-04-09 Guido van RossumReformat a few docstrings that caused line wraps in...
2003-04-09 Guido van RossumFix two crashes on Windows:
2003-04-09 Guido van RossumVarious improvements to the way the table is formatted...
2003-04-09 Guido van Rossum- New function sys.call_tracing() allows pdb to debug...
2003-04-09 Fred DrakeMinor markup adjustments.
2003-04-09 Guido van RossumTry to discourage use of PyObject_Type().
2003-04-09 Guido van RossumDon't use (PyObject *)PyObject_Type(x). It is a leaky...
2003-04-09 Andrew M. KuchlingRe-indent example; fix typo
2003-04-09 Guido van Rossumproperty_traverse() should also traverse into prop_doc...
2003-04-09 Jason TishlerPatch #709178: remove -static option from cygwinccompiler
2003-04-09 Jack JansenCreated a minimal MacOSX section.
2003-04-09 Jack JansenDetabbed.
2003-04-09 Andrew M. KuchlingRemove the --verify option in favor of the standard...
2003-04-09 Fred DrakeLots of small markup adjustments.
2003-04-09 Fred DrakeAdd dependency information for the hotshot package...
2003-04-09 Anthony Baxterextra punctuation removed
2003-04-09 Fred DrakeAdd dependency information for the timeit module docs.
2003-04-09 Skip Montanaro+ libtimeit
2003-04-09 Skip Montanarodoc for timeit module/script - mostly just a recast...
2003-04-08 Jeremy HyltonMake staticmethods and classmethods participate in GC.
2003-04-08 Just van Rossumtentative fix for #712322: modification time stamp...
2003-04-08 Skip Montanaroinstall timeit.py as a command line script
2003-04-08 Skip Montanaroadd a #! line for unix weenies
2003-04-08 Tim PetersNew tests identical to boom and boom2, except using...
2003-04-08 Skip Montanarocorrect a couple docstring nits
2003-04-08 Tim PetersTypo repair.
2003-04-08 Fred DrakeAdded example of using positional and keyword args...
2003-04-08 Fred DrakeMarkup fix.
2003-04-08 Tim Peterss/referrents/referents/g. Gotta love that referrers...
2003-04-08 Tim PetersFinished implementing gc.get_referrents(): dealt with...
2003-04-07 Tim PetersComment repair; no semantic changes.
2003-04-07 Tim PetersReworked has_finalizer() to use the new _PyObject_Looku...
2003-04-07 Tim PetersNew private API function _PyInstance_Lookup. gc will...
2003-04-07 Anthony Baxteradd note suggested by rhettinger about example.
2003-04-07 Anthony Baxterpatch [ 698505 ] docs for hotshot module
2003-04-06 Tim Petersinitgc(): Rewrote to use the PyModule_AddXYZ API;...
2003-04-06 Tim Petershandle_finalizers(): Rewrote to call append_objects...
2003-04-06 Raymond HettingerSF bug #699934: Obscure error message
2003-04-06 Raymond HettingerSF patch #701494: more apply removals
2003-04-06 Tim PetersSwitched from METH_VARARGS to METH_NOARGS for the 7...
2003-04-06 Tim PetersReworked move_finalizer_reachable() to create two disti...
2003-04-05 Tim Petersmove_finalizers(): Rewrote. It's not necessary for...
2003-04-05 Tim Peterstest_boom: More comments. Also check that len(gc...
2003-04-05 Tim PetersNew comments. Rewrote has_finalizer() as a sequence...
2003-04-05 Tim PetersFixed new seemingly random segfaults, by moving the...
2003-04-04 Raymond HettingerSF bug #715145: unittest.py still uses != in failUnless...
2003-04-04 Jeremy HyltonAdd Tim's gc boom test to the test suite.
2003-04-04 Jeremy HyltonFix Tim's boom example.
2003-04-04 Greg WardUse fcntl() to put the audio device *back* into blockin...
2003-04-03 Jeremy HyltonAdd get_referrents() helper function.
2003-04-03 Jeremy HyltonAdd get_referrents() helper function.
next