Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c9ccacea3ff441b1ff519c7399602b7db16f9783
c9ccace
bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)
by Albert-Jan Nijburg
· 8 years ago
b63530a
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
by Eric Snow
· 8 years ago
0737ee2
bpo-30499: Remove a deprecated note about sets. (GH-1848)
by Julien
· 8 years ago
0b4b57d
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1676)
by Xiang Zhang
· 8 years ago
4e624ca
bpo-30509: Clean up calling type slots. (#1883)
by Serhiy Storchaka
· 8 years ago
56ddfd2
bpo-27618: Clarify that threading.Lock is a factory function (GH-1307)
by csabella
· 8 years ago
a5aa72a
Fix Travis config to reinstate test build (GH-1879)
by Hiro Asari
· 8 years ago
fc354f0
bpo-25324: copy tok_name before changing it (#1608)
by Albert-Jan Nijburg
· 8 years ago
85aba23
subprocess test_empty_env typo fix. (#1877)
by Gregory P. Smith
· 8 years ago
9efad1e
bpo-17188: add missing periods at the end of sentences (GH-1875)
by Mariatta
· 8 years ago
b351248
bpo-12383: Refactor subprocess test_empty_env (#1874)
by Gregory P. Smith
· 8 years ago
9c972b5
Improve grammar in The Import System documentation (GH-1862)
by kms70847
· 8 years ago
e405d4b
bpo-30361: Use better example for mixed-type operands (#1701)
by gfyoung
· 8 years ago
a4095ef
Change error message for array methods to use 'array' instead of 'list'. (#1853)
by Jim Fasarakis-Hilliard
· 8 years ago
163468a
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
by Gregory P. Smith
· 8 years ago
eba68e2
Build docs in parallel (#1842)
by Antoine Pitrou
· 8 years ago
2e6bb44
Add reference to help('FORMATTING') in format() builtin (GH-166)
by Amit Kumar
· 8 years ago
ac5bbd4
bpo-30248: Convert boolean arguments only once in _json. (#1423)
by Serhiy Storchaka
· 8 years ago
4a8bcdf
bpo-16500: Use register_at_fork() in the threading module (#1843)
by Antoine Pitrou
· 8 years ago
0aa0a06
bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)
by csabella
· 8 years ago
f7ecfac
Doc nits for bpo-16500 (#1841)
by Antoine Pitrou
· 8 years ago
eca7da0
IDLE test_help_about: edit and add test. (#1838)
by terryjreedy
· 8 years ago
178418a
bpo-30492: Allow make clinic to work out of tree. (#1836)
by Gregory P. Smith
· 8 years ago
5a346d5
bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714)
by csabella
· 8 years ago
c0364fc
bpo-20210: Support the *disabled* marker in Setup files (GH-132)
by xdegaye
· 8 years ago
346cbd3
bpo-16500: Allow registering at-fork handlers (#1715)
by Antoine Pitrou
· 8 years ago
f931fd1
bpo-30470: Deprecate invalid ctypes call protection on Windows. (GH-1810)
by Mariatta
· 8 years ago
a92adf8
bpo-30310: Add a test for non-ascii font family. (#1567) (#1832)
by Serhiy Storchaka
· 8 years ago
12d6b5d
bpo-30398: Add a docstring for re.error. (#1647)
by Serhiy Storchaka
· 8 years ago
5becf38
Fix the signature of JSONDecodeError (no end parameter). (#1827)
by Serhiy Storchaka
· 8 years ago
08e2f35
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156)
by Sanyam Khurana
· 8 years ago
2b44e30
bpo-30449 Terse slots (#1819)
by Aaron Hall, MBA
· 8 years ago
368cf1d
bpo-30420: List cwd parameter in subprocess convenience APIs (GH-1685)
by Alex Gaynor
· 8 years ago
18c1356
Drop a duplicate line. (#1809)
by Eric Snow
· 8 years ago
bc50f03
bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1683)
by grzgrzgrz3
· 8 years ago
7ff1e88
Delete sigcheck.c since it appears unused (#1723)
by Segev Finer
· 8 years ago
0cd7a3f
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
by Serhiy Storchaka
· 8 years ago
d1c3c13
bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791)
by Eric Snow
· 8 years ago
9498782
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is not found (GH-972)
by Garvit Khatri
· 8 years ago
3480ef9
bpo-30445: Allow appended output in RecursionError message
by codedragon
· 8 years ago
7c2f82d
bpo-28845: Clean up known issues for AIX (GH-1670)
by Eric N. Vander Weele
· 8 years ago
1de4705
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)
by Kushal Das
· 8 years ago
a083c8e
bpo-30160: Clarify intended usage of wfile (gh-1300)
by jugglinmike
· 8 years ago
323d538
Move directory in .gitignore (#1787)
by Steve Dower
· 8 years ago
c0fa4ba
Add .idea and .iml to .gitignore (#1764)
by gfyoung
· 8 years ago
c471ca4
bpo-30377: Simplify handling of COMMENT and NL in tokenize.py (#1607)
by Albert-Jan Nijburg
· 8 years ago
a17a2f5
bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776)
by Stéphane Wirtel
· 8 years ago
07244a8
bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func. (#1777)
by Gregory P. Smith
· 8 years ago
c9d6dbc
Added effect of re.ASCII and reworded slightly (#1782)
by Brian Ward
· 8 years ago
c7ec998
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
by Eric Snow
· 8 years ago
9e98cd0
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700)
by Joel Hillacre
· 8 years ago
1abcf67
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
by Eric Snow
· 8 years ago
c842efc
Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)
by Serhiy Storchaka
· 8 years ago
bb1c034
Revert an invalid change to a test (from 6b4be19). (#1770)
by Eric Snow
· 8 years ago
9b33bf5
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
by Steve Dower
· 8 years ago
66dc33b
bpo-29334: Fix ssl.getpeercert for auto-handshake (#1769)
by Christian Heimes
· 8 years ago
e0918ec
bpo-22257: Fix CLI by using int instead of char (compares to EOF). (#1765)
by Eric Snow
· 8 years ago
84c6607
Update importlib.h (GH-1762)
by Zachary Ware
· 8 years ago
56bc3b7
bpo-29335 - apply suggested test_subprocess simplifications from haypo and Zach: (#1757)
by Gregory P. Smith
· 8 years ago
5ba1850
Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759)
by Jani Šumak
· 8 years ago
21b3e04
call remove_done_callback in finally section (#1688)
by jimmylai
· 8 years ago
002665a
bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732)
by Roy Williams
· 8 years ago
d618c8c
bpo-21056: Document return type of next method of csv reader (#146)
by Amit Kumar
· 8 years ago
6b4be19
bpo-22257: Small changes for PEP 432. (#1728)
by Eric Snow
· 8 years ago
f9169ce
bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)
by Thomas Kluyver
· 8 years ago
e377416
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
by Eric Snow
· 8 years ago
93fc20b
bpo-30376: Update outdated WindowObject references (#1630)
by Berker Peksag
· 8 years ago
f82c951
bpo-30395 _PyGILState_Reinit deadlock fix (#1734)
by Jason Fried
· 8 years ago
1b9530c
bpo-23894: make lib2to3 recognize f-strings (#1733)
by Łukasz Langa
· 8 years ago
ddbfa2c
Add --with-assertions configure flag to enable C assertions(#1731)
by T. Wouters
· 8 years ago
0c4aca5
Make rb'' strings work in lib2to3 (#1724)
by Łukasz Langa
· 8 years ago
7bac69d
Remove .bzrignore (GH-1661)
by Stéphane Wirtel
· 8 years ago
43c8a9e
bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725)
by Naomi Ceder
· 8 years ago
128641d
Fix spelling mistakes in tkinter.py (#1716)
by Vijay Kumar
· 8 years ago
89a5e03
bpo-30003: Fix handling escape characters in HZ codec (#1556)
by Xiang Zhang
· 8 years ago
15033d1
Corrected grammar mistake in documentation (#1713)
by Ben Lloyd
· 8 years ago
50e8603
bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666).
by xdegaye
· 8 years ago
054e091
bpo-30290: IDLE: Add more tests for help_about dialog (#1697)
by mlouielu
· 8 years ago
8175547
bpo-30415: Add new tests for the fnmatch module. (#1684)
by Serhiy Storchaka
· 8 years ago
62c7d90
#30014: refactor poll-related classes (#1035)
by Giampaolo Rodola
· 8 years ago
753bca3
bpo-27945: Fixed various segfaults with dict. (#1657)
by Serhiy Storchaka
· 8 years ago
763557e
bpo-17188: DOC: Document 'from None' in raise statement (#1671)
by csabella
· 8 years ago
d896985
bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)
by Serhiy Storchaka
· 8 years ago
3378b20
Fix typos in multiple `.rst` files (#1668)
by delirious-lettuce
· 8 years ago
a632d00
Remove duplicate line in Lib/http/client.py (#1665)
by remitamine
· 8 years ago
c7b3f0f
Remove trailing semicolon in datetime doc example (GH-1653)
by delirious-lettuce
· 8 years ago
fcdd9b6
bpo-27103: regrtest disables -W if -R is used (#1651)
by Victor Stinner
· 8 years ago
3972628
bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)
by Jon Dufresne
· 8 years ago
906f533
bpo-29976: urllib.parse clarify '' in scheme values. (GH-984)
by Senthil Kumaran
· 8 years ago
295304d
IDLE test_textview: add comments and test, increase coverage to 100% (#1641)
by terryjreedy
· 8 years ago
ba365da
bpo-30303: IDLE: Add _utest argument to textview (#1499)
by Louie Lu
· 8 years ago
ab4413a
bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)
by Nathaniel J. Smith
· 8 years ago
4486a09
Fixes encodings in vcxproj files and adds script to automatically do it. (#1631)
by Steve Dower
· 8 years ago
78e25ab
Adds lib.pyproj file to solution (#1633)
by Steve Dower
· 8 years ago
378d706
bpo-30149: Fix partialmethod without explicit self parameter (#1308)
by Dong-hee Na
· 8 years ago
f8d05b3
bpo-30387: Fix warning in test_threading (#1634)
by Victor Stinner
· 8 years ago
6f75bc0
bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)
by Xiang Zhang
· 8 years ago
0774e79
bpo-30211: bdb: add docstrings (#1350)
by csabella
· 8 years ago
4ae0149
bpo-30038: fix race condition in signal delivery + wakeup fd (#1082)
by Nathaniel J. Smith
· 8 years ago
fca224f
bpo-30380: Pin the version of Sphinx used to build the documentation (GH-1612)
by Mariatta
· 8 years ago
Next »