]> granicus.if.org Git - python/shortlog
python
2016-09-21 Christian Heimesva_end() all va_copy()ed va_lists.
2016-09-21 Victor StinnerMerge 3.5
2016-09-21 Victor Stinnertest_asynico: fix test_sock_connect_sock_write_race()
2016-09-21 Benjamin Petersonreplace usage of Py_VA_COPY with the (C99) standard...
2016-09-20 Victor StinnerFix memleak in os.getrandom()
2016-09-20 Victor Stinner(Merge 3.5) Catch EPERM error in py_getrandom()
2016-09-20 Victor StinnerCatch EPERM error in py_getrandom()
2016-09-20 Victor StinnerCleanup random.c
2016-09-20 Ned DeilyMake 3.7 the current dev version in the html version...
2016-09-20 Ned DeilyMake 3.7 the current dev version in the html version...
2016-09-20 Benjamin Petersonrevert expat changes
2016-09-20 Benjamin Petersonmerge 3.5 (#28184)
2016-09-20 Benjamin Petersonremove trailing whitespace
2016-09-19 Jesus CeaMERGE: Docs: Correctly link to the methods
2016-09-19 Jesus CeaDocs: Correctly link to the methods
2016-09-19 Victor StinnerFix memory leak in path_converter()
2016-09-19 Benjamin Petersondelete dead code
2016-09-19 Benjamin Petersonmerge 3.5 (#24022)
2016-09-19 Benjamin Petersonmerge 3.4
2016-09-19 Benjamin Petersonproperly handle the single null-byte file (closes ...
2016-09-19 Raymond Hettingermerge
2016-09-19 Raymond HettingerIssue #28189: dictitems_contains no longer swallows...
2016-09-19 Raymond HettingerIssue #28193: Use lru_cache in the re module.
2016-09-19 Benjamin Petersoncorrect silly spelling problem
2016-09-19 Benjamin Petersonreplace obmalloc's homegrown uptr and uchar types with...
2016-09-19 Benjamin Petersonimprovements to code that checks whether Python (obmall...
2016-09-19 Benjamin Petersonstop using Py_LL and Py_ULL
2016-09-19 Benjamin Petersonalways define HAVE_LONG_LONG (#27961)
2016-09-19 Benjamin Petersonproperly free memory in pgen
2016-09-18 Victor StinnerFix test_huntrleaks_fd_leak() of test_regrtest
2016-09-18 Ethan Furmanissue23591: fix flag decomposition and repr
2016-09-18 Berker PeksagIssue #25400: RobotFileParser now correctly returns...
2016-09-18 Christian HeimesIssue #26661: setup.py now detects system libffi with...
2016-09-18 Christian HeimesIssue #26661: setup.py now detects system libffi with...
2016-09-18 Berker PeksagNull merge from 3.5
2016-09-18 Berker PeksagIssue #26610: Skip test_with_pip if _ctypes is not...
2016-09-18 Berker PeksagNull merge from 3.5
2016-09-18 Berker PeksagIssue #28075: Fix test_access_denied in Python 3.5
2016-09-18 Berker PeksagIssue #28151: Use pythontest.net in test_robotparser
2016-09-18 Steve DowerNull merge from 3.5
2016-09-18 Steve DowerAdd file missed from backport
2016-09-18 Steve DowerIssue #27932: Prevent memory leak in win32_ver().
2016-09-18 Steve DowerNull merge from 3.5
2016-09-18 Steve DowerIssue #27932: Prevent memory leak in win32_ver().
2016-09-17 Steve DowerFixes bad merge for issue #28110
2016-09-17 Steve DowerIssue #28110: launcher.msi has different product codes...
2016-09-17 Steve DowerIssue #28110: launcher.msi has different product codes...
2016-09-17 Berker PeksagIssue #28176: Merge from 3.5
2016-09-17 Berker PeksagIssue #28176: Increase timeout for test_sock_connect_so...
2016-09-17 Steve DowerIssue #28192: Adds tests for hook in isolated mode
2016-09-17 Steve DowerIssue #28161: Opening CON for write access fails
2016-09-17 Berker PeksagIssue #26384: Merge from 3.5
2016-09-17 Berker PeksagIssue #26384: Fix UnboundLocalError in socket._sendfile...
2016-09-17 Steve DowerIssue #28137: Renames Windows path file to ._pth
2016-09-17 Steve DowerIssue #28192: Don't import readline in isolated mode
2016-09-17 Berker PeksagMerge from 3.5
2016-09-17 Berker PeksagFix test_access_denied in 3.5
2016-09-17 Berker PeksagIssue #28075: Merge from 3.5
2016-09-17 Berker PeksagIssue #28075: Check for ERROR_ACCESS_DENIED in Windows...
2016-09-17 Martin PanterIssue #28139: Merge indentation fixes from 3.5 into 3.6
2016-09-17 Martin PanterIssue #28139: Fix messed up indentation
2016-09-16 Serhiy StorchakaIssue #22493: Warning message emitted by using inline...
2016-09-16 Ned DeilyPending final editing of 3.6 whatsnew, add a list of...
2016-09-16 Berker PeksagIssue #25270: Merge from 3.5
2016-09-16 Berker PeksagIssue #25270: Prevent codecs.escape_encode() from raisi...
2016-09-16 Christian HeimesIssue #28181: Get antigravity over HTTPS. Patch by...
2016-09-16 Christian HeimesIssue #28181: Get antigravity over HTTPS. Patch by...
2016-09-16 Berker PeksagIssue #25895: Merge from 3.5
2016-09-16 Berker PeksagIssue #25895: Enable WebSocket URL schemes in urllib...
2016-09-16 Martin PanterIssue #28145: Merge spelling fixes from 3.5 into 3.6
2016-09-16 Martin PanterIssue #28145: Spelling fixes
2016-09-15 Yury SelivanovMerge 3.5 (issue #27759)
2016-09-15 Yury SelivanovIssue #27759: Fix selectors incorrectly retain invalid...
2016-09-15 Yury SelivanovFix Misc/NEWS
2016-09-15 Yury SelivanovMerge 3.5 (issue #28176)
2016-09-15 Yury SelivanovIssue #28176: Fix callbacks race in asyncio.SelectorLoo...
2016-09-15 Yury SelivanovMerge 3.5 (asyncio, issue #26909)
2016-09-15 Yury SelivanovIssue #26909: Fix slow pipes IO in asyncio.
2016-09-15 Yury SelivanovMerge 3.5 (issue #26654)
2016-09-15 Yury SelivanovIssue #26654: Inspect functools.partial in asyncio...
2016-09-15 Yury SelivanovMerge 3.5 (issue #28174)
2016-09-15 Yury SelivanovIssue #28174: Handle when SO_REUSEPORT isn't properly...
2016-09-15 Yury SelivanovMerge 3.5 (issue #27906)
2016-09-15 Yury SelivanovIssue #27906: Fix socket accept exhaustion during high...
2016-09-15 Yury SelivanovNull-merge 3.5
2016-09-15 Yury SelivanovAnother asyncio sync.
2016-09-15 Berker PeksagIssue #28156: Export os.getpid() conditionally
2016-09-15 Yury SelivanovMerge heads 3.6
2016-09-15 Yury Selivanovasyncio: Drop debug code
2016-09-15 Berker PeksagUse requires_os_func() to skip SpawnTests
2016-09-15 Yury SelivanovMerge heads
2016-09-15 Yury SelivanovMerge 3.5 (asyncio)
2016-09-15 Berker PeksagMake SpawnTest.create_args() keyword-only
2016-09-15 Berker PeksagIssue #28114: Fix a crash in parse_envlist() when env...
2016-09-15 Yury Selivanovasyncio: Sync with the upstream
2016-09-15 Yury SelivanovIssue #26182: Raise DeprecationWarning for improper...
2016-09-15 Benjamin PetersonUnicode 9.0.0
2016-09-14 Berker PeksagIssue #28153: Make kqueue()'s event filters optional
2016-09-14 Serhiy StorchakaIssue #27599: Fixed buffer overrun in binascii.b2a_qp...
2016-09-14 Serhiy StorchakaIssue #27599: Fixed buffer overrun in binascii.b2a_qp...
next