]> granicus.if.org Git - python/shortlog
python
2015-07-17 Robert CollinsIssue #21750: mock_open.read_data can now be read from...
2015-07-16 Victor StinnerCloses #23247: Fix a crash in the StreamWriter.reset...
2015-07-14 Robert Collins- Issue #18622: unittest.mock.mock_open().reset_mock...
2015-07-11 Benjamin Petersonfix normalization example (closes #24610)
2015-07-10 Serhiy StorchakaIssue #24608: chunk.Chunk.read() now always returns...
2015-07-10 Serhiy StorchakaCorrected docstrings of audio modules. writeframes...
2015-07-09 Victor Stinnerasyncio: sync with github asyncio
2015-07-08 Serhiy StorchakaAdded regression test for issue24581.
2015-07-07 Zachary WareFix usage of the default role.
2015-07-07 Zachary WareFix suspicious markup
2015-07-06 Serhiy StorchakaCorrected empty lines in Misc/NEWS.
2015-07-06 Benjamin Peterson'not' is very important here
2015-07-06 Benjamin Petersontighten warning
2015-07-06 Serhiy StorchakaIssue #18684: Fixed reading out of the buffer in the...
2015-07-06 Lars GustäbelIssue #24259: tarfile now raises a ReadError if an...
2015-07-05 Ned DeilyIssue #24540: fix typo in json.dumps docstring
2015-07-05 Benjamin Petersonmerge heads
2015-07-05 Benjamin Petersonmerge 3.3 (#24407)
2015-07-05 Benjamin Petersonprotect against mutation of the dict during insertion...
2015-07-04 Ned DeilyIssue #24330: Update IDLE doc and help to note "Configu...
2015-07-04 R David Murray#24584: replace dead link with pointer to archive.org.
2015-07-04 Ned DeilyIssue #24432: Update OS X 10.5+ installer builds to...
2015-07-03 Steve DowerIssue #24432: Update Windows builds to use OpenSSL...
2015-07-03 Yury SelivanovIssue #24450: Proxy gi_yieldfrom & cr_await in asyncio...
2015-07-02 Benjamin Petersonuse correct __new__ method (closes #24552)
2015-07-02 Benjamin Petersonfix use after free (closes #24552)
2015-07-02 Lars GustäbelIssue #24514: tarfile now tolerates number fields consi...
2015-07-02 Benjamin Petersonremove stray '(' (closes #24547)
2015-07-01 Donald StufftUpdate setuptools to 18.0.1 and pip to 7.1.0
2015-06-29 Serhiy StorchakaIssue #19176: Fixed doctype() related bugs in C impleme...
2015-06-29 Serhiy StorchakaIssue #24467: Fixed possible buffer over-read in bytear...
2015-06-28 Jason R. CoombsIssue #20387: Merge
2015-06-28 Serhiy StorchakaIssue #24456: Fixed possible buffer over-read in adpcm2...
2015-06-28 Jason R. CoombsIssue #20387: Merge patch and test
2015-06-28 Serhiy StorchakaIssue #24336: The contextmanager decorator now works...
2015-06-27 Benjamin Petersonmerge 3.3
2015-06-27 Benjamin Petersonadd issue number
2015-06-27 Benjamin Petersonmerge 3.3
2015-06-27 Benjamin Petersonuse safe allocation and reallocation macros
2015-06-26 Jason R. CoombsIssue #20387: Update Misc/NEWS
2015-06-25 Berker PeksagIssue #23684: Clarify the return value of the scheme...
2015-06-25 Yury SelivanovIssue #24509: Clarify Handle.cancel() and loop.call_...
2015-06-25 Yury Selivanovasyncio.docs: Use less confusing title
2015-06-24 Yury SelivanovFix asyncio unittests in debug mode
2015-06-24 Yury SelivanovIssue #24400: Fix CoroWrapper for 'async def' coroutines
2015-06-24 Yury Selivanovasyncio: Merge changes from issue #24400.
2015-06-23 Antoine PitrouIssue #24489: ensure a previously set C errno doesn...
2015-06-22 Dingyuan WangIssue #20387: Restore retention of indentation during...
2015-06-26 Jason R. CoombsIssue #20387: Correct test to properly capture expectation.
2015-06-21 Serhiy StorchakaFixed documentation of functions with const char* argum...
2015-06-21 Serhiy StorchakaAdded the const qualifier for char* argument of Py_Ente...
2015-06-21 Serhiy StorchakaIssue #24436: Added const qualifiers for char* argument...
2015-06-21 Serhiy StorchakaIssue #24408: Fixed test for tkinter.Font on OS X.
2015-06-20 Jason R. CoombsIssue #20387: Add test capturing failure to roundtrip...
2015-06-20 Jason R. CoombsRemove unused import and remove doctest-only import...
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-06-02 Yury SelivanovIssue 24366: Indent code (thanks to li4ick for reporting).
2015-05-26 Benjamin Petersonmerge 3.2
2015-05-26 Benjamin Petersonkeep distutils version in sync with python version...
2015-05-23 Benjamin Petersonmerge 3.2 (#22931)
2015-05-23 Benjamin Petersonallow square brackets in cookie values (closes #22931)
2015-05-03 Benjamin Petersonbe more robust against the filters list changing under...
2015-05-03 Benjamin Petersonjust sort the items tuple directly (closes #24094)
2015-04-23 Benjamin Petersonmerge 3.2 (#24044)
2015-04-23 Benjamin Petersonproperly handle malloc failure (closes #24044)
2015-04-19 Christian HeimesIssue #23998: PyImport_ReInitLock() now checks for...
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 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...
next