]> granicus.if.org Git - python/shortlog
python
2015-12-19 Serhiy StorchakaUse correct PyGC_Head size in tests for issue #25421.
2015-12-19 Serhiy StorchakaUse correct PyGC_Head size in tests for issue #25421.
2015-12-19 Serhiy StorchakaIssue #25421: __sizeof__ methods of builtin types now...
2015-12-19 Serhiy StorchakaIssue #25421: __sizeof__ methods of builtin types now...
2015-12-19 Serhiy StorchakaIssue #22227: The TarFile iterator is reimplemented...
2015-12-18 Terry Jan ReedyMerge with 3.5
2015-12-18 Terry Jan ReedyMerge with 3.4
2015-12-18 Terry Jan ReedyIssue #25905: Revert unwanted conversion of ' to ’...
2015-12-18 Serhiy StorchakaFixed markup and spaces in Misc/NEWS.
2015-12-18 Serhiy StorchakaFixed markup and spaces in Misc/NEWS.
2015-12-18 Serhiy StorchakaIssue #25899: Converted Objects/listsort.txt to UTF-8.
2015-12-18 Serhiy StorchakaIssue #25899: Fixed typo in .bzrignore.
2015-12-18 Serhiy StorchakaIssue #25899: Fixed typo in .bzrignore.
2015-12-18 Serhiy StorchakaIssue #25899: Converted non-ASCII characters in docstri...
2015-12-18 Serhiy StorchakaIssue #25899: Converted non-ASCII characters in docstri...
2015-12-18 Serhiy StorchakaTest UTF-32LE before UTF-16LE since UTF-16LE BOM is...
2015-12-18 Serhiy StorchakaTest UTF-32LE before UTF-16LE since UTF-16LE BOM is...
2015-12-18 Serhiy StorchakaIssue #25889: Got rid of warning about mixing signed...
2015-12-18 Serhiy StorchakaIssue #25890: Removed yet one unused variable.
2015-12-18 Serhiy StorchakaIssues #25890, #25891, #25892: Removed unused variables...
2015-12-18 Serhiy StorchakaIssue #25893: Removed unused variable reqdSize.
2015-12-18 Serhiy StorchakaIssue #25893: Removed unused variable reqdSize.
2015-12-17 Yury SelivanovMerge 3.5
2015-12-17 Yury Selivanovdocs: Document ASYNC/AWAIT tokens (issue #25580)
2015-12-17 Martin PanterMerge from 3.5
2015-12-17 Martin PanterMerge 3.4 into 3.5
2015-12-17 Martin PanterMerge typo fixes from 3.5
2015-12-17 Martin PanterFix a couple of typos in code comments
2015-12-17 Yury SelivanovMerge 3.5
2015-12-17 Yury SelivanovMerge 3.4
2015-12-17 Yury Selivanovdocs/asyncio: Twek sections names per Nick Coghlan...
2015-12-17 Yury SelivanovMerge 3.5
2015-12-17 Yury SelivanovMerge 3.4
2015-12-17 Yury Selivanovasyncio/tests: Fix a ResourceWarning due to unclosed...
2015-12-17 Yury SelivanovMerge 3.5
2015-12-17 Yury SelivanovMerge 3.4
2015-12-17 Yury Selivanovasyncio/tests: Fix ResourceWarnings related to unclosed...
2015-12-17 Yury SelivanovMerge 3.5
2015-12-17 Yury SelivanovMerge 3.4
2015-12-17 Yury Selivanovasyncio/tests: Fix some ResourceWarnings
2015-12-17 Yury SelivanovMerge 3.5
2015-12-17 Yury SelivanovMerge 3.4
2015-12-17 Yury Selivanovasyncio/tests: Fix deprecation warning
2015-12-17 Yury SelivanovMerge 3.5
2015-12-17 Yury SelivanovMerge 3.4
2015-12-17 Yury SelivanovNormalize whitespace
2015-12-17 Yury SelivanovMerge 3.5
2015-12-17 Yury SelivanovMerge 3.4
2015-12-17 Yury Selivanovasyncio: Skip getaddrinfo if host is already resolved.
2015-12-16 Martin PanterIssue #23788: Merge test_bad_address() cleanup from 3.5
2015-12-16 Martin PanterIssue #23788: Merge redundant test_bad_address() into...
2015-12-15 Victor StinnerIssue #25868: Try to make test_eintr.test_sigwaitinfo...
2015-12-15 Raymond HettingerMinor tweek. Counting down rather than up reduces...
2015-12-15 Yury SelivanovMerge 3.5
2015-12-15 Yury Selivanovdocs/asyncio: Update ensure_future & run_coroutine_thre...
2015-12-15 Yury SelivanovMerge 3.5
2015-12-15 Yury Selivanovdocs/whatsnew/3.5: Fix ref link
2015-12-15 Yury SelivanovMerge 3.5
2015-12-15 Yury Selivanovwhatsnew/3.5: Mention new asyncio APIs in 3.5.1
2015-12-14 Gregory P.... Issue #11072: change the incorrect "deprecation" of...
2015-12-14 Gregory P.... Issue #11072: change the incorrect "deprecation" of...
2015-12-14 Gregory P.... * Re-fix issue #19284: Don't generate the no-op -R...
2015-12-14 Gregory P.... * Re-fix issue #19284: Don't generate the no-op -R...
2015-12-14 Gregory P.... merge head
2015-12-14 Gregory P.... Re-fix issue #19284: Don't generate the no-op -R comman...
2015-12-14 Gregory P.... Fix test_cmd_line not to fail if PYTHONHASHSEED is...
2015-12-14 Gregory P.... assert_python_ok docstring typo fix.
2015-12-14 Raymond HettingerUndo inadvertent line swap
2015-12-14 Raymond HettingerHoist constant expressions (so->table and so->mask...
2015-12-13 Victor StinnerMerge 3.5
2015-12-13 Victor StinnerIssue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_w...
2015-12-13 R David MurrayMerge: #25495: Clarify b2a_base64 documentation vis...
2015-12-13 R David MurrayMerge: #25495: Clarify b2a_base64 documentation vis...
2015-12-13 R David Murray#25495: Clarify b2a_base64 documentation vis 57 bytes.
2015-12-13 Victor Stinner(Merge 3.5) Issue #25846: Fix usage of Py_ARRAY_LENGTH...
2015-12-13 Victor StinnerIssue #25846: Fix usage of Py_ARRAY_LENGTH() in win32_w...
2015-12-13 Victor StinnerMerge 3.5
2015-12-13 Victor StinnerIssue #25696: Don't ignore errors in 'make bininstall...
2015-12-13 Victor Stinner(Merge 3.5) Issue #25696: Fix installation of Python...
2015-12-13 Victor StinnerIssue #25696: Fix installation of Python on UNIX with...
2015-12-13 Vinay SajipFixes #25844: Merged fix from 3.5.
2015-12-13 Vinay SajipFixes #25844: Corrected =/== typo potentially leading...
2015-12-13 Vinay SajipFixes #25844: Corrected =/== typo potentially leading...
2015-12-13 Guido van RossumSync asyncio with upstream git repo (conditional import...
2015-12-13 Guido van RossumSync asyncio with upstream git repo (conditional import...
2015-12-12 Martin PanterIssue #19771: Merge runpy error adjustment from 3.5
2015-12-12 Martin PanterIssue #25845: Merge PyLong_Check() cleanup from 3.5
2015-12-12 Martin PanterIssue #25809: Merge French locale test from 3.5
2015-12-12 Martin PanterIssue #19771: Omit irrelevant message if package could...
2015-12-12 Martin PanterIssue #25845: Drop redundant checks leftover from int...
2015-12-12 Martin PanterIssue #25809: Skip testing platform-dependent French...
2015-12-12 Martin PanterIssue #25809: Skip testing platform-dependent French...
2015-12-11 Berker PeksagIssue #25755: Move PropertyWritableDoc into the test...
2015-12-11 Berker PeksagIssue #25755: Move PropertyWritableDoc into the test...
2015-12-11 Yury SelivanovMerge 3.5
2015-12-11 Yury SelivanovMerge 3.4
2015-12-11 Yury Selivanovasyncio: Make Tasks check if Futures are attached to...
2015-12-11 Yury SelivanovMerge 3.5
2015-12-11 Yury SelivanovMerge 3.4
2015-12-11 Yury Selivanovasyncio: Sync with github
next