]> granicus.if.org Git - python/shortlog
python
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.
2008-01-13 Raymond HettingerFix spelling.
2008-01-13 Raymond HettingerNamed tuple is a concept, not a specific type.
2008-01-12 Georg BrandlFix editing glitch.
2008-01-12 Georg BrandlPatch #1700288: Method cache optimization, by Armin...
2008-01-12 Georg BrandlMove OSError docs to exceptions doc, remove obsolete...
2008-01-12 Mark DickinsonIssue 1780: Allow leading and trailing whitespace in...
2008-01-11 Raymond HettingerUpdate the opcode docs for STORE_MAP and BUILD_MAP
2008-01-11 Thomas HellerFix a potential 'SystemError: NULL result without error'.
2008-01-11 Thomas HellerRaise an error instead of crashing with a segfault...
2008-01-11 Andrew M. KuchlingBug #1790: update link; remove outdated paragraph
2008-01-11 Raymond HettingerSpeed-up and simplify code urlparse's result objects.
2008-01-11 Christian HeimesRemoved unused variable
2008-01-11 Thomas HellerRevert revision 59913, because it was wrong:
2008-01-11 Thomas HellerThe sqlite3 dll, when compiled in debug mode, must...
2008-01-11 Georg BrandlDocumentation for r5990[3567].
2008-01-11 Georg BrandlNews entries for rev. 5990[567].
2008-01-11 Georg BrandlGuard definition of TIPC_SUB_CANCEL with an #ifdef.
2008-01-11 Thomas HellerAdd an important missing blank.
2008-01-11 Raymond HettingerImprove usability of the SequenceMatcher by returning...
2008-01-11 Raymond HettingerLet most inspect functions return named tuples
2008-01-11 Raymond HettingerHave Decimal.as_tuple return a named tuple.
2008-01-11 Raymond HettingerComment-out missing constant (from rev 59819)
2008-01-11 Raymond HettingerDoctest results return a named tuple for readability
2008-01-11 Raymond HettingerRun doctests on the collections module
2008-01-10 Raymond HettingerNeaten-up the named tuple docs
2008-01-10 Amaury Forgeot... Closing issue1761.
2008-01-10 Raymond HettingerClarify how to add a field to a named tuple.
2008-01-10 Raymond HettingerExamples for named tuple subclassing should include...
2008-01-10 Thomas HellerReflow a paragraph, and fix a typo.
2008-01-10 Andrew M. KuchlingCheck for fd of -1 to save fsync() and fstat() call
2008-01-10 Neal NorwitzReword entry, not sure I made it much better though.
2008-01-09 Thomas HellerChange amd64 buildbot scripts to use Visual Studio...
2008-01-09 Thomas HellerChange amd64 buildbot scripts to use Visual Studio...
2008-01-09 Christian HeimesFixed #1776. __import__() no longer imports modules...
2008-01-09 Christian Heimesvs9to8 sync
2008-01-09 Andrew M. KuchlingRelated to patch #1114: fix another place where attr_t...
2008-01-09 Thomas HellerSet the output file in the _ctypes Debug|x64 configuration.
2008-01-09 Raymond HettingerFix typo
2008-01-09 Fred Drakeminor cleaning
2008-01-09 Raymond HettingerSyntax highlighting only works when >>> lines are accom...
next