]> granicus.if.org Git - python/shortlog
python
2016-09-19 Jesus CeaDocs: Correctly link to the methods
2016-09-19 Benjamin Petersonmerge 3.4
2016-09-19 Benjamin Petersonproperly handle the single null-byte file (closes ...
2016-09-19 Raymond HettingerIssue #28189: dictitems_contains no longer swallows...
2016-09-18 Christian HeimesIssue #26661: setup.py now detects system libffi with...
2016-09-18 Berker PeksagIssue #26610: Skip test_with_pip if _ctypes is not...
2016-09-18 Berker PeksagIssue #28075: Fix test_access_denied in Python 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-17 Steve DowerIssue #28110: launcher.msi has different product codes...
2016-09-17 Berker PeksagIssue #28176: Increase timeout for test_sock_connect_so...
2016-09-17 Berker PeksagIssue #26384: Fix UnboundLocalError in socket._sendfile...
2016-09-17 Berker PeksagFix test_access_denied in 3.5
2016-09-17 Berker PeksagIssue #28075: Check for ERROR_ACCESS_DENIED in Windows...
2016-09-17 Martin PanterIssue #28139: Fix messed up indentation
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 Berker PeksagIssue #25895: Enable WebSocket URL schemes in urllib...
2016-09-16 Martin PanterIssue #28145: Spelling fixes
2016-09-15 Yury SelivanovIssue #27759: Fix selectors incorrectly retain invalid...
2016-09-15 Yury SelivanovIssue #28176: Fix callbacks race in asyncio.SelectorLoo...
2016-09-15 Yury SelivanovIssue #26909: Fix slow pipes IO in asyncio.
2016-09-15 Yury SelivanovIssue #26654: Inspect functools.partial in asyncio...
2016-09-15 Yury SelivanovIssue #28174: Handle when SO_REUSEPORT isn't properly...
2016-09-15 Yury SelivanovIssue #27906: Fix socket accept exhaustion during high...
2016-09-15 Yury SelivanovAnother asyncio sync.
2016-09-15 Yury Selivanovasyncio: Sync with the upstream
2016-09-14 Serhiy StorchakaIssue #27599: Fixed buffer overrun in binascii.b2a_qp...
2016-09-14 Christian HeimesRestrict name_length to NAME_MAXLEN in unicodedata_UCD_...
2016-09-14 Benjamin Petersonmerge heads
2016-09-14 Benjamin Petersonimprove type-safe of and prevent double-frees in get_lo...
2016-09-14 Berker PeksagIssue #26171: Null merge
2016-09-14 Berker PeksagIssue #26171: Null merge
2016-09-14 Berker PeksagIssue #26171: Prevent buffer overflow in get_data
2016-09-14 Berker PeksagIssue #28131: Fix a regression in zipimport's compile_s...
2016-09-13 Martin PanterIssue #15819: Remove old unconditional -IInclude option
2016-09-13 Raymond HettingerIssue #28104: More accurately document set method signa...
2016-09-13 Benjamin Petersonmerge heads
2016-09-13 Benjamin Petersonrestructure fp_setreadl so as to avoid refleaks (closes...
2016-09-13 Berker PeksagIssue #27952: Capture stderr in run_script()
2016-09-13 Berker PeksagIssue #27981: Fix refleak in fp_setreadl()
2016-09-13 Berker PeksagIssue #28103: Use ``'...'`` style in zipfile documentation
2016-09-12 Raymond HettingerIssue #17582: xml.etree.ElementTree nows preserves...
2016-09-12 Terry Jan ReedyIssue #15308: Add 'interrupt execution' (^C) to Shell...
2016-09-12 Berker PeksagIssue #28045: Fix comment in range_contains_long()
2016-09-12 Martin PanterIssue #28066: Fix include search directory logic for...
2016-09-12 Yury SelivanovIssue #27456: asyncio: Set TCP_NODELAY by default.
2016-09-12 Yury Selivanovasyncio: Add set_protocol / get_protocol methods to...
2016-09-12 Raymond HettingerIssue #26511: Reference the id() function in the ...
2016-09-11 Guido van RossumIssue #28079: Update typing and test typing from python...
2016-09-11 R David Murray#19003: Only replace \r and/or \n line endings in email...
2016-09-11 Vinay SajipIssue #23105: Updated documentation on open() flag...
2016-09-11 Berker PeksagIssue #20100: Clarify that passing flags to epoll(...
2016-09-11 Vinay SajipClosed #26533: expanded on behaviour of logging.config...
2016-09-11 Vinay SajipFixes #25671: Updated prompt handling in activate.fish.
2016-09-11 Martin PanterIssue #27952: Get fixcid.py working with the re module
2016-09-11 Berker PeksagIssue #27991: Remove incorrect sentence about store_true
2016-09-11 Gregory P.... Remove the debug print that i accidentally left in.
2016-09-11 Guido van RossumIssue #26141: Update docs for typing.py. Ivan Levkivsky...
2016-09-11 Guido van RossumIssue #28073: Improve wording around None. Michael...
2016-09-10 Serhiy StorchakaBackported tests for issue #28070.
2016-09-10 Terry Jan ReedyIDLE newx items.
2016-09-10 Steve DowerCloses #28059: Fixes test_platform to set PYTHONPATH...
2016-09-10 Mark DickinsonIssue #25221: Fix corrupted result from PyLong_FromLong...
2016-09-10 Steve DowerIssue #27932: Backs out change
2016-09-10 Martin PanterCorrect spelling in documentation and code comment
2016-09-10 Victor Stinnerregrtest: accept options after test names
2016-09-10 Serhiy StorchakaIssue #28019: itertools.count() no longer rounds non...
2016-09-10 Guido van RossumUse raw string for regexp
2016-09-10 Steve DowerIssue #27566: Fix clean target in freeze makefile ...
2016-09-10 Steve DowerIssue #27705: Update message in validate_ucrtbase.py
2016-09-10 Gregory P.... Issue #25969: Update the lib2to3 grammar to handle...
2016-09-10 Gregory P.... remove fix_callable - callable() was readded many relea...
2016-09-10 Steve DowerIssue #27932: Fixes memory leak in platform.win32_ver()
2016-09-10 Steve DowerIssue #25758: Prevents zipimport from unnecessarily...
2016-09-10 R David Murray#14977: Make mailcap respect the order of the lines...
2016-09-09 Raymond HettingerIssue #22450: Use "Accept: */*" in the default headers...
2016-09-09 Steve DowerIssue #25144: Ensures TargetDir is set before continuin...
2016-09-09 Raymond HettingerIssue 14976: Note that the queue module is not designe...
2016-09-09 Guido van RossumMerge asyncio upstream.
2016-09-09 Zachary WareIssue #19489: Add NEWS and ACKS
2016-09-09 Zachary WareIssue #19489: Move the search box from sidebar to heade...
2016-09-09 Guido van RossumRename Future._blocking to _asyncio_future_blocking.
2016-09-09 Benjamin Petersonrepair errors in (set|get)_task_factory note (#28051)
2016-09-09 Gregory P.... Add a note about queue not being safe for use from...
2016-09-09 Gregory P.... Fix make buildbottest to not re-trigger a profile-opt...
2016-09-09 Steve DowerIssue #24594: Validates persist parameter when opening...
2016-09-09 R David Murray#28047: Fix calculation of base64 line length.
2016-09-09 Steve DowerCloses #22731: Documents change of console mode.
2016-09-09 Steve DowerIssue #26619: Improves error message when installing...
2016-09-09 Steve DowerIssue #26513: Fixes platform module detection of Window...
2016-09-09 Donald StufftMerge 3.4
2016-09-09 Donald StufftUpgrade setuptools to 27.1.2
2016-09-09 Donald StufftMerge 3.4
2016-09-09 Donald StufftUpgrade setuptools to 27.1.1
2016-09-09 R David Murray#27630: Be consistent in how _XXX/_encoded_XXX vars...
2016-09-08 Gregory P.... issue28032: never imply --with-lto as part of --with...
2016-09-08 Raymond HettingerIssue #26020: Fix evaluation order for set literals
2016-09-08 Senthil KumaranIssue28010 - Make http.client.HTTPConnection.putrequest...
2016-09-08 Davin PottsIssue #21201: Improves readability of multiprocessing...
next