]> granicus.if.org Git - python/shortlog
python
2014-10-30 Georg Brandlminor markup fix: no inline markup is allowed in a...
2014-10-30 Georg Brandlrstlint: we do not use svn anymore
2014-10-30 Georg Brandlrstlint: add more directives we use
2014-10-30 Georg BrandlDoc/contents: avoid false positive in rstlint
2014-10-30 Georg Brandlrstlint: recognize "deprecated-removed" directive
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-30 Victor StinnerIssue #22762: Fix _Py_DisplaySourceLine(), clear the...
2014-10-29 Zachary WareIssue #22173: Update lib2to3 tests to use unittest...
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 HTML templates to their own subdir.
2014-10-29 Georg BrandlMove Sphinx extensions to their own subdir.
2014-10-29 Georg BrandlRemove a few config values that keep the default values...
2014-10-29 Georg BrandlRemove deprecated and now unnecessary config value...
2014-10-28 Georg BrandlFix link to ABOP install chapter.
2014-10-28 Georg BrandlFix module name.
2014-10-28 Georg BrandlUsing "-m module" is easier to read and understand...
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 BrandlRemove duplicate bullet point.
2014-10-28 Georg BrandlFix typo.
2014-10-28 Georg BrandlCloses #22736: move seealso to the bottom of the sectio...
2014-10-28 Georg BrandlCloses #22748: there are no PyString C functions in...
2014-10-28 Georg BrandlCloses #22749: remove outdated advice to use clock...
2014-10-28 Georg BrandlPYTHONY2K is long gone. Remove traces from the docs...
2014-10-28 Ezio Melotti#22196: link to Enum in the nametuple documentation...
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-25 Nick CoghlanIssue #22711: improve links in new distribution docs
2014-10-25 Berker PeksagIssue #22596: support.transient_internet() now also...
2014-10-25 Berker PeksagIssue #22723: Make link styling more accessible.
2014-10-23 Victor Stinnerasyncio doc: fix typo in an example
2014-10-23 Terry Jan ReedyIssue #3068: Add Idle extension configuration dialog...
2014-10-22 Victor StinnerIssue #22695: Fix syntax of open() doc
2014-10-20 Antoine PitrouIssue #22660: update various mentions in the ssl module...
2014-10-20 Jesus CeaDocs: 'os.pwrite()' needs bytes, not strings
2014-10-20 Georg BrandlCloses #22675: fix typo.
2014-10-19 Berker PeksagIssue #22186: Fix typos in Lib/.
2014-10-19 Benjamin Petersonmerge 3.3
2014-10-19 Benjamin Petersonmake plural s lowercase
2014-10-19 Georg BrandlCloses #22663: patchcheck: only modify text files under...
2014-10-18 Ethan FurmanIssue20689: add missing API pieces to __all__
2014-10-18 Terry Jan ReedyIssue #20155: Fix non-buildbot test failure on Windows...
2014-10-18 Ethan FurmanIssue7186: document that __doc__ is not inherited by...
2014-10-18 R David Murray#18853: Fix resource warning in shlex's __main__ section.
2014-10-17 R David Murray#9351: set_defaults on subparser is no longer ignored...
2014-10-17 R David Murray#21991: make headerregistry params property MappingProx...
2014-10-17 Antoine PitrouIssue #22653: Fix an assertion failure in debug mode...
2014-10-17 Zachary WareIssue #22644: Update the Windows build to OpenSSL 1...
2014-10-17 Zachary WareFix test_ctypes failure on OpenIndiana buildbot where...
2014-10-17 Zachary WareIssue #16000: Convert test_curses to use unittest
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 Benjamin PetersonMerge 3.3
2014-10-16 Terry Jan ReedyIssue #16233: When the module browser is not invoked...
2014-10-15 Antoine PitrouFixed signed/unsigned comparison warning
2014-10-15 Benjamin Petersonmerge heads
2014-10-15 Benjamin Petersonmerge 3.3 (#22643)
2014-10-15 Benjamin Petersontest is cpython only
2014-10-15 Victor Stinnerasyncio doc: write simpler examples to introduce asyncio
2014-10-15 Benjamin Petersonmerge 3.3
2014-10-15 Benjamin Petersonit suffices to check for PY_SSIZE_T_MAX overflow (...
2014-10-15 Benjamin PetersonMerge 3.3
2014-10-15 Benjamin Petersonmake sure length is unsigned
2014-10-15 Benjamin Petersonmerge 3.3 (#22643)
2014-10-15 Benjamin Petersonfix integer overflow in unicode case operations (closes...
2014-10-15 Antoine PitrouIssue #22641: In asyncio, the default SSL context for...
2014-10-15 Ethan FurmanIssue20386: SocketType is again socket.socket; the...
2014-10-14 Terry Jan ReedyIssue #3068: Change 0/1 to False/True so that extension...
2014-10-14 Victor StinnerIssue #18643: asyncio.windows_utils now reuse socket...
2014-10-14 Terry Jan ReedyIssue #22632: replace dead link with version-specific...
2014-10-14 Ethan FurmanIssue22506: added methods on base Enum class now show...
2014-10-13 Victor Stinnerasyncio doc: rewrite subprocess doc
2014-10-13 Victor Stinnerasyncio doc: protocol_factory of subprocess_exec()...
2014-10-13 Victor Stinnerasyncio doc: document BaseSubprocessTransport.close...
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... Issue #22435: Fix a file descriptor leak when SocketSer...
2014-10-13 Benjamin Petersonmerge 3.3
2014-10-13 Benjamin Petersonnote xmlrpclib doesn't verify certs (yet)
2014-10-13 Terry Jan ReedyIssue #22614: Don't try to update deleted text. Patch...
2014-10-12 Victor Stinnerasyncio: add missing @coroutine decorator
2014-10-12 Victor Stinnerasyncio doc: update debug traces
2014-10-12 Victor Stinnerasyncio doc: more explicit doc for async()
2014-10-12 Victor Stinnerasyncio doc: reformat create_server() doc
2014-10-12 Victor Stinnerasyncio doc: add TCP echo client/server using streams
next