]> granicus.if.org Git - python/shortlog
python
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...
2015-11-12 Serhiy StorchakaIssue #25607: Restore old distutils logging threshold...
2015-11-12 Serhiy StorchakaIssue #25607: Restore old distutils logging threshold...
2015-11-12 Serhiy StorchakaRestore old distutils logging threshold after running...
2015-11-12 Serhiy StorchakaRestore old distutils logging threshold after running...
2015-11-12 Serhiy StorchakaIssue #22995: Default implementation of __reduce__...
2015-11-12 Serhiy StorchakaIssue #22995: Default implementation of __reduce__...
2015-11-12 Benjamin Petersonmerge 3.4 (#25530)
2015-11-12 Benjamin Petersonalways set OP_NO_SSLv3 by default (closes #25530)
2015-11-12 Benjamin Petersonmerge 3.5 (#25569)
2015-11-12 Benjamin Petersonfix memory leak in _get_crl_dp (closes #25569)
2015-11-12 Zachary WareMerge with 3.4
2015-11-12 Zachary WareRewrite re.VERBOSE section.
2015-11-12 Zachary WareIssue #25603: Add missing parenthesis.
2015-11-12 Zachary WareFix awkward grammar in whatsnew.
2015-11-11 Serhiy StorchakaIssue #25595: Fixed test_deleted_cwd in test_importlib...
2015-11-10 Serhiy StorchakaIssue #6598: Avoid clock wrapping around in test_make_m...
2015-11-10 Serhiy StorchakaIssue #6598: Avoid clock wrapping around in test_make_m...
2015-11-10 Stefan KrahFix Visual Studio warning.
2015-11-10 Stefan KrahIaaue #25598: Fix memory_hex from #9951 for non-contigu...
2015-11-10 Serhiy StorchakaIssue #25263: Fixed the tkinter.test.test_tkinter.test_...
2015-11-10 Serhiy StorchakaIssue #25263: Fixed the tkinter.test.test_tkinter.test_...
2015-11-10 Victor Stinnerpytime.c: rename pygettimeofday_new() to pygettimeofday()
2015-11-10 Raymond HettingerImprove appearance of example code
2015-11-10 Raymond HettingerRemove confusing section from named tuple recipes.
2015-11-09 Serhiy StorchakaAdded missed periods at the ends of sentences in Misc...
2015-11-09 Serhiy StorchakaAdded missed periods at the ends of sentences in Misc...
2015-11-09 Serhiy StorchakaFixed markup in Misc/NEWS.
2015-11-09 Serhiy StorchakaFixed markup in Misc/NEWS.
2015-11-09 Serhiy StorchakaIssue #25584: Added "escape" to the __all__ list in...
2015-11-09 Serhiy StorchakaIssue #25584: Fixed recursive glob() with patterns...
2015-11-09 Serhiy StorchakaIssue #25582: Fixed 100 MB memory leak in test_ctypes.
2015-11-07 Steve DowerIssue #24306: Sets component ID for launcher to match...
2015-11-07 Serhiy StorchakaIssue #22643: Skip test_case_operation_overflow on...
2015-11-07 Serhiy StorchakaIssue #892902: Added new tests for pickling recursive...
2015-11-07 Martin PanterIssue #24802: Copy bytes-like objects to null-terminate...
2015-11-06 Victor StinnerIssue #25555: Fix parser and AST: fill lineno and col_o...
2015-11-09 Serhiy StorchakaIssue #25582: Fixed 100 MB memory leak in test_ctypes.
2015-11-09 Raymond HettingerImprove namedtuple doc string examples
2015-11-09 Steve DowerFixes installer not allowing launcher to be selected.
2015-11-08 Martin PanterIssue #24802: Update test case for ValueError in 3.5
2015-11-08 R David Murray#25446: Fix regression in smtplib's AUTH LOGIN support.
2015-11-07 Steve DowerNull merge from 3.4
2015-11-07 Serhiy StorchakaIssue #22643: Skip test_case_operation_overflow on...
next