]> granicus.if.org Git - python/shortlog
python
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
2008-01-18 Andrew M. KuchlingTypo fix
2008-01-18 Andrew M. KuchlingBump verson
2008-01-18 Raymond Hettingerclearcache() needs to remove the dict as well as clear it.
2008-01-17 Raymond HettingerFix markup
2008-01-17 Raymond HettingerFix-up Timer() example.
2008-01-17 Christian HeimesUpdated new property syntax. An elaborate example for...
2008-01-17 Raymond HettingerAdd advice on choosing between scheduler and threading...
2008-01-17 Andrew M. KuchlingCorrection from Jordan Lewis: halfdelay() uses tenths...
2008-01-17 Raymond HettingerIssue #1861: Add read-only attribute listing upcoming...
2008-01-17 Brett CannonFix a function pointer declaration to silence the compiler.
2008-01-17 Andrew M. KuchlingRevise 3141 section a bit; add some Windows items
2008-01-17 Gregory P.... Fixes (accepts patch) issue1339 - http://bugs.python...
2008-01-17 Raymond HettingerNote versionadded.
2008-01-17 Gregory P.... entry for r60015
2008-01-17 Gregory P.... Comply with RFC 3207.
2008-01-17 Raymond HettingerMake starmap() match its pure python definition and...
2008-01-16 Raymond HettingerAdd news entry.
2008-01-16 Raymond HettingerAdd queues will alternative fetch orders (priority...
2008-01-16 Raymond HettingerMinor wordsmithing.
2008-01-16 Thomas HellerUse 'g' instead of 'D' as the ctypes typecode for c_lon...
2008-01-16 Georg BrandlDoc build should work with 2.4 now.
2008-01-16 Georg BrandlAdd Python-specific content to Doc dir. Update configur...
2008-01-16 Thomas HellerRaise a TypeError instead of a ValueError when too...
2008-01-16 Thomas HellerRaise a TypeError if conflicting positional and named...
2008-01-16 Thomas HellerConvert the internal ctypes array type cache to a WeakV...
2008-01-16 Georg BrandlFix MSDN library URL. (#1854)
2008-01-16 Andrew M. KuchlingMarkup fix
2008-01-16 Andrew M. KuchlingAdd PEP 3141 section
2008-01-16 Andrew M. KuchlingDocstring typos
2008-01-15 Amaury Forgeot... test_doctest fails since r59984.
2008-01-15 Raymond HettingerFix-up half-written paragraph in the docs
2008-01-15 Raymond HettingerRefactor if/elif chain for clarity and speed. Remove...
2008-01-15 Guido van RossumIssue #1786 (by myself): pdb should use its own stdin...
2008-01-15 Andrew M. KuchlingRestore description of sys.dont_write_bytecode.
2008-01-15 Jeffrey YasskinAdd rational.Rational as an implementation of numbers...
2008-01-15 Georg BrandlRemove duplicate entry.
2008-01-15 Georg BrandlTypo.
2008-01-15 Raymond HettingerSmall grammar nit
2008-01-15 Raymond HettingerTemporarily revert 59967 until GC can be added.
2008-01-15 Skip MontanaroBetter (?) text describing the lack of guarantees provi...
2008-01-15 Raymond HettingerTighten the definition of a named tuple.
2008-01-15 Raymond HettingerIssue 1820: structseq objects did not work with the...
2008-01-15 Andrew M. KuchlingRepair unfinished sentence
2008-01-15 Andrew M. KuchlingAdd many items
2008-01-15 Andrew M. KuchlingMarkup fix
2008-01-15 Andrew M. KuchlingTypo fixes
2008-01-14 Raymond HettingerFix 1698398: Zipfile.printdir() crashed because the...
2008-01-14 Andrew M. KuchlingUpdate description of float_info
2008-01-14 Thomas HellerIssue 1821: configure libffi for amd64 on FreeeBSD.
2008-01-14 Christian HeimesAdded more comments to the new structseq repr code...
2008-01-14 Christian HeimesNow that I've learnt about structseq objects I felt...
2008-01-14 Christian HeimesApplied patch #1816: sys.flags patch
2008-01-14 Christian HeimesI missed the most important file
2008-01-14 Christian HeimesAdded new an better structseq representation. E.g....
2008-01-14 Amaury Forgeot... ?Why did my tests not notice this before?
2008-01-14 Amaury Forgeot... Re-apply patch #1700288 (first applied in r59931, rolle...
2008-01-14 Amaury Forgeot... As discussed in issue 1700288:
2008-01-13 Georg BrandlBack out r59931 - test_ctypes fails with it.
2008-01-13 Ka-Ping YeeCheck in the patch proposed by Ben Hayden (benjhayden...
2008-01-13 Thomas HellerMake Modules/socketobject.c compile for Windows again.
2008-01-13 Georg BrandlClarify the effect of text mode.
next