]> granicus.if.org Git - python/shortlog
python
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...
2008-01-20 Georg Brandl#1178141: add addinfourl.code to get http status code...
2008-01-20 Georg Brandl#1351692: in pprint, always call format() for dict...
2008-01-20 Gregory P.... Document that zipfile decryption is insanely slow and...
2008-01-20 Gregory P.... note for r60121
2008-01-20 Gregory P.... Fix zipfile decryption. The check for validity only...
2008-01-20 Andrew M. KuchlingAdd an interactive test script for exercising curses
2008-01-20 Andrew M. KuchlingPatch #1048820 from Stefan Wehr: add insert-mode editin...
2008-01-19 Gregory P.... Fixes/Accepts Patch for issue1189216 - Work properly...
2008-01-19 Gregory P.... Fix issue 1300: Quote command line arguments that conta...
2008-01-19 Gregory P.... Undo an unnecessary else: and indentation that r60104...
2008-01-19 Georg BrandlMissed one big file to split up.
2008-01-19 Georg BrandlSplit the monstrous C API manual files in smaller parts.
2008-01-19 Andrew M. KuchlingBug 1296: restore text describing OptionGroup
2008-01-19 Gregory P.... note about r60104
2008-01-19 Gregory P.... Fixes issue1336 - a race condition could occur when...
2008-01-19 Georg Brandl#1509: fix sqlite3 docstrings and docs w.r.t. cursor...
2008-01-19 Gregory P.... fix comment typos, use not arg instead of arg == "...
2008-01-19 Andrew M. KuchlingPatch #1019808 from Federico Schwindt: Return correct...
2008-01-19 Georg Brandl#1411695: clarify behavior of xml.sax.utils.[un]escape.
2008-01-19 Georg Brandl#1663329: add os.closerange() to close a range of fds,
2008-01-19 Andrew M. KuchlingBug 1277: make Maildir use the user-provided factory...
2008-01-19 Georg BrandlFix #1146: TextWrap vs words 1-character shorter than...
2008-01-19 Georg BrandlFix #1679: "0x" was taken as a valid integer literal.
2008-01-19 Andrew M. KuchlingAdd item
2008-01-19 Skip Montanaromissing from r60088 checkin.
2008-01-19 Facundo BatistaComment in NEWS regarding the change in trace.py.
2008-01-19 Facundo BatistaFix #1693149. Now you can pass several modules separat...
2008-01-19 Andrew M. KuchlingPatch #976880: add mmap .rfind() method, and 'end'...
2008-01-19 Andrew M. KuchlingSort two names into position
2008-01-19 Georg Brandl#1782: don't leak in error case in PyModule_AddXxxConst...
2008-01-19 Georg BrandlClarify thread.join() docs. #1873.
2008-01-19 Christian HeimesDisabled test_xmlrpc:test_404. It's causing lots of...
2008-01-19 Andrew M. KuchlingAdd item
2008-01-19 Andrew M. KuchlingPatch #742598 from Michael Pomraning: add .timeout...
2008-01-19 Georg BrandlFix typos.
2008-01-19 Andrew M. KuchlingPolish sentence
2008-01-19 Christian HeimesUpdate for threading.local test.
2008-01-19 Christian HeimesAdded unit test to verify that threading.local doesn...
2008-01-19 Andrew M. KuchlingPolish sentence
2008-01-19 Facundo BatistaFix issue #1822: MIMEMultipart.is_multipart() behaves...
2008-01-19 Georg BrandlIndentation normalization.
2008-01-19 Georg BrandlAmend curses docs by info how to write non-ascii charac...
2008-01-19 Georg BrandlFix markup.
2008-01-19 Jeffrey YasskinSeveral tweaks: add construction from strings and ...
2008-01-18 Guido van RossumThis got fixed for classic classes in r60057,
2008-01-18 Raymond HettingerBetter variable name in an example.
2008-01-18 Guido van RossumFix an edge case whereby the __del__() method of a...
2008-01-18 Christian HeimesSilence Coverity false alerts with CIDs #172, #183...
2008-01-18 Christian HeimesAdded bytes and b'' as aliases for str and ''
2008-01-18 Georg BrandlNote that genexps are function scopes too and therefore...
2008-01-18 Vinay SajipAdded LoggerAdapter class, changed copyright dates...
2008-01-18 Vinay SajipAdded section on passing contextual information to...
2008-01-18 Christian HeimesAdded win_add2path.py to Tools/scripts/
2008-01-18 Christian HeimesBuild _ctypes after the other extensions. Its build...
2008-01-18 Christian HeimesCoverity CID #168
2008-01-18 Christian HeimesCoverity issue CID #169
2008-01-18 Christian HeimesCoverity issue CID #182
2008-01-18 Christian HeimesCoverity issue CID #167
2008-01-18 Christian HeimesCoverity issue CID #197
next