Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d6c6771fc9682713ff2ebae2cd02ddbd2b48f657
d6c6771
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
by Yury Selivanov
· 8 years ago
4c5bf3b
Issue #26909: Fix slow pipes IO in asyncio.
by Yury Selivanov
· 8 years ago
45dccda
Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__.
by Yury Selivanov
· 8 years ago
5587d7c
Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)
by Yury Selivanov
· 8 years ago
a1b0e7d
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
by Yury Selivanov
· 8 years ago
4357cf6
Another asyncio sync.
by Yury Selivanov
· 8 years ago
f6d991d
asyncio: Sync with the upstream
by Yury Selivanov
· 8 years ago
e6265e9
Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp().
by Serhiy Storchaka
· 8 years ago
7ce2013
Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup()
by Christian Heimes
· 8 years ago
1f28a47
merge heads
by Benjamin Peterson
· 8 years ago
59e5e0d
improve type-safe of and prevent double-frees in get_locale_info (#28119)
by Benjamin Peterson
· 8 years ago
e907885
Issue #26171: Null merge
by Berker Peksag
· 8 years ago
354c2f9
Issue #26171: Null merge
by Berker Peksag
· 8 years ago
d751040
Issue #26171: Prevent buffer overflow in get_data
by Berker Peksag
· 8 years ago
4aa74c4
Issue #28131: Fix a regression in zipimport's compile_source()
by Berker Peksag
· 8 years ago
1341926
Issue #15819: Remove old unconditional -IInclude option
by Martin Panter
· 8 years ago
a33e9f7
Issue #28104: More accurately document set method signatures
by Raymond Hettinger
· 8 years ago
529d130
merge heads
by Benjamin Peterson
· 8 years ago
35ee948
restructure fp_setreadl so as to avoid refleaks (closes #27981)
by Benjamin Peterson
· 8 years ago
ac2d1c7
Issue #27952: Capture stderr in run_script()
by Berker Peksag
· 8 years ago
720acbf
Issue #27981: Fix refleak in fp_setreadl()
by Berker Peksag
· 8 years ago
7927e75
Issue #28103: Use ``'...'`` style in zipfile documentation
by Berker Peksag
· 8 years ago
076366c
Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes
by Raymond Hettinger
· 8 years ago
4b73676
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
by Terry Jan Reedy
· 8 years ago
ed6224e
Issue #28045: Fix comment in range_contains_long()
by Berker Peksag
· 8 years ago
c5ee3ca
Issue #28066: Fix include search directory logic for out-of-tree builds
by Martin Panter
· 8 years ago
44c19ec
Issue #27456: asyncio: Set TCP_NODELAY by default.
by Yury Selivanov
· 8 years ago
a05a6ef
asyncio: Add set_protocol / get_protocol methods to Transports
by Yury Selivanov
· 8 years ago
06e18a7
Issue #26511: Reference the id() function in the 'is' and 'is not' docs
by Raymond Hettinger
· 8 years ago
0a6976d
Issue #28079: Update typing and test typing from python/typing repo.
by Guido van Rossum
· 8 years ago
0e0cfd7
#19003: Only replace \r and/or \n line endings in email.generator.
by R David Murray
· 8 years ago
e4946e7
Issue #23105: Updated documentation on open() flag constants.
by Vinay Sajip
· 8 years ago
1c697a5
Issue #20100: Clarify that passing flags to epoll() has no effect
by Berker Peksag
· 8 years ago
3d639b2
Closed #26533: expanded on behaviour of logging.config.listen().
by Vinay Sajip
· 8 years ago
8d82559
Fixes #25671: Updated prompt handling in activate.fish.
by Vinay Sajip
· 8 years ago
b766538
Issue #27952: Get fixcid.py working with the re module
by Martin Panter
· 8 years ago
53ba2d1
Issue #27991: Remove incorrect sentence about store_true
by Berker Peksag
· 8 years ago
3a95f45
Remove the debug print that i accidentally left in.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
56ff5f7
Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version)
by Guido van Rossum
· 8 years ago
1816dfe
Issue #28073: Improve wording around None. Michael Lee.
by Guido van Rossum
· 8 years ago
cc66a65
Backported tests for issue #28070.
by Serhiy Storchaka
· 8 years ago
d92cecb
IDLE newx items.
by Terry Jan Reedy
· 8 years ago
109bc3a
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
by Steve Dower
· 8 years ago
36820dd
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0.
by Mark Dickinson
· 8 years ago
f028d9f
Issue #27932: Backs out change
by Steve Dower
· 8 years ago
99e843b
Correct spelling in documentation and code comment
by Martin Panter
· 8 years ago
c7a070e
regrtest: accept options after test names
by Victor Stinner
· 8 years ago
8ddcf3a
Issue #28019: itertools.count() no longer rounds non-integer step in range
by Serhiy Storchaka
· 8 years ago
e617521
Use raw string for regexp
by Guido van Rossum
· 8 years ago
528db31
Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach)
by Steve Dower
· 8 years ago
f2bdb6b
Issue #27705: Update message in validate_ucrtbase.py
by Steve Dower
· 8 years ago
2832574
Issue #25969: Update the lib2to3 grammar to handle the unpacking
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
dbdf029
remove fix_callable - callable() was readded many releases ago.
by Gregory P. Smith
· 8 years ago
6a294a5
Issue #27932: Fixes memory leak in platform.win32_ver()
by Steve Dower
· 8 years ago
8dcc48e
Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun)
by Steve Dower
· 8 years ago
347dc95
#14977: Make mailcap respect the order of the lines in the mailcap file.
by R David Murray
· 8 years ago
ae9e5f0
Issue #22450: Use "Accept: */*" in the default headers for urllib.request
by Raymond Hettinger
· 8 years ago
c87ae80
Issue #25144: Ensures TargetDir is set before continuing with custom install.
by Steve Dower
· 8 years ago
87dc4d6
Issue 14976: Note that the queue module is not designed to protect against reentrancy
by Raymond Hettinger
· 8 years ago
7b3b3dc
Merge asyncio upstream.
by Guido van Rossum
· 8 years ago
9b32bda
Issue #19489: Add NEWS and ACKS
by Zachary Ware
· 8 years ago
a3090a4
Issue #19489: Move the search box from sidebar to header and footer.
by Zachary Ware
· 8 years ago
1140a03
Rename Future._blocking to _asyncio_future_blocking.
by Guido van Rossum
· 8 years ago
c1db513
repair errors in (set|get)_task_factory note (#28051)
by Benjamin Peterson
· 8 years ago
cb3f2c8
Add a note about queue not being safe for use from signal handlers. issue14976.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
255295f
Fix make buildbottest to not re-trigger a profile-opt build. issue28035.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
6ceda63
Issue #24594: Validates persist parameter when opening MSI database
by Steve Dower
· 8 years ago
94a7927
#28047: Fix calculation of base64 line length.
by R David Murray
· 8 years ago
de02b08
Closes #22731: Documents change of console mode.
by Steve Dower
· 8 years ago
2fadfc0
Issue #26619: Improves error message when installing on out-of-date Windows Server
by Steve Dower
· 8 years ago
41519b2
Issue #26513: Fixes platform module detection of Windows Server
by Steve Dower
· 8 years ago
6bde454
Merge 3.4
by Donald Stufft
· 8 years ago
16d7d59
Upgrade setuptools to 27.1.2
by Donald Stufft
· 8 years ago
621333d
Merge 3.4
by Donald Stufft
· 8 years ago
d25d9dc
Upgrade setuptools to 27.1.1
by Donald Stufft
· 8 years ago
eaab1ca
#27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.
by R David Murray
· 8 years ago
14c7f71
issue28032: never imply --with-lto as part of --with-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
262b679
Issue #26020: Fix evaluation order for set literals
by Raymond Hettinger
· 8 years ago
5dc504c
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code.
by Senthil Kumaran
· 8 years ago
37156a7
Issue #21201: Improves readability of multiprocessing error message from server to client for certain exceptions
by Davin Potts
· 8 years ago
014d52f
document --with-optimizations in the README for issue26359.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
2b2a9be9
Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()
by Berker Peksag
· 8 years ago
82733fa
Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
by Senthil Kumaran
· 8 years ago
bfac23a
Move my news entries to the build section.
by Gregory P. Smith
· 8 years ago
9719161
Fix indentation (reindent.py).
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
dd1c638
lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
d61910c
Fixes #27930: improved QueueListener behaviour.
by Vinay Sajip
· 8 years ago
0f0eac4
Issue #27993: Fix problems with plural objects in docs and comments
by Martin Panter
· 8 years ago
0be894b
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Martin Panter
· 8 years ago
be8da9c
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
by Martin Panter
· 8 years ago
799520c
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
by Gregory P. Smith
· 8 years ago
dc1650c
#22233: Only split headers on \r and/or \n, per email RFCs.
by R David Murray
· 8 years ago
6b46ec7
#26209: Clarify type of *localaddr*/*remoteadr* in smtpd docs.
by R David Murray
· 8 years ago
c2e2473
27988: Make sure iter_attachments does not mutate the payload list.
by R David Murray
· 8 years ago
48c8830
capture stderr to silence output during test_coroutines (closes #27968)
by Benjamin Peterson
· 8 years ago
b88db87
supress coroutine warning when an exception is pending (#27968)
by Benjamin Peterson
· 8 years ago
32d3742
[backport to 3.5] - issue26896 - Disambiguate uses of "importer" with "finder".
by Senthil Kumaran
· 8 years ago
e848cd7
Issue #27905: Docs for typing.Type[C], by Michael Lee.
by Guido van Rossum
· 8 years ago
33d2a49
promote some shifts to unsigned, so as not to invoke undefined behavior
by Benjamin Peterson
· 8 years ago
4a75760
do not memcpy from NULL
by Benjamin Peterson
· 8 years ago
Next »