]> granicus.if.org Git - python/shortlog
python
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-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
2015-11-13 Martin PanterIssue #25590: Merge rlcompleter change from 3.4 into 3.5
2015-11-13 Martin PanterIssue #25590: Make rlcompleter only call getattr()...
2015-11-13 Martin PanterIssue #25498: Update error message for 3.5
2015-11-13 Martin PanterIssue #25498: Merge ctypes crash fix from 3.4 into 3.5
2015-11-13 Martin PanterIssue #25498: Fix GC crash due to ctypes objects wrappi...
2015-11-13 Yury SelivanovMerge 3.4
2015-11-13 Yury Selivanovasyncio: Fix sporadic failing unittests in debug mode
2015-11-13 Serhiy StorchakaIssue #25462: The hash of the key now is calculated...
2015-11-13 Victor StinnerMerge 3.4 (issue #25605)
2015-11-13 Victor StinnerIssue #25605: Document exceptions raised by fcntl.ioctl...
2015-11-12 Terry Jan ReedyMerge with 3.4
2015-11-12 Terry Jan ReedyIndent
2015-11-12 Terry Jan ReedyMerge with 3.4
2015-11-12 Terry Jan ReedyWhitespace
2015-11-12 Terry Jan ReedyMerge with 3.4
2015-11-12 Terry Jan ReedyIssue #25313: Change the handling of new built-in text...
next