]> granicus.if.org Git - python/shortlog
python
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...
2008-01-05 Guido van RossumAdd John Nagle (of issue #1637).
2008-01-05 Guido van RossumPatch #1637: fix urlparse for URLs like 'http://x.com...
2008-01-05 Christian HeimesFinal adjustments for #1601
2008-01-05 Georg BrandlUse markup.
2008-01-05 Georg BrandlRepair markup.
2008-01-05 Georg Brandl#1719: capitalization error in "UuidCreate".
2008-01-05 Georg BrandlSet native svn:eol-style property for text files.
2008-01-05 Georg BrandlRevert socket.rst to unix-eol.
2008-01-05 Georg BrandlDoc patch #1730 from Robin Stocker; minor corrections...
2008-01-05 Georg BrandlSimplify index entries; fix #1712.
2008-01-05 Georg BrandlRemove with_statement future imports from 2.6 docs.
2008-01-05 Georg BrandlFix C++-style comment.
2008-01-05 Thomas HellerAdd myself.
2008-01-05 Andrew M. KuchlingFix comment typo
2008-01-05 Jeffrey YasskinContinue rolling back pep-3141 changes that changed...
2008-01-05 Fred Drakeclean up a comment
2008-01-05 Raymond HettingerAdd error-checking to namedtuple's _replace() method.
2008-01-05 Raymond HettingerImprove namedtuple's _cast() method with a docstring...
2008-01-05 Guido van RossumPatch #1698 by Senthil: allow '@' in username when...
2008-01-05 Guido van RossumPatch #1725 by Mark Dickinson, fixes incorrect conversi...
2008-01-04 Andrew M. KuchlingFix markup
2008-01-04 Andrew M. KuchlingFix markup
2008-01-04 Christian Heimessocket.ioctl is only available on Windows
2008-01-04 Christian HeimesReverted last transaction. It's the wrong branch.
2008-01-04 Christian HeimesAnd here is the rest of Hirokazu Yamamoto's patch for...
2008-01-04 Christian HeimesAdded interface to Windows' WSAIoctl and a simple examp...
2008-01-04 Andrew M. KuchlingUpdate links to bug/patch tracker
2008-01-04 Lars GustäbelIssue #1735: TarFile.extractall() now correctly sets
2008-01-04 Christian HeimesBug #1713: posixpath.ismount() claims symlink to a...
2008-01-04 Jeffrey YasskinMake math.{floor,ceil}({int,long}) return float again...
2008-01-04 Raymond HettingerMinor fix-ups to named tuples:
2008-01-04 Christian HeimesMoved include "Python.h" in front of other imports...
2008-01-04 Christian HeimesAdded _struct._clearcache() for regression tests
next