]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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.
2003-04-03  Martin v. LöwisRevert Patch #670715: iconv support.
2003-04-02  Walter DörwaldFix description: u"%c" % 0xffffffff returned a ValueErr...
2003-04-02  Walter DörwaldChange formatchar(), so that u"%c" % 0xffffffff now...
2003-04-02  Barry WarsawFix a comment
2003-04-01  Jack JansenAdded a note about scripting support and the IDE builti...
2003-04-01  Jack JansenThe minimal scripting example now actually works.
2003-04-01  Jack JansenSigh... The get() and set() commands are not declared...
2003-04-01  Jack JansenRegenerated with property names with _Prop_ prepended.
2003-04-01  Jack JansenProperties (like enums) are not in the global namespace...
2003-04-01  Jack JansenTurned the suite compiler into an object.
2003-04-01  Jack Jansen- All messages are now dependent on the --verbose option.
2003-03-31  Barry Warsawinit_bsddb(): Added a few symbols that Greg forgot.
2003-03-31  Walter DörwaldRemove duplicate test.
2003-03-31  Walter DörwaldFix PyString_Format() so that '%c' % u'a' returns u'a'
2003-03-31  Fred Drake- add the "download_url" field to the pre-2.2.3 metadat...
2003-03-31  Walter DörwaldFix typo.
2003-03-31  Neal NorwitzSF patch #712367, get build working on AIX
2003-03-31  Jack JansenAdded a File->Generate OSA Suite command.
2003-03-31  Jack JansenAdded 1-page introductions to creating GUIs in Python...
2003-03-31  Fred DrakeFix symbol in grammar; this should fix some hyperlinkin...
2003-03-31  Jack JansenSubclasses of ObjectSpecifier can now be packed and...
2003-03-31  Jack JansenIn TalkTo.send(), check that we have access to the...
2003-03-31  Jack JansenLib/plat-mac/lib-scriptpackages/SystemEvents added.
2003-03-30  Jack JansenRegenerated again, now clases are sorted by code, and...
2003-03-30  Jack JansenClasses have to be sorted by code, not name, and synony...
2003-03-30  Neal NorwitzSF patch #667548, Add some audio constants by Michael...
2003-03-30  Neal NorwitzGet build working with pre-C99 compilers
2003-03-30  Barry WarsawBump to version 2.5.1
2003-03-30  Barry Warsawtest_whitespace_eater_unicode_2(): Test case for SF...
2003-03-30  Barry Warsaw__unicode__(): Fix the logic for calculating whether...
2003-03-30  Neal NorwitzSF patch #706338, Fix a few broken links in pydoc by...
2003-03-30  Martin v. LöwisPatch #650412: Check whether the address of flock and...
2003-03-30  Martin v. LöwisPatch #672053: Return a result from Py_Main, instead...
2003-03-30  Martin v. LöwisPatch #695250: Suppress COPYRIGHT if site.py is not...
2003-03-30  Martin v. LöwisPatch #701395: Correct documentation of PyUnicode_Split...
2003-03-30  Martin v. LöwisPatch #712124: Remove obsolete comment.
2003-03-30  Martin v. LöwisSupport '' as the argument for the setlocale emulation...
2003-03-30  Martin v. LöwisUse soname option when building a shared libpython...
2003-03-30  Martin v. LöwisPatch #545300: Support marked sections.
2003-03-30  Martin v. LöwisWrap thread stuff in WITH_THREAD. Fixes #704641.
2003-03-30  Martin v. LöwisFake bool API for Python 2.2.
2003-03-30  Skip MontanaroThe socket module now always uses the _socketobject...
2003-03-29  Jack JansenMoved gensuitemodule from Mac/scripts to Lib/plat-mac...
2003-03-29  Jack Jansen- Added an is_scriptable method to test applications...
2003-03-29  Jack JansenThe test for setpgrp having two arguments didn't actual...
2003-03-29  Neal NorwitzMove Mac/Windows specific expected skips from each...
2003-03-29  Martin v. LöwisRename LONG_LONG to PY_LONG_LONG. Fixes #710285.
2003-03-29  Martin v. LöwisPatch #707701: Expect '??' in event fields. Fixes ...
2003-03-29  Jack JansenRegenerated with the new way to get terminology (throug...
2003-03-29  Jack Jansen- Prefer using events (in stead of poking around in...
2003-03-29  Jack JansenSometimes a class is used as a base class of itself...
2003-03-28  Jack JansenOn OSX the finder will return from an open() event...
2003-03-28  Jack JansenSigh: didn't catch all lists that needed to be sorted...
2003-03-28  Jack JansenSigh: didn't catch all lists that needed to be sorted.
2003-03-28  Skip Montanaromake nt altsep forward slash - closes bug 709428
2003-03-28  Jack JansenRegenerated (from resource files) with sorting version...
2003-03-28  Jack Jansen- Sort various lists (list of events, OSA-classes,...
2003-03-28  Jack JansenMinimal test suite of the generated packages in plat...
2003-03-28  Martin v. LöwisDisable _XOPEN_SOURCE for Solaris 2.6. Fixes #690317.
2003-03-28  Martin v. LöwisAdd test for setpgrp. Fixes #690317.
2003-03-28  Ka-Ping YeePyWeakref_GetObject returns None (not NULL) when the...
2003-03-28  Ka-Ping YeeHide private names beginning with _ (but don't hide...
2003-03-28  Ka-Ping YeeMake module lookup a little more robust (certain kinds...
2003-03-28  Ka-Ping YeeMove testing code into "if __name__ == '__main__'"...
2003-03-28  Raymond HettingerFactored out test for absolute jumps.
2003-03-27  Gregory P.... 4.1.5
2003-03-27  Gregory P.... Adds support for the DBEnv->set_timeout() method.
2003-03-27  Martin v. LöwisReplace criterium with criterion. Fixes #705120.
2003-03-26  Jack JansenIf GetAppTerminology fails (which seems to be the usual...
2003-03-26  Barry WarsawTemporary bump of the version number.
2003-03-26  Barry Warsawtyped_subpart_iterator(): Fix these to use non-deprecat...
2003-03-26  Barry Warsawtyped_subpart_iterator(): Fix these to use non-deprecat...
2003-03-26  Walter DörwaldFix typo.
next