Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
1d391f926b37484b8d4b326003a72c0084db19ec
1d391f9
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)
by Ned Deily
· 8 years ago
343d483
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459)
by Ned Deily
· 8 years ago
5ddddb1
bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) (#458)
by Ned Deily
· 8 years ago
95c50e5
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
by Ned Deily
· 8 years ago
793f822
Fixes git command (#451) (#452)
by Steve Dower
· 8 years ago
d3e1e9d
bpo-27593: Updates Windows build to use information from git (#262) (#450)
by Steve Dower
· 8 years ago
226af23
bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440)
by Brett Cannon
· 8 years ago
03f7cb0
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442)
by Zachary Ware
· 8 years ago
1936ba9
bpo-29709: Improve Boolean Operations documentation (#433) (#437)
by Mariatta
· 8 years ago
9d07ace
bpo-29455: Mention coverage.py in trace module documentation (GH-435)
by Brett Cannon
· 8 years ago
21ce65a
[3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (#432)
by Berker Peksag
· 8 years ago
c7ff163
Add Python version since deprecation in base64 methods. (#33) (#429)
by Berker Peksag
· 8 years ago
2adc668
Restore NEWS file after incorrect git automerge
by Yury Selivanov
· 8 years ago
93692b1
getpass: update docstrings (GH-49) (GH-419)
by Mariatta
· 8 years ago
b8f5d07
bpo-29026: Clarify documentation of time.time (GH-34) (GH-417)
by Mariatta
· 8 years ago
d8b72e4
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408)
by Yury Selivanov
· 8 years ago
2ef08d3
asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop
by Yury Selivanov
· 8 years ago
604faba
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
by Seth M. Larson
· 8 years ago
13802a3
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
by Yury Selivanov
· 8 years ago
dea5101
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
by Yury Selivanov
· 8 years ago
01e5230
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (#410)
by Yury Selivanov
· 8 years ago
a6e8493
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#402)
by Brian Coleman
· 8 years ago
65bd0bd
In SSL module version examples, don't use a legacy version. (#381) (#400)
by Alex Gaynor
· 8 years ago
784ba7c
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397)
by Donald Stufft
· 8 years ago
b05d48e
email.compat32-message.rst: Fix typo in the word `message` (GH-379) (GH-380)
by Mariatta
· 8 years ago
023532e
bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378)
by INADA Naoki
· 8 years ago
1b93ed4
Fixed a handful of typos (GH-343) (GH-364)
by Mariatta
· 8 years ago
8458b2b
correct documentation for enum.html (GH-358) (GH-367)
by Mariatta
· 8 years ago
d413aa7
Disable mention-bot for maintenance branches (GH-365)
by Donald Stufft
· 8 years ago
c4a786b
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) (GH-353)
by Xiang Zhang
· 8 years ago
7accf20
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348)
by Berker Peksag
· 8 years ago
bb59d89
bpo-27788 : synchronise platform.py version number (#246) (#341)
by Berker Peksag
· 8 years ago
53039ad
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95)
by Martijn Pieters
· 8 years ago
046041e
Delete accidentally merged entries from Misc/NEWS (#338)
by Berker Peksag
· 8 years ago
bc10e6b
Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337)
by Mariatta
· 8 years ago
8aa1ad8
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333)
by Xiang Zhang
· 8 years ago
4b6c417
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330)
by Xiang Zhang
· 8 years ago
7e4897a
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
by Mariatta
· 8 years ago
c9131b6
[3.6] bpo-29110: Fix file object leak in `aifc.open` (#310)
by INADA Naoki
· 8 years ago
6b81003
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323)
by Berker Peksag
· 8 years ago
deea29e
bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320)
by Mariatta
· 8 years ago
76995ca
bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318)
by Berker Peksag
· 8 years ago
893e86e
bpo-29121: Remove outdated documentation about transactions (#313) (#319)
by Berker Peksag
· 8 years ago
1457984
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316)
by Mariatta
· 8 years ago
7333d17
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-314)
by Mariatta
· 8 years ago
5c7b8f4
Backport recent .travis.yml changes (#308)
by Berker Peksag
· 8 years ago
fae59e1
bpo-28961: Address my comments from earlier code review (#306)
by Berker Peksag
· 8 years ago
91c499f
mark various test data binary (#233) (#304)
by Benjamin Peterson
· 8 years ago
b002328
Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-297)
by Mariatta
· 8 years ago
1a8dd94
[3.6] bpo-28929: Add to Misc/NEWS (GH-284)
by Mariatta
· 8 years ago
814213b
[3.6] Backport README.rst changes (GH-294)
by Mariatta
· 8 years ago
bea9d2f
[3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268)
by Mariatta
· 8 years ago
f28db60
[3.6] Fix small typos in expressions.rst (GH-276) (GH-281)
by Mariatta
· 8 years ago
0a1b656
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278)
by Barry Warsaw
· 8 years ago
f2beceb
bpo-29624: Adds purge step and layout test after uploading files. (#258) (#264)
by Steve Dower
· 8 years ago
2197eac
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243)
by Berker Peksag
· 8 years ago
55b82e1
bpo-28911: Clarify the behaviour of assert_called_once_with. (#252)
by Arne de Laat
· 8 years ago
3cc5817
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220)
by Vinay Sajip
· 8 years ago
b067a5e
bpo-29554: Improve docs for pstat module and profile. (#88) (#227)
by Berker Peksag
· 8 years ago
e9c0e55
[3.6] Add .codecov.yml (#210)
by Berker Peksag
· 8 years ago
9b49133
bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) (#208)
by Mariatta
· 8 years ago
3ab24bd
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219)
by INADA Naoki
· 8 years ago
e48fd93
bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209)
by Serhiy Storchaka
· 8 years ago
51a477c
doc: fix compile error on "shoddy" example extension (GH-216)
by INADA Naoki
· 8 years ago
d9b3cdd
bpo-29602: fix signed zero handling in complex constructor. (#203) (#206)
by Mark Dickinson
· 8 years ago
ce552e2
bpo-24274: fix erroneous comment in dictobject.c (GH-200)
by INADA Naoki
· 8 years ago
9a4577a
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#186)
by Xiang Zhang
· 8 years ago
a4afdfc
Change some mercurial/ hg.python.org references. (#8) (#185)
by Senthil Kumaran
· 8 years ago
7970cd4
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178)
by INADA Naoki
· 8 years ago
b121d73
Tweak PEP 519 documentation in stdlib (#164)
by Berker Peksag
· 8 years ago
3337d33
[backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch (#25)
by INADA Naoki
· 8 years ago
0683d68
[3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153)
by Nick Coghlan
· 8 years ago
d372cda
bpo-29579: Removes readme.txt from the installer. (#161)
by Steve Dower
· 8 years ago
b300c66
Backport36 doc fixes: PR#68 and PR#124 (#125)
by Victor Stinner
· 8 years ago
02e3357
bpo-29521 update Misc/ACKS (#110)
by Mariatta
· 8 years ago
7224a04
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108)
by Mariatta
· 8 years ago
1e8cc88
Backport master's README.rst to 3.6 (GH-86)
by Zachary Ware
· 8 years ago
7d5587e
Update URL of Mersenne Twister Home Page (#20) (#115)
by INADA Naoki
· 8 years ago
db3deb9
bpo-29521 Fix two minor documentation build warnings (#41) (#83)
by Mariatta
· 8 years ago
9268855
Fix some sphinx warnings (#9) (#81)
by Mariatta
· 8 years ago
0230e64
bpo-28556: Various updates to typing (#28) (#77)
by Mariatta
· 8 years ago
2d0c228
A few README tweaks (#73) (#79)
by Mariatta
· 8 years ago
89ddffb
bpo-29438: fixed use-after-free in key sharing dict (#39)
by INADA Naoki
· 8 years ago
f66c81f
[backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37)
by Mariatta
· 8 years ago
308f789
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22)
by Mariatta
· 8 years ago
89b1824
bpo-27122: Fix comment to point to correct issue number (#48)
by Berker Peksag
· 8 years ago
c2328ec
[backport to 3.6] Support "bpo-" in Misc/NEWS (#42)
by Mariatta
· 8 years ago
2a35c93
Fix test_datetime on Windows
by Victor Stinner
· 8 years ago
6f37e36
Fix test_datetime on system with 32-bit time_t
by Victor Stinner
· 8 years ago
b67f096
Fix datetime.fromtimestamp(): check bounds
by Victor Stinner
· 8 years ago
57fe245
Merge 3.5 (fix #29519)
by Łukasz Langa
· 8 years ago
9cd7e17
Fix #29519: weakref spewing exceptions during interp finalization
by Łukasz Langa
· 8 years ago
35a1f7f
massage English for -X descriptions a bit
by Benjamin Peterson
· 8 years ago
d43ab05
Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034.
by Serhiy Storchaka
· 8 years ago
e185757
Merge issue #26355 fix from Python 3.5
by Nick Coghlan
· 8 years ago
e662445
Issue #26355: Specify canonical URLs in docs pages
by Nick Coghlan
· 8 years ago
0885076
Issue #29441: Merge from 3.5
by Berker Peksag
· 8 years ago
f592867
Issue #29441: Update examples to use async and await keywords in asyncio-task.rst
by Berker Peksag
· 8 years ago
6138432
Issue #29314: Merge with 3.5
by Mariatta Wijaya
· 8 years ago
4e7ff8b
Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning
by Mariatta Wijaya
· 8 years ago
Next »