]> granicus.if.org Git - python/shortlog
python
2014-11-05 Georg BrandlCloses #22525: clarify documentation for ast.literal_ev...
2014-11-05 Benjamin Petersonuse pythontest.net for url fragment test
2014-11-05 Victor StinnerIssue #19753: Fix test_gdb on SystemZ buildbot, ignore...
2014-11-04 Antoine PitrouIssue #22773: fix failing test with old readline versio...
2014-11-04 Benjamin Petersonallow keyfile argument to be None (closes #22787)
2014-11-04 Benjamin Petersontest that keyfile can be None
2014-11-02 Serhiy StorchakaIssue #22775: Fixed unpickling of Cookie.SimpleCookie...
2014-11-02 Ezio Melotti#22751: fix test___all__ warning about modified environ...
2014-11-02 Zachary WareIssue #17896: Move Windows external lib sources from...
2014-11-02 Ned DeilyIssue #22770: Prevent some Tk segfaults on OS X when...
2014-11-01 Zachary WareIssue #17717: Pull NASM from svn.python.org for OpenSSL...
2014-11-01 Vinay SajipBrought excluded code into the scope of a try block...
2014-10-31 Georg BrandlCloses #22772: fix __ifloordiv__ and __itruediv__ docst...
2014-10-31 Serhiy StorchakaIssue #17381: Fixed ranges handling in case-insensitive...
2014-10-31 Serhiy StorchakaBackported the optimization of compiling charsets in...
2014-10-31 Georg Brandl#22613: fix several factual errors in builtin docs...
2014-10-31 Georg Brandl#22613: minor other fixes in library docs (thanks Jacqu...
2014-10-31 Georg Brandl#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
2014-10-31 Georg Brandlminor grammar fixes (from docs@python.org)
2014-10-30 Serhiy StorchakaFixed compile error in issue #22410. The _locale module...
2014-10-30 Serhiy StorchakaIssue #22410: Module level functions in the re module...
2014-10-30 Georg Brandlrstlint: make the "html leaked markup" regex a bit...
2014-10-30 Georg Brandlrstlint: add more directives we use
2014-10-30 Georg BrandlDoc: fix default role usage (except in unittest mock...
2014-10-30 Antoine PitrouIssue #8876: distutils now falls back to copying files...
2014-10-29 Georg BrandlFixing broken links in doc, part 4: some more breaks...
2014-10-29 Georg Brandllinkcheck: ignore issue URLs and PEP URLs (the latter...
2014-10-29 Georg BrandlFixing broken links in doc, part 3: the rest
2014-10-29 Georg BrandlFixing broken links in doc, part 2: howto/
2014-10-29 Georg BrandlFixing broken links in doc, part 1: faq/
2014-10-29 Georg BrandlFix external links to docs.python.org to use internal...
2014-10-29 Georg BrandlRemove now-dead link to IDLE debugger doc and add PyCha...
2014-10-29 Georg BrandlUpdate "where is python.org hosted" FAQ.
2014-10-29 Georg BrandlUse https:// URLs when referring to python.org hosts.
2014-10-29 Georg BrandlUse https:// URLs in the HTML templates.
2014-10-29 Georg BrandlDoc readme: Fix markup, use https:// URLs.
2014-10-29 Georg BrandlAdjust the author field of the .tex files to reflect...
2014-10-29 Georg BrandlMove Sphinx templates and extensions to their own subdirs.
2014-10-28 Georg BrandlFix link to ABOP install chapter.
2014-10-28 Georg BrandlUpdate Opensolaris advice to OpenCSW instead of defunct...
2014-10-28 Georg BrandlCloses #22249: use IPPROTO_TCP constant instead of...
2014-10-28 Georg BrandlCloses #22748: there are no PyString C functions in...
2014-10-28 Georg BrandlCloses #22736: move seealso to the bottom of the sectio...
2014-10-28 Ezio Melotti#22237: fix patch attribution.
2014-10-28 Ezio Melotti#22237: document that sorted() is guaranteed to be...
2014-10-26 Zachary WareUpdate OpenSSL version in PCbuild\readme.txt
2014-10-23 Terry Jan ReedyIssue #3068: Add Idle extension configuration dialog...
2014-10-22 Terry Jan ReedyIssue #16863: Explain difference between text and 2...
2014-10-22 Vinay SajipUpdated cookbook entry to replace shutil.chown with...
2014-10-20 Antoine PitrouIssue #22660: update various mentions in the ssl module...
2014-10-19 Benjamin Petersonmake plural s lowercase
2014-10-19 Georg BrandlCloses #22663: patchcheck: only modify text files under...
2014-10-19 Zachary WareFix a typo caught by Gabriella Capone on docs@
2014-10-18 Terry Jan ReedyIssue #20155: Fix non-buildbot test failure on Windows...
2014-10-18 R David Murray#9351: set_defaults on subparser is no longer ignored...
2014-10-17 Zachary WareIssue #22644: Update the Windows build to OpenSSL 1...
2014-02-20 Zachary WareIssue #20221: Removed conflicting (or circular) hypot...
2014-10-17 Zachary WareFix badly merged NEWS item.
2014-10-17 Benjamin Petersonadd back NEWS entries removed by 1c2c44313408
2014-10-17 Benjamin Petersonremove link to the 'original package specification...
2014-10-17 Vinay SajipIssue #22646: Accept list as well as tuple to support...
2014-10-17 Terry Jan ReedyIssue #22629: Revise idle_test.htest, mostly docstring...
2014-10-17 Terry Jan ReedyIssue #22628: Increase Treewidge line spacing so lines...
2014-10-16 Terry Jan ReedyIssue #16233: When the module browser is not invoked...
2014-10-14 Terry Jan ReedyIssue #3068: Change 0/1 to False/True so that extension...
2014-10-14 Terry Jan ReedyIssue #22632: replace dead link with version-specific...
2014-10-14 Serhiy StorchakaIssue #21855: Fixed the decimal module in unicode disab...
2014-10-13 Alex GaynorUse https:// URLs for the bug tracker in the :issue...
2014-10-13 Alex Gaynorissue22626: Use https:// for a link to the bug tracker
2014-10-13 Benjamin Petersonmerge heads
2014-10-13 Charles-François... Merge.
2014-10-13 Charles-François... Issue #22435: Fix a file descriptor leak when SocketSer...
2014-10-13 Benjamin Petersonnote xmlrpclib doesn't verify certs (yet)
2014-10-13 Serhiy StorchakaFixed the test of issue #13664 on platforms without...
2014-10-13 Terry Jan ReedyIssue #22614: Don't try to update deleted text. Patch...
2014-10-13 Terry Jan ReedyChange deprecated Exception.message to Exception.args...
2014-10-12 Serhiy StorchakaIssue #13664: GzipFile now supports non-ascii Unicode...
2014-10-12 R David Murray#13096: Fix segfault in CTypes POINTER handling of...
2014-10-12 Serhiy StorchakaAlways handle non-handled events before destoying root...
2014-10-12 R David Murray#17325: Improve distutils PyPI documentation.
2014-10-12 R David Murray#11973: add test for previously fixed kevent signed...
2014-10-12 Serhiy StorchakaMerge heads
2014-10-12 Georg BrandlCloses #22586: clarify meaning of allow_fragments in...
2014-10-12 Serhiy StorchakaFixed and optimized a test of issue #22526.
2014-10-12 Terry Jan ReedyIssue #14105: Change comment to reflect fix. Patch...
2014-10-10 Antoine PitrouIssue #22604: Fix assertion error in debug mode when...
2014-10-10 Zachary WareIssue #15414: Clean and correct the os.path.join docs.
2014-10-10 Petri LehtinenIssue #11694: Raise ConversionError in xdrlib as documented
2014-10-10 Terry Jan ReedyIssue #22575: Revise bytearray entry for 2.7.
2014-10-10 R David Murray#0712: 2to3 has a new "asserts" fixer that replaces...
2014-10-09 Terry Jan ReedyDe-'colour'ize stdlib except for idlelib.configDialog.
2014-10-09 Victor StinnerCloses #22580: Fix documentation of PyUnicode_Tailmatch()
2014-10-09 Terry Jan ReedyIssue 3068: Move idlelib.configDialog action button...
2014-10-07 Terry Jan Reedyidlelib.configHandler: revise docstrings, add spaces...
2014-10-07 Benjamin Petersonuse source role instead of linking to svn
2014-10-06 Benjamin Petersonmake _socket.socket weakrefable (closes #22569)
2014-10-06 Georg BrandlCloses #19071: "self" argument is not the module for...
2014-10-06 Georg BrandlCloses #16155: fix a few errors in doctest output of...
2014-10-06 Georg BrandlCloses #17057: fix grammar in old-style vs new-style...
2014-08-04 Ezio Melotti#18034: update FAQ to suggest importlib.import_module...
next