]> granicus.if.org Git - python/shortlog
python
2008-01-25 Raymond HettingerChanges 54857 and 54840 broke code and were reverted...
2008-01-25 Christian HeimesAdded the Python core headers Include/*.h and pyconfig...
2008-01-25 Christian Heimessetup.py doesn't pick up changes to a header file
2008-01-25 Christian HeimesBackport of several functions from Python 3.0 to 2...
2008-01-25 Neal NorwitzAdd prototypes to get the mathmodule.c to compile on...
2008-01-25 Neal NorwitzMake the test more robust by trying to reconnect up...
2008-01-25 Raymond HettingerMore design notes
2008-01-25 Raymond HettingerFix-up signature for approximation.
2008-01-25 Raymond HettingerAdd one other review comment.
2008-01-25 Raymond HettingerMark todos and review comments.
2008-01-25 Raymond HettingerAdd support for copy, deepcopy, and pickle.
2008-01-24 Raymond HettingerMore code cleanup. Remove unnecessary indirection...
2008-01-24 Amaury Forgeot... News entry for r60265 (Issue 1920).
2008-01-24 Amaury Forgeot... #1920: when considering a block starting by "while...
2008-01-24 Raymond HettingerShorter pprint's for empty sets and frozensets. Fix...
2008-01-24 Raymond HettingerExpand tests to include nested graph structures.
2008-01-24 Raymond HettingerAdd support for int(r) just like the other numeric...
2008-01-24 Thomas HellerInvert the checks in get_[u]long and get_[u]longlong...
2008-01-24 Raymond HettingerAdd support for trunc().
2008-01-24 Thomas HellerReplace Py_BuildValue with PyTuple_Pack because it...
2008-01-24 Thomas HellerUse a PyDictObject again for the array type cache;...
2008-01-24 Guido van RossumNews about recently fixed crashers:
2008-01-24 Raymond HettingerRevert 60189 and restore performance.
2008-01-24 Raymond HettingerClean-up and speed-up code by accessing numerator/denom...
2008-01-24 Guido van RossumFix test67.py from issue #1303614.
2008-01-24 Guido van RossumFi debug turd -- a call accidentally left out.
2008-01-24 Vinay SajipUpdated for optional delay argument to FileHandler...
2008-01-24 Vinay SajipAdded documentation for optional delay argument to...
2008-01-24 Vinay SajipAdded optional delay argument to FileHandler and subcla...
2008-01-24 Vinay SajipAdded optional delay argument to FileHandler and subcla...
2008-01-24 Gregory P.... Fix issue1789: The tutorial contained a misuse of the...
2008-01-24 Neal NorwitzFix the test_urllib2net failures that were caused by...
2008-01-24 Neal NorwitzFix the tests by restoring __import__. I think the...
2008-01-24 Raymond HettingerCleanup
2008-01-24 Raymond HettingerMinor clean-up and more tests.
2008-01-24 Raymond HettingerAdd first-cut at an approximation function (still needs...
2008-01-23 Guido van RossumTurn three recently fixed crashers into regular tests.
2008-01-23 Kurt B. KaiserThere was an error on exit if no sys.exitfunc was defin...
2008-01-23 Guido van RossumFix misleading comment reported in issue #1917.
2008-01-23 Kurt B. KaiserCould not open files in .idlerc directory if latter...
2008-01-23 Guido van RossumFix two crashers.
2008-01-23 Christian HeimesApplied #1069410
2008-01-23 Christian HeimesFixed bug #1915: Python compiles with --enable-unicode...
2008-01-23 Armin Rigopatch 1754489 by vlahan:
2008-01-23 Christian HeimesUse Py_TYPE() instead of ->ob_type
2008-01-23 Guido van RossumI'm tired of these tests breaking at Google due to...
2008-01-23 Raymond HettingerLet pprint() support sets and frozensets (suggested...
2008-01-22 Gregory P.... docstring and comment updates suggested by Giampaolo...
2008-01-22 Raymond HettingerImprove variable name in sample code
2008-01-22 Raymond HettingerGive zip() the same guarantee as izip() for left-to...
2008-01-22 Georg BrandlFix for #1087741 patch.
2008-01-22 Raymond HettingerDocument when to use izip_longest().
2008-01-22 Christian HeimesDon't repeat yourself
2008-01-22 Christian HeimesFixed a missing (X) in define
2008-01-22 Georg BrandlFix \xhh specs, #1889.
2008-01-22 Gregory P.... - Fix Issue #1703448: A joined thread could show up...
2008-01-22 Gregory P.... Replace spam.acquire() try: ... finally: spam.release...
2008-01-22 Gregory P.... accepts and closes issue #1221598: adds an optional...
2008-01-21 Brett CannonMake's MAKEFLAGS variable is set to a string containing...
2008-01-21 Georg BrandlReformat some ugly code.
2008-01-21 Georg BrandlPatch #1720595: add T_BOOL to the range of structmember...
2008-01-21 Georg BrandlAdd the correct build dir when building with pydebug.
2008-01-21 Georg BrandlAdd a "const" to make gcc happy.
2008-01-21 Georg Brandl#1715: include sub-extension modules in pydoc text...
2008-01-21 Georg BrandlAdapt to latest doctools refactoring.
2008-01-21 Walter DörwaldFollow PEP 8 in module docstring.
2008-01-21 Georg BrandlUse original location of document, which has translations.
2008-01-21 Georg BrandlAdd NEWS entry for #1882.
2008-01-21 Georg BrandlIssue #1882: when compiling code from a string, encodin...
2008-01-21 Vinay SajipUpdated to include news on recent logging fixes and...
2008-01-21 Georg Brandl#1530959: change distutils build dir for --with-pydebug...
2008-01-21 Vinay SajipMinor documentation change - hyperlink tidied up.
2008-01-21 Georg BrandlClarify $ behavior in re docstring. #1631394.
2008-01-21 Georg Brandl#1726198: replace while 1: fp.readline() with file...
2008-01-21 Georg BrandlFix old link.
2008-01-21 Georg BrandlAdapt pydoc to new doc URLs.
2008-01-21 Vinay SajipFix: #1836: Off-by-one bug in TimedRotatingFileHandler...
2008-01-21 Georg Brandl#997912: acknowledge nested scopes in tutorial.
2008-01-21 Georg BrandlRemoving bundlebuilder docs again -- it's not to be...
2008-01-21 Georg BrandlAdd a stub for bundlebuilder documentation.
2008-01-21 Georg Brandl#1555501: document plistlib and move it to the general...
2008-01-21 Georg BrandlFix example.
2008-01-21 Georg Brandlmmap is an extension module.
2008-01-21 Georg Brandl#1087741: make mmap.mmap the type of mmap objects,...
2008-01-21 Christian HeimesA bunch of header files were not listed as dependencies...
2008-01-21 Georg Brandl#1269: fix a bug in pstats.add_callers() and add a...
2008-01-21 Gregory P.... Provide a sanity check during PyThreadState_DeleteCurre...
2008-01-20 Georg BrandlFix markup.
2008-01-20 Georg Brandl#1219903: fix tp_richcompare docs.
2008-01-20 Georg BrandlAdd blurb about executable scripts on Windows. #760657.
2008-01-20 Georg BrandlSwitch mmap from old Py_FindMethod to new PyObject_Gene...
2008-01-20 Georg Brandl#1876: fix typos in test_operator.
2008-01-20 Christian HeimesFixed a wrong assumption in configure.in and Include...
2008-01-20 Georg BrandlFix test_pyclbr after urllib change.
2008-01-20 Georg Brandl#1669: don't allow shutil.rmtree() to be called on...
2008-01-20 Georg Brandl#1648: add sys.gettrace() and sys.getprofile().
2008-01-20 Georg Brandl#652749: document the constants added to the builtins...
2008-01-20 Georg Brandl#799369: document possible sys.platform values.
2008-01-20 Georg Brandl#1664522: in urllib, don't read non-existing directorie...
2008-01-20 Georg Brandl#856047: respect the ``no_proxy`` env var when checking...
next