]> granicus.if.org Git - python/shortlog
python
2015-02-23 Ned DeilyIssue #23499: Fix grammar error noticed by SilentGhost
2015-02-23 Ned DeilyIssue #23499: Fix grammar error noticed by SilentGhost
2015-02-22 Serhiy StorchakaBroke reference loops in tests added in issue #5700.
2015-02-22 Serhiy StorchakaBroke reference loops in tests added in issue #5700.
2015-02-22 Serhiy StorchakaIssue #23152: Move declarations back to posixmodule.c.
2015-02-22 Serhiy StorchakaIssue #23152: Move declaration into a header and exclud...
2015-02-22 Serhiy StorchakaIssue #6639: Module-level turtle functions no longer...
2015-02-22 Serhiy StorchakaIssue #6639: Module-level turtle functions no longer...
2015-02-21 Steve DowerIssue #23152: Renames time_t_to_FILE_TIME to _Py_time_t...
2015-02-21 Steve DowerIssue #23152: Renames attribute_data_to_stat to _Py_att...
2015-02-21 Steve DowerIssue #23152: Implement _Py_fstat() to support files...
2015-02-21 Serhiy StorchakaNull merge
2015-02-21 Serhiy StorchakaIssues #814253, #9179: Warnings now are raised when...
2015-02-21 Serhiy StorchakaIssues #814253, #9179: Group references and conditional...
2015-02-20 Serhiy StorchakaIssue #23215: Multibyte codecs with custom error handle...
2015-02-20 Serhiy StorchakaIssue #23215: Multibyte codecs with custom error handle...
2015-02-20 Serhiy StorchakaIssue #5700: io.FileIO() called flush() after closing...
2015-02-20 Serhiy StorchakaIssue #5700: io.FileIO() called flush() after closing...
2015-02-20 Serhiy StorchakaIssue #23374: Fixed pydoc failure with non-ASCII files...
2015-02-20 Serhiy StorchakaIssue #23374: Fixed pydoc failure with non-ASCII files...
2015-02-20 Serhiy StorchakaIssue #23490: Fixed possible crashes related to interop...
2015-02-20 Serhiy StorchakaIssue #23490: Fixed possible crashes related to interop...
2015-02-20 Steve DowerCloses #23018: Replace copyright symbol with escape.
2015-02-20 Steve DowerRemoves unused string resources from Windows installer.
2015-02-20 Brett CannonIssue #23422: Clarify some things around importlib...
2015-02-20 Brett CannonIssue #22834: Fix a failing test under Solaris due...
2015-02-20 Berker PeksagIssue #23442: Rename two member names to stay backward...
2015-02-20 Serhiy StorchakaRegenerated Argument Clinic checksums.
2015-02-20 Raymond HettingerImprove struct cache locality by bring commonly accesse...
2015-02-20 Berker PeksagIssue #23439: Add missing entries to http.client.__all__.
2015-02-20 Berker PeksagIssue #23439: Add missing entries to http.client.__all__.
2015-02-20 Zachary WareNull merge with 3.4
2015-02-20 Zachary WareFix typo pointed out on docs@ by Yaniv Sayeh
2015-02-20 Zachary WareMerge with 3.4
2015-02-20 Zachary WareFix a typo pointed out on docs@
2015-02-19 Benjamin Petersonmerge 3.4 (#23481)
2015-02-19 Benjamin Petersonremove rc4 from the default client ciphers (closes...
2015-02-19 Steve DowerCloses #23482: sqlite3_d.dll is not included in installer
2015-02-18 Benjamin Petersonmerge 3.4
2015-02-18 Benjamin Petersonmerge heads
2015-02-18 Benjamin Petersonmerge heads
2015-02-18 Benjamin Petersonmerge 3.4
2015-02-18 Benjamin Petersonmerge 3.3
2015-02-18 Benjamin Petersonmerge 3.2
2015-02-18 Benjamin Petersonremove RPM, since it's unused and unmaintained
2015-02-18 Serhiy StorchakaIssue #23474: Enhanced locale testing.
2015-02-18 Serhiy StorchakaIssue #23474: Enhanced locale testing.
2015-02-18 Benjamin Petersonmerge 3.4 (#23410)
2015-02-18 Benjamin Petersondocument the requestline and close_connection attribute...
2015-02-17 Victor StinnerMerge 3.4 (asyncio)
2015-02-17 Victor Stinnerasyncio: Fix warning in test_close_kill_running()
2015-02-17 Victor StinnerMerge 3.4 (asyncio doc)
2015-02-17 Victor Stinnerasyncio, Tulip issue 220: Update doc of asyncio.Queue...
2015-02-17 Victor Stinnerasyncio doc: fix the sphinx extension for coroutine...
2015-02-17 Victor StinnerMerge 3.4 (asyncio)
2015-02-17 Victor StinnerIssue #23475, asyncio: Fix test_close_kill_running()
2015-02-17 Victor Stinnerasyncio, Tulip issue 220: Merge JoinableQueue with...
2015-02-17 Victor Stinnerasyncio: BaseSubprocessTransport: repr() mentions when...
2015-02-17 Serhiy StorchakaIssue #22883: Update PyInt to PyLong in C API example.
2015-02-17 Serhiy StorchakaIssue #22883: Update PyInt to PyLong in C API example.
2015-02-17 Serhiy StorchakaIssue #22883: Got rid of outdated references to PyInt...
2015-02-17 Benjamin Petersonmerge 3.4 (#21548)
2015-02-17 Benjamin Petersonfix pydoc.apropos and pydoc.synopsis on modules with...
2015-02-16 Serhiy StorchakaFixed sizeof tests for ElementTree (issue #23450).
2015-02-16 Serhiy StorchakaIssue #23450: Silenced compiler warnings and added...
2015-02-16 Serhiy StorchakaNull merge
2015-02-16 Serhiy StorchakaShoould be Py_MIN, not Py_MAX.
2015-02-16 Serhiy StorchakaIssue #23450: Fixed possible integer overflows.
2015-02-16 Serhiy StorchakaIssue #23446: Use PyMem_New instead of PyMem_Malloc...
2015-02-16 Serhiy StorchakaIssue #23446: Use PyMem_New instead of PyMem_Malloc...
2015-02-16 Serhiy StorchakaFixed few compiler warnings.
2015-02-16 Serhiy StorchakaIssue #20069: Fixed test_os on Solaris: error message...
2015-02-16 Berker PeksagIssue #17753: effective_ids unavailable on Windows.
2015-02-16 Berker PeksagIssue #17753: effective_ids unavailable on Windows.
2015-02-16 Berker PeksagFix typo in os.supports_effective_ids documentation.
2015-02-16 Berker PeksagFix typo in os.supports_effective_ids documentation.
2015-02-15 Serhiy StorchakaIssue #22885: Fixed arbitrary code execution vulnerabil...
2015-02-15 Serhiy StorchakaIssue #22885: Fixed arbitrary code execution vulnerabil...
2015-02-15 Antoine PitrouIssue #23239: ssl.match_hostname() now supports matchin...
2015-02-15 Antoine PitrouIssue #23146: Fix mishandling of absolute Windows paths...
2015-02-15 Antoine PitrouIssue #23146: Fix mishandling of absolute Windows paths...
2015-02-15 Serhiy StorchakaIssue #19681: Test the repr of partial with more than...
2015-02-15 Serhiy StorchakaIssue #19681: Test the repr of partial with more than...
2015-02-15 Serhiy StorchakaIssue #23096: Pickle representation of floats with...
2015-02-15 Serhiy StorchakaUse pickled data compatible with Python 2 for testing...
2015-02-15 Serhiy StorchakaUse pickled data compatible with Python 2 for testing...
2015-02-15 Serhiy StorchakaUse os.devnull instead of hardcoded '/dev/null'.
2015-02-15 Serhiy StorchakaMerge heads
2015-02-15 Serhiy StorchakaUse os.devnull instead of hardcoded '/dev/null'.
2015-02-14 Berker PeksagAdd a whatsnew entry for issue #22003.
2015-02-14 Berker PeksagIssue #13637: Improve exception message of a2b_* functions.
2015-02-14 Berker PeksagIssue #13637: Improve exception message of a2b_* functions.
2015-02-14 Berker PeksagIssue #13637: Remove outdated versionchanged directives.
2015-02-14 Berker PeksagIssue #13637: Remove outdated versionchanged directives.
2015-02-14 Serhiy StorchakaIssue #17753: Skip test_zipfile tests which require...
2015-02-14 Serhiy StorchakaIssue #17753: Skip test_zipfile tests which require...
2015-02-14 Serhiy StorchakaIssue #22844: Fized test_gdb failure on Debian Wheezy...
2015-02-14 Serhiy StorchakaIssue #22844: Fized test_gdb failure on Debian Wheezy...
2015-02-14 Benjamin Petersonmerge 3.4 (#22633)
2015-02-14 Benjamin Petersonavoid reading unallocated memory when argc == 0 (closes...
next