]> granicus.if.org Git - python/shortlog
python
2014-10-29 Georg Brandlmerge with 3.4
2014-10-29 Georg BrandlRemove deprecated and now unnecessary config value...
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlFix link to ABOP install chapter.
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlFix module name.
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlUsing "-m module" is easier to read and understand...
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlUpdate Opensolaris advice to OpenCSW instead of defunct...
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlCloses #22249: use IPPROTO_TCP constant instead of...
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlRemove duplicate bullet point.
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlFix typo.
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlCloses #22736: move seealso to the bottom of the sectio...
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlCloses #22748: there are no PyString C functions in...
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlCloses #22749: remove outdated advice to use clock...
2014-10-28 Antoine PitrouIssue #18216: gettext now raises an error when a .mo...
2014-10-28 Georg Brandlmerge with 3.4
2014-10-28 Georg BrandlPYTHONY2K is long gone. Remove traces from the docs...
2014-10-28 Ezio MelottiNull merge.
2014-10-28 Ezio Melotti#22196: link to Enum in the nametuple documentation...
2014-10-28 Ezio Melotti#22196: link to Enum in the nametuple documentation...
2014-10-28 Ezio Melotti#22237: merge patch attribution fix.
2014-10-28 Ezio Melotti#22237: fix patch attribution.
2014-10-28 Ezio Melotti#22237: merge with 3.4.
2014-10-28 Ezio Melotti#22237: document that sorted() is guaranteed to be...
2014-10-26 Zachary WareMerge with 3.4
2014-10-26 Zachary WareUpdate OpenSSL version in PCbuild\readme.txt
2014-10-26 Zachary WareIssue #22261: Add a note to PCbuild\readme.txt about...
2014-10-25 Nick CoghlanMerge issue #22711 from 3.4
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 #22596: support.transient_internet() now also...
2014-10-25 Berker PeksagIssue #22723: Make link styling more accessible.
2014-10-25 Berker PeksagIssue #22723: Make link styling more accessible.
2014-10-23 Antoine PitrouFix markup and spacing.
2014-10-23 Antoine PitrouIssue #13918: Provide a locale.delocalize() function...
2014-10-23 Antoine PitrouIssue #22676: Make the pickling of global objects which...
2014-10-23 Victor StinnerMerge 3.4 (asyncio doc)
2014-10-23 Victor Stinnerasyncio doc: fix typo in an example
2014-10-23 Terry Jan ReedyMerge with 3.4 #3068
2014-10-23 Terry Jan ReedyIssue #3068: Add Idle extension configuration dialog...
2014-10-22 Victor StinnerIssue #22592: Drop support of the Borland C compiler...
2014-10-22 Victor StinnerMerge 3.4 (open doc)
2014-10-22 Victor StinnerIssue #22695: Fix syntax of open() doc
2014-10-21 Ethan FurmanIssue22506: remove name & value from __dir__ as they...
2014-10-21 Victor StinnerIssue #22637: avoid using a shell in uuid
2014-10-20 Antoine PitrouIssue #22660: update various mentions in the ssl module...
2014-10-20 Antoine PitrouIssue #22660: update various mentions in the ssl module...
2014-10-20 Jesus CeaMERGE: Docs: 'os.pwrite()' needs bytes, not strings
2014-10-20 Jesus CeaDocs: 'os.pwrite()' needs bytes, not strings
2014-10-20 Georg Brandlmerge with 3.4
2014-10-20 Georg BrandlCloses #22675: fix typo.
2014-10-20 Robert CollinsClose #19746: expose unittest discovery errors on TestL...
2014-10-19 Berker PeksagIssue #22186: Fix typos in Lib/.
2014-10-19 Berker PeksagIssue #22186: Fix typos in Lib/.
2014-10-19 Benjamin Petersonmerge 3.4
2014-10-19 Benjamin Petersonmerge 3.3
2014-10-19 Benjamin Petersonmake plural s lowercase
2014-10-19 Georg Brandlmerge with 3.4
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 Ethan FurmanIssue20689: add missing API pieces to __all__
2014-10-18 Terry Jan ReedyMerge with 3.4
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 Ethan FurmanIssue7186: document that __doc__ is not inherited by...
2014-10-18 Robert CollinsIssue #17401: document closefd in io.FileIO docs and...
2014-10-18 R David MurrayMerge: #18853: Fix resource warning in shlex's __main__...
2014-10-18 R David Murray#18853: Fix resource warning in shlex's __main__ section.
2014-10-17 R David MurrayMerge: #9351: set_defaults on subparser is no longer...
2014-10-17 R David Murray#9351: set_defaults on subparser is no longer ignored...
2014-10-17 R David MurrayMerge: #21991: make headerregistry params property...
2014-10-17 R David Murray#21991: make headerregistry params property MappingProx...
2014-10-17 Zachary WareTurn externals cleaning back off
2014-10-17 Antoine PitrouIssue #22653: Fix an assertion failure in debug mode...
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 WareIssue #22644: Update the Windows build to OpenSSL 1...
2014-10-17 Zachary WareMerge with 3.4
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 Zachary WareIssue #16000: Convert test_curses to use unittest
2014-10-17 Antoine PitrouIssue #22638: SSLv3 is now disabled throughout the...
2014-10-17 Vinay SajipCloses #22646: Accept list as well as tuple to support...
2014-10-17 Vinay SajipIssue #22646: Accept list as well as tuple to support...
2014-10-17 Terry Jan ReedyMerge with 3.4: Issue #22629
2014-10-17 Terry Jan ReedyIssue #22629: Revise idle_test.htest, mostly docstring...
2014-10-17 Terry Jan ReedyMerge with 3.4 Issue #22628
2014-10-17 Terry Jan ReedyIssue #22628: Increase Treewidge line spacing so lines...
2014-10-16 Benjamin Petersonmerge 3.4
2014-10-16 Benjamin PetersonMerge 3.3
2014-10-16 Terry Jan ReedyMerge with 3.4 Issue#16233
2014-10-16 Terry Jan ReedyIssue #16233: When the module browser is not invoked...
next