]> granicus.if.org Git - python/shortlog
python
2016-07-11 Ned DeilyAdded tag v3.6.0a3 for changeset f3edf13dc339
2016-07-11 Ned DeilyVersion bump for 3.6.0a3 v3.6.0a3
2016-07-11 Ned DeilyUpdate pydoc topics for 3.6.0a3
2016-07-11 Ned DeilyIssue #27285: Cleanup "suspicious" warnings.
2016-07-11 Martin PanterIssue #23804: Merge spelling and NEWS fixes from 3.5
2016-07-11 Martin PanterEnglish spelling and grammar fixes
2016-07-11 Martin PanterRestore NEWS entries lost in revision 8145f25f26aa
2016-07-11 Martin PanterIssue #23804: Merge SSL recv() fix from 3.5
2016-07-11 Terry Jan ReedyIDLE NEWS items.
2016-07-11 Terry Jan ReedyIssue #27477: Convert IDLE search dialogs to using...
2016-07-11 Martin PanterIssue #23804: Fix SSL zero-length recv() calls to not...
2016-07-10 Terry Jan ReedyRefine geometry of idlelib htests (and a few other...
2016-07-10 Terry Jan ReedyIssue #27173: Fix error in test_config that caused...
2016-07-10 Senthil Kumaranissue27476 - Introduce a .github template to discourage...
2016-07-10 Serhiy StorchakaNull merge
2016-07-10 Serhiy StorchakaMerge heads
2016-07-10 Serhiy StorchakaMerge heads
2016-07-10 R David Murray#22758 null merge
2016-07-10 R David Murray#22758 null merge
2016-07-10 R David Murray#22758 null merge
2016-07-10 R David Murray#22758 null merge
2016-07-10 R David MurrayMerge: #26176: fix usage of Address constructor in...
2016-07-10 R David Murray#26176: fix usage of Address constructor in email examples.
2016-07-10 Serhiy StorchakaIssue #27473: Fixed possible integer overflow in bytes...
2016-07-10 Serhiy StorchakaIssue #27473: Fixed possible integer overflow in bytes...
2016-07-10 Terry Jan ReedyIssue #27173: Add 'IDLE Modern Unix' to the built-in...
2016-07-10 R David Murray#22758: fix regression in handling of secure cookies.
2016-07-10 R David MurrayMerge: #20647: Update dictobject.c comments to account...
2016-07-10 R David Murray#20647: Update dictobject.c comments to account for...
2016-07-10 Xavier de GayeIssue #27027: Added test.support.is_android that is...
2016-07-10 Senthil Kumaran[merge from 3.5] - Issue #27466: Change time format...
2016-07-10 Senthil KumaranIssue #27466: Change time format returned by http.cooki...
2016-07-10 Serhiy StorchakaIssue #27474: Unified error messages in the __contains_...
2016-07-09 Xavier de GayeIssue #27442: Expose the Android API level in sysconfig...
2016-07-08 Brett CannonUpdate frozen importlib code
2016-07-08 Brett CannonIssue #26972: Fix some mistakes in importlib-related...
2016-07-08 Brett CannonIssue #26896: Disambiguate uses of "importer" with...
2016-07-08 Brett CannonIssue #27285: Document the deprecation of the pyvenv...
2016-07-08 Victor StinnerIssue #22624: Python 3 requires clock() to build
2016-07-08 Terry Jan ReedyWhitespace
2016-07-08 Terry Jan ReedyIssue #27380: IDLE: add query.HelpSource class and...
2016-07-07 Steven D'ApranoAutomated merge with ssh://hg.python.org/cpython
2016-07-07 Steven D'ApranoIssue27139 patch by Julio C Cardoza.
2016-07-07 Xavier de GayeIssue #27434: Version of interpreter running a cross...
2016-07-07 Serhiy Storchaka- Issue #27332: Fixed the type of the first argument...
2016-07-07 Serhiy StorchakaIssue #27332: Fixed the type of the first argument...
2016-07-07 Benjamin Petersonmerge 3.5 (#24557)
2016-07-07 Benjamin Petersonassume egd unless OPENSSL_NO_EGD is defined—remove...
2016-07-07 Benjamin Petersonmerge 3.5 (#27248)
2016-07-07 Benjamin Petersonfix refleaks in PyDict_SetItem error cases (closes...
2016-07-06 Donald Stufftmerge 3.5
2016-07-06 Donald StufftFix a test with the new upload URL
2016-07-06 Benjamin Petersonmerge 3.5
2016-07-06 Benjamin Petersonmerge 3.4
2016-07-06 Benjamin Petersonmerge 3.3
2016-07-06 Benjamin Petersonmerge 3.5
2016-07-06 Benjamin Petersonmerge 3.4
2016-07-06 Donald StufftSwitch to the new upload url for PyPI
2016-07-06 Donald StufftSwitch to the new upload url for PyPI
2016-07-06 Serhiy StorchakaIssue #27460: Unified error messages in bytes construct...
2016-07-06 Serhiy StorchakaIssue #21708: Deprecated dbm.dumb behavior that differs...
2016-07-06 Terry Jan ReedyIssue #27452: make command line idle-test> python test_...
2016-07-06 Terry Jan ReedyIssue #27452: add line counter and crc to IDLE config...
2016-07-06 Terry Jan ReedyIssue #27452: add line counter and crc to IDLE configHa...
2016-07-05 Berker PeksagMerge from 3.5
2016-07-05 Berker PeksagAdd versionadded to PyDict_SetDefault documentation
2016-07-03 Terry Jan ReedyIssue 27437: Add query.ModuleName and use it for file...
2016-07-03 Serhiy StorchakaIssue #19527: Fixed tests with defined COUNT_ALLOCS.
2016-07-03 Serhiy StorchakaIssue #19527: Fixed tests with defined COUNT_ALLOCS.
2016-07-03 Serhiy StorchakaIssue #23034: The output of a special Python build...
2016-07-03 Serhiy StorchakaIssue #27443: __length_hint__() of bytearray itearator...
2016-07-03 Serhiy StorchakaIssue #27443: __length_hint__() of bytearray itearator...
2016-07-03 Serhiy StorchakaBacked out changeset b0087e17cd5e (issue #26765)
2016-07-03 Serhiy StorchakaIssue #26765: Fixed parsing Py_ssize_t arguments on...
2016-07-01 Serhiy StorchakaIssue #26765: Moved wrappers for bytes and bytearray...
2016-07-01 Serhiy StorchakaIssue #27007: The fromhex() class methods of bytes...
2016-07-01 Berker PeksagIssue #27431: Merge from 3.5
2016-07-01 Berker PeksagIssue #27431: Update default protocol version in shelve...
2016-07-01 Berker PeksagIssue #27430: Merge from 3.5
2016-07-01 Berker PeksagIssue #27430: Fix typos, patch by scop.
2016-07-01 Berker PeksagFix typo in whatsnew/3.6.rst
2016-06-30 Brett CannonMerge from 3.5 for issue #26664
2016-06-30 Brett CannonIssue #26665: Remove mis-use of ``$`` in activate.fish.
2016-06-30 Serhiy StorchakaIssue #4945: Improved the documenting of boolean argume...
2016-06-30 Serhiy StorchakaIssue #4945: Improved the documenting of boolean argume...
2016-06-30 Victor StinnerMerge 3.5 (copy doc)
2016-06-30 Victor StinnerIssue #27416: clarify copy doc
2016-06-30 Serhiy StorchakaIssue #27418: Fixed Tools/importbench/importbench.py.
2016-06-30 Serhiy StorchakaIssue #27418: Fixed Tools/importbench/importbench.py.
2016-06-29 Martin PanterIssue #26721: Change StreamRequestHandler.wfile to...
2016-06-28 Guido van RossumFix issue #27402: example for typing did not type-check...
2016-06-28 Guido van RossumFix issue #27402: example for typing did not type-check.
2016-06-28 Yury SelivanovMerge 3.5 (asyncio)
2016-06-28 Yury Selivanovasyncio: Use socket specs for getaddrinfo() in sock_con...
2016-06-28 Yury SelivanovMerge 3.5 (asyncio)
2016-06-28 Yury Selivanovasyncio: Fix NameError in sslproto _fatal_error()
2016-06-27 Serhiy StorchakaIssue #27352: Fixed an error message in a test.
2016-06-27 Steve DowerMerge from 3.5
2016-06-27 Steve DowerAdds script for purging the caching server for download...
2016-06-27 Serhiy StorchakaIssue #27352: Correct the validation of the ImportFrom...
next