]> granicus.if.org Git - python/shortlog
python
2015-11-24 Martin PanterIssue #25663: Merge rlcompleter fix from 3.4 into 3.5
2015-11-23 Martin PanterIssue #25663: Make rlcompleter avoid duplicate global...
2015-11-23 Serhiy StorchakaIssue #25706: Fixed markup in the documentation.
2015-11-23 Serhiy StorchakaIssue #25706: Fixed markup in the documentation.
2015-11-23 Serhiy StorchakaIssue #25688: Fixed file leak in ElementTree.iterparse...
2015-11-23 Serhiy StorchakaIssue #25688: Fixed file leak in ElementTree.iterparse...
2015-11-23 Serhiy StorchakaIssue #23914: Fixed SystemError raised by unpickler...
2015-11-23 Serhiy StorchakaIssue #23914: Fixed SystemError raised by unpickler...
2015-11-23 Larry HastingsMerge 3.5.1rc1 release changes back into main 3.5 branch.
2015-11-23 Larry HastingsPost-release updates for Python 3.5.1rc1.
2015-11-23 Serhiy StorchakaIssue #25691: Fixed crash on deleting ElementTree.Eleme...
2015-11-23 Serhiy StorchakaIssue #25691: Fixed crash on deleting ElementTree.Eleme...
2015-11-23 Steve DowerFixes upload directories for Windows installer.
2015-11-22 Serhiy StorchakaIssue #25624: ZipFile now always writes a ZIP_STORED...
2015-11-22 Serhiy StorchakaIssue #25624: ZipFile now always writes a ZIP_STORED...
2015-11-22 Serhiy StorchakaIssue #19687: Fixed memory leak on failed Element slice...
2015-11-22 Serhiy StorchakaIssue #19687: Fixed memory leak on failed Element slice...
2015-11-22 Larry HastingsAdded tag v3.5.1rc1 for changeset 948ef16a6951
2015-11-22 Larry HastingsVersion bump for Python 3.5.1rc1. v3.5.1rc1
2015-11-22 Larry HastingsUpdated pydoc topics for 3.5.1rc1.
2015-11-21 Martin PanterIssue #25689: Merge ftplib and nntplib docs from 3...
2015-11-21 Martin PanterIssue #25689: Fix language in ftplib and nntplib docs
2015-11-21 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2015-11-21 Terry Jan ReedyUpdate idlelib/NEWS.txt.
2015-11-21 Terry Jan ReedyMisc/NEWS entries for IDLE.
2015-11-21 Terry Jan ReedyMisc/NEWS entries for IDLE.
2015-11-21 Serhiy StorchakaIssue #25686: test_shutil no longer uses the distutils...
2015-11-21 Serhiy StorchakaIssue #25686: test_shutil no longer uses the distutils...
2015-11-21 Terry Jan ReedyIssue 15348: Stop debugger engine (normally in user...
2015-11-21 Terry Jan ReedyIssue #24455: Prevent IDLE from hanging when a) closing...
2015-11-20 Yury Selivanovasyncio: Fix with github
2015-11-20 Yury Selivanovasyncio.tests: Fix whitespace
2015-11-20 Yury Selivanovasyncio: Drop "value" parameter from Task._step method.
2015-11-20 Yury Selivanovasyncio: Sync with github
2015-11-20 Terry Jan ReedyMake it slightly clearer that IDLE close message is...
2015-11-20 R David Murray#25679: spelling fix
2015-11-20 Martin PanterIssue #25626: Change zlib to accept Py_ssize_t and...
2015-11-21 Terry Jan ReedyMerge with 3.4
2015-11-21 Terry Jan ReedyMerge with 3.4
2015-11-20 Ethan FurmanClose issue25594: advise against accessing Enum members...
2015-11-20 Yury SelivanovMerge 3.4
2015-11-20 Yury SelivanovMerge 3.4
2015-11-20 Yury SelivanovMerge 3.4
2015-11-20 Yury SelivanovMerge 3.4
2015-11-20 Terry Jan ReedyMerge with 3.4
2015-11-20 Serhiy StorchakaIssue #25665: Test pickling with all protocols in test_...
2015-11-20 R David MurrayMerge: #25679: spelling fix
2015-11-20 Victor StinnerIssue #25670: Remove duplicate getattr() from ast.NodeT...
2015-11-20 Martin PanterIssue #25583: Merge makedirs fix from 3.4 into 3.5
2015-11-19 Guido van RossumIssue #25593: Change semantics of EventLoop.stop()...
2015-11-19 Guido van RossumIssue #25593: Change semantics of EventLoop.stop().
2015-11-19 Guido van RossumIssue #25665: Make NamedTuple picklable.
2015-11-19 Guido van RossumRemove unused imports from test_typing.py.
2015-11-19 Guido van RossumIssue #25472: In B[<type>], insert B in front of __base...
2015-11-19 Martin PanterIssue #25583: Avoid incorrect errors raised by os.maked...
2015-11-18 Yury SelivanovMerge 3.4
2015-11-18 Yury Selivanovasyncio.docs: Fix versionadded
2015-11-18 Yury Selivanovasyncio: Error if awaiting in parallel on the same...
2015-11-18 Yury Selivanovasyncio: Error if awaiting in parallel on the same...
2015-11-18 Martin PanterIssue #23200: Merge zlib doc from 3.4 into 3.5
2015-11-18 Martin PanterIssue #23200: Document that max_length=0 is not supported
2015-11-17 Martin PanterIssue #20468: Merge getpagesize doc from 3.4 into 3.5
2015-11-17 Martin PanterIssue #20468: Remove incorrect information about maxrss...
2015-11-17 Yury SelivanovMerge 3.4
2015-11-17 Yury Selivanovasyncio: Cleanup Future API
2015-11-17 Yury SelivanovMerge 3.4
2015-11-17 Yury Selivanovasyncio: Sync with github
2015-11-17 Martin PanterIssue #25615: Merge glob doc from 3.4 into 3.5
2015-11-16 Martin PanterIssue #25615: Document unsorted behaviour of glob;...
2015-11-16 Yury SelivanovMerge 3.4
2015-11-16 Yury Selivanovasyncio: Optimize Task._wakeup
2015-11-16 Yury Selivanovasyncio.docs: Document Transport.is_closing (merge...
2015-11-16 Yury Selivanovasyncio.docs: Document Transport.is_closing
2015-11-16 Yury SelivanovMerge 3.4
2015-11-16 Yury Selivanovasyncio: Add Transport.is_closing()
2015-11-16 Serhiy StorchakaIssue #25498: Fixed contributors name.
2015-11-16 Serhiy StorchakaIssue #25498: Fixed contributors name.
2015-11-16 Terry Jan ReedyMerge with 3.4
2015-11-16 Terry Jan ReedyIssue #24750: whitespace
2015-11-16 Terry Jan ReedyMerge with 3.4
2015-11-16 Terry Jan ReedyIssue #24750: Improve appearance of IDLE editor window...
2015-11-16 Martin PanterIssue #20220: Merge time zone workaround from 3.4 into 3.5
2015-11-16 Serhiy StorchakaIssue #9051: Added tests for pickling and copying the...
2015-11-16 Serhiy StorchakaIssue #9051: Added tests for pickling and copying the...
2015-11-16 Martin PanterIssue #20220: Add DST rules to work around glibc quirk
2015-11-16 Benjamin Petersonmake the PyUnicode_FSConverter cleanup set the decrefed...
2015-11-16 Gregory P.... Fixes #23564: Fix a partially broken sanity check in...
2015-11-16 Gregory P.... Fix issue #6973: When we know a subprocess.Popen proces...
2015-11-16 Gregory P.... Fix issue #6973: When we know a subprocess.Popen proces...
2015-11-14 Benjamin Petersonmerge 3.4 (#25578)
2015-11-14 Benjamin Petersonrm trailing ws
2015-11-14 Benjamin Petersonfix possible memory lea k in _get_aia_uri (closes ...
2015-11-14 Serhiy StorchakaIssue #25388: Fixed tokenizer crash when processing...
2015-11-14 Serhiy StorchakaIssue #25388: Fixed tokenizer crash when processing...
2015-11-14 Benjamin Petersonmerge 3.4 (#25569)
2015-11-14 Benjamin Petersonfix build with older openssl (#25569)
2015-11-14 Martin PanterFix grammar in whatsnew/3.5.rst and elsewhere
2015-11-14 Martin PanterMerge typo and grammar fixes from 3.4 into 3.5
2015-11-14 Martin PanterFix a few grammar problems in the documentation and...
2015-11-14 Martin PanterCorrect Content-Type syntax in documentation
next