]> granicus.if.org Git - python/shortlog
python
2015-06-21 Serhiy StorchakaIssue #24408: Fixed test for tkinter.Font on OS X.
2015-06-16 Zachary WareDeprecate unused scripts in Tools/buildbot.
2015-06-17 Zachary WareUpdate PCbuild/readme.txt
2015-06-15 Senthil KumaranBack porting changeset db302b88fdb6 to 3.4 branch,...
2015-06-14 Raymond HettingerIssue #24453: Fix doubled word.
2015-06-13 Berker PeksagIssue #24435: Use the devguide link instead of PEP...
2015-06-12 Terry Jan Reedywhitespace
2015-06-12 Terry Jan ReedyIssue #24406: Add sentences on dict comparisons, simila...
2015-06-12 Victor StinnerIssue #15745: Rewrite os.utime() tests in test_os
2015-06-12 Terry Jan ReedyCloses issue #24405: mark set display as code.
2015-06-10 Serhiy StorchakaFixed indentation of Python examples in C comments.
2015-06-10 Zachary WareClean up/refactor the batch scripts used for building...
2015-06-09 Barry Warsaw- Issue #24351: Clarify what is meant by "identifier...
2015-06-09 Tal Einat#23891: correctly refer to PyPI as "Python Package...
2015-06-09 Serhiy StorchakaIssue #24408: Added more tkinter.Font tests.
2015-06-08 Andrew Kuchling#23891: remove extra words
2015-06-08 Andrew Kuchling#23891: add a section to the Tutorial describing virtua...
2015-06-07 Andrew KuchlingAdd link to pyvideoorg
2015-06-07 Andrew Kuchling#23891: rework discussion of python-list a bit
2015-04-10 Andrew Kuchling#23891: describe a few more modules in the tutorial
2015-06-08 Serhiy StorchakaIssue #24299: Fixed test__locale on Solaris.
2015-06-06 Benjamin Petersonthat this is "for Python" is obvious
2015-06-05 Berker PeksagIssue #23659: Document **fmtparams in csv.register_dial...
2015-06-05 Berker PeksagIssue #24148: Fix incorrect Stats.sort_stats() example.
2015-06-02 Yury SelivanovIssue 24366: Merge 3.3
2015-06-02 Yury SelivanovIssue 24366: Indent code (thanks to li4ick for reporting).
2015-06-02 Donald StufftUpgrade pip to 7.0.3 and setuptools to 17.0
2015-06-02 Donald StufftCloses #24267 - Does not check version on ensurepip...
2015-06-02 Ned DeilyIssue #24357: use example.org instead
2015-06-02 Ned DeilyIssue #24357: fix real typo
2015-06-02 Ned DeilyIssue #24357: fix typo
2015-06-02 Ned DeilyIssue #24357: Change host in socket.getaddrinfo example...
2015-06-01 Yury SelivanovIssue 24017: Fix asyncio.CoroWrapper to support 'async...
2015-05-31 Yury SelivanovIssue 24004: Support Awaitables (pep 492) in @asyncio...
2015-05-30 Yury SelivanovIssue 22357: Document __qualname__ in inspect.rst
2015-05-30 Serhiy StorchakaIssue #5633: Fixed timeit when the statement is a strin...
2015-05-30 Serhiy StorchakaIssue #24115: Update uses of PyObject_IsTrue(), PyObjec...
2015-05-29 Serhiy StorchakaIssue #24326: Fixed audioop.ratecv() with non-default...
2015-05-28 Yury Selivanovasyncio: Drop some useless code from tasks.py.
2015-05-28 Yury SelivanovIssue 24298: Fix signature() to properly unwrap wrapper...
2015-05-27 Benjamin Petersonupdate for 3.6 emerging
2015-05-27 Ned DeilyIssue 24304: Fix broken license link in FAQ.
2015-05-26 Serhiy StorchakaMoved Misc/NEWS entries to correct section and fix...
2015-05-26 Benjamin Petersonmerge 3.3
2015-05-26 Benjamin Petersonmerge 3.2
2015-05-26 Benjamin Petersonkeep distutils version in sync with python version...
2015-05-25 Victor StinnerIssue #23840: tokenize.open() now closes the temporary...
2015-05-25 Serhiy StorchakaRemove UTF-8 BOMs.
2015-05-23 Terry Jan Reedywhitespace
2015-05-23 Terry Jan ReedyAdd pointer to IDLE what's new file.
2015-05-23 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2015-05-23 Terry Jan ReedyAdd NEWS item for Idle.
2015-05-23 Terry Jan ReedyMake expression legal python by adding '1'.
2015-05-23 Benjamin Petersonmerge 3.3 (#22931)
2015-05-23 Benjamin Petersonmerge 3.2 (#22931)
2015-05-23 Benjamin Petersonallow square brackets in cookie values (closes #22931)
2015-05-23 Donald StufftUpgrade pip to 7.0.1
2015-05-22 Raymond HettingerIssue #24219: Remove duplicate literal in docs.
2015-05-22 Serhiy StorchakaIssue #24257: Fixed incorrect uses of PyObject_IsInstan...
2015-05-22 Donald StufftUpgrade pip to 7.0 and setuptools to 16.0
2015-05-21 Yury SelivanovIssue 23898: Fix inspect.classify_class_attrs() to...
2015-05-21 Serhiy StorchakaFixed issue number for issue #22939.
2015-05-21 Serhiy StorchakaIssue #23985: Fixed integer overflow in iterator object...
2015-05-20 Serhiy StorchakaIssue 24215: Added tests for more builtin types in...
2015-05-20 Serhiy StorchakaIssue #24134: Use assertRaises() in context manager...
2015-05-20 Serhiy StorchakaIssue #24245: Eliminated senseless expect clauses that...
2015-05-19 Serhiy StorchakaIssue #22107: tempfile.gettempdir() and tempfile.mkdtem...
2015-05-19 Antoine PitrouFix some compilation warnings when using gcc (-Wmaybe...
2015-05-19 Antoine PitrouIssue #23985: Fix a possible buffer overrun when deleti...
2015-05-19 R David Murray#24215: also back out changeset that broke test_trace...
2015-05-19 Serhiy StorchakaIssue #6598: Increased time precision and random number...
2015-05-18 Berker PeksagIssue #24232: Fix typos. Patch by Ville Skyttä.
2015-05-18 Berker PeksagIssue #24233: Add a proper link to socket.getfqdn(...
2015-05-18 Berker PeksagFix typo in Nisc/NEWS.
2015-05-18 Serhiy StorchakaFixed typos in comments.
2015-05-18 Serhiy StorchakaIssue #24091: Fixed various crashes in corner cases...
2015-05-18 Serhiy StorchakaIssue #24102: Fixed exception type checking in standard...
2015-05-18 Zachary WareIssue #21931: Fix error handling in msilib.FCICreate().
2015-05-17 Raymond HettingerIssue #23757: Only call the concrete list API for...
2015-05-17 Terry Jan ReedyIssue #22155: News entry.
2015-05-17 Terry Jan ReedyIssue #22155: Add File Handlers subsection with createf...
2015-05-17 R David Murray#24216: fix typo
2015-05-16 Terry Jan ReedyIssue #24199: Make idlever module self updating. Syop...
2015-05-16 Terry Jan ReedyIssue #24212: Put reference in idle.__main__ to issue...
2015-05-16 Serhiy StorchakaAdded tests for more builtin types.
2015-05-16 Terry Jan ReedyIssue #23964: Update idlelib/idle_test/README.txt....
2015-05-16 Serhiy StorchakaReverted issue #24134 changes (except new tests).
2015-05-16 Terry Jan ReedyIssue #23184: idle tests, remove unused names and imports.
2015-05-16 Terry Jan ReedyIssue #23184: idlelib, remove more unused names and...
2015-05-14 Terry Jan Reedyidlelib: remove unused names and imports (one is a...
2015-05-14 Yury SelivanovIssue 24191: Document BoundArguments.signature
2015-05-14 R David MurrayMake sentence correct English.
2015-05-14 R David Murray#23088: Clarify null termination of bytes and strings...
2015-05-13 Raymond HettingerFix mangled wording
2015-05-13 Yury Selivanovasyncio: Use 'collections.abc.Coroutine' in asyncio...
2015-05-13 Yury SelivanovSync asyncio code from default branch.
2015-05-13 Berker PeksagIssue #22064: Improve the misleading message from 2to3...
2015-05-13 Raymond HettingerIssue #19934: Document *None* as an acceptable input...
2015-05-12 Benjamin Petersonuse imperative
2015-05-12 Yury Selivanovasyncio: Make sure sys.set_coroutine_wrapper is called...
next