]> granicus.if.org Git - python/shortlog
python
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...
2008-01-08 Facundo BatistaIssue 846388. Adds a call to PyErr_CheckSignals to
2008-01-08 Georg BrandlBetter method for associating .py files with the interp...
2008-01-08 Georg BrandlFix markup errors from r59857 and clarify key.__enter__...
2008-01-08 Christian HeimesAdded __enter__ and __exit__ functions to HKEY object
2008-01-08 Thomas HellerUse relative instead of absolute filenames in the C...
2008-01-08 Andrew M. KuchlingPatch 1114: fix compilation of curses module on 64...
2008-01-08 Andrew M. KuchlingPatch 1137: allow assigning to .buffer_size attribute...
2008-01-08 Facundo BatistaIssue #1757: The hash of a Decimal instance is no longe...
2008-01-08 Christian HeimesIt's verbose, not debug
2008-01-08 Raymond HettingerDocs on named tuple's naming conventions and limits...
2008-01-08 Raymond HettingerExpand comment.
2008-01-07 Raymond HettingerDocumentation nits.
2008-01-07 Raymond HettingerUse get() instead of pop() for the optimized version...
2008-01-07 Raymond HettingerMinor markup fix
2008-01-07 Raymond HettingerCleanup named tuple subclassing example.
2008-01-07 Christian HeimesFixed indention problem that caused the second TIPC...
2008-01-07 Vinay SajipAdded section about adding contextual information to...
2008-01-07 Georg BrandlClarify metaclass docs and add example.
2008-01-07 Georg BrandlFix two further doc build warnings.
2008-01-07 Raymond HettingerFix inconsistent title levels -- it made the whole...
2008-01-07 Georg Brandl#467924, patch by Alan McIntyre: Add ZipFile.extract...
2008-01-07 Georg BrandlFix #define ordering.
2008-01-07 Georg BrandlRestructure urllib doc structure.
2008-01-07 Georg BrandlMake Python compile with --disable-unicode.
2008-01-07 Georg Brandlpatch #1668: clarify envvar docs; rename THREADDEBUG...
2008-01-07 Georg BrandlPatch #602345 by Neal Norwitz and me: add -B option...
2008-01-07 Georg BrandlRestore "somenamedtuple" as the "class" for named tuple...
2008-01-07 Mark SummerfieldAdded a hyperlink from sequence types to mutable sequen...
2008-01-07 Georg Brandl#1755: typo.
2008-01-07 Christian HeimesIssue #1646: Make socket support TIPC. The socket modul...
2008-01-07 Vinay SajipUpdated docs for basicConfig to indicate it's a no...
2008-01-07 Georg BrandlClean up markup.
2008-01-07 Georg BrandlConsistency nit.
2008-01-07 Georg BrandlChange virtual class name of __iter__ to "object" in...
2008-01-07 Raymond HettingerAdd another named tuple subclassing example.
2008-01-07 Jeffrey YasskinFix issue 1747: allow classic classes to be checked...
2008-01-07 Raymond HettingerCleanup subclassing example to more clearly show fixed...
2008-01-07 Raymond HettingerAdd subclassing example to docs for named tuples.
2008-01-06 Georg BrandlRemove latex trace.
2008-01-06 Raymond HettingerSpeed-up named tuple's _make() constructor.
2008-01-06 Georg BrandlAdd tutorial section about coding style.
2008-01-06 Facundo BatistaAdded Mark Dickinson.
2008-01-06 Georg BrandlFix introductory sentence.
2008-01-06 Georg Brandl#1325: Add docs and tests for zipimporter.archive and...
2008-01-06 Georg Brandl#1499: Document compile() exceptions.
2008-01-06 Georg Brandl#1582: document __reversed__, patch by Mark Russell.
2008-01-06 Georg Brandl#1559684: document that shutil.copy* doesn't copy all...
2008-01-06 Georg Brandl#1686390: add example for csv.Sniffer use.
2008-01-06 Georg Brandl#1727024: document that Popen.returncode is set by...
2008-01-06 Georg Brandl#1615275: clarify return object types of different...
2008-01-06 Georg Brandl#759525: document that dir() doesn't return metaclass...
2008-01-06 Georg Brandl#1501: document that 0**0 == 1.
2008-01-06 Georg Brandl#1755097: document default values for [].sort() and...
2008-01-06 Georg Brandl#1680: fix context manager example function name.
2008-01-06 Georg Brandl#1591: Clarify docstring of Popen3.
2008-01-06 Georg Brandl#1742: don't raise exception on os.path.relpath("a...
2008-01-06 Georg Brandl#1696393: don't check for '.' and '..' in ntpath.walk...
2008-01-06 Martin v. LöwisDon't try to package msvcr90 for the moment.
2008-01-06 Martin v. LöwisPackage using VS 2008.
2008-01-06 Martin v. LöwisUse vcbuild for VS 2009.
2008-01-06 Raymond HettingerSmall code simplification. Forgot that classmethods...
next