Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
64505a1f6c0af4574e17e823b27ffe24eca44df5
64505a1
bpo-30486: Allow setting cell value (#1840)
by Lisa Roach
· 8 years ago
6cca5c8
bpo-30592: Fixed error messages for some builtins. (#1996)
by Serhiy Storchaka
· 8 years ago
865de27
bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)
by Victor Stinner
· 8 years ago
ab1cb80
bpo-30547: Fix multiple reference leaks (#1995)
by Stéphane Wirtel
· 8 years ago
65ece7c
bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
by Nathaniel J. Smith
· 8 years ago
0ecdc52
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
by Will Roberts
· 8 years ago
5edf827
bpo-30591: Added test for textwrap backtracking. (#1988)
by Jonathan Eunice
· 8 years ago
6f46683
trivial: update config.{guess,sub} from gnu.org. (GH-1987)
by Matthias Klose
· 8 years ago
9ba3aa4
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
by Erik Bray
· 8 years ago
897bba7
bpo-30584: Fix test_os fails on non-English Windows (#1980)
by Denis Osipov
· 8 years ago
add98eb
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)
by Antoine Pietri
· 8 years ago
ff48739
bpo-30463: Add an empty __slots__ to abc.ABC.
by Aaron Hall, MBA
· 8 years ago
ec19ba2
bpo-29596: Improve clinic howto documentation (GH-1710)
by gfyoung
· 8 years ago
53f2af1
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)
by wim glenn
· 8 years ago
6a1d84e
bpo-30557: Fix test_faulthandler (#1969)
by Victor Stinner
· 8 years ago
5eb788b
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
by Serhiy Storchaka
· 8 years ago
5cefb6c
bpo-25324: Move the description of tokenize tokens to token.rst. (#1911)
by Serhiy Storchaka
· 8 years ago
6260d9f
bpo-30520: Implemented pickling for loggers. (#1956)
by Vinay Sajip
· 8 years ago
b87c0df
Simplify X.509 extension handling code (#1855)
by Alex Gaynor
· 8 years ago
8b7a4cc
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
by Oz N Tiram
· 8 years ago
167e0fc
Install dependencies in Travis OSX build (GH-1952)
by Zachary Ware
· 8 years ago
c53b13b
bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928)
by Zachary Ware
· 8 years ago
e6a23c8
bpo-30557: faulthandler now correctly filters and displays exception codes on Windows (#1924)
by Steve Dower
· 8 years ago
1bced56
bpo-30530: Update Descriptor How To Documentation (GH-1845)
by Mariano Anaya
· 8 years ago
d3bedf3
Only run AppVeyor on long-lived branches (GH-1941)
by Zachary Ware
· 8 years ago
48fb766
bpo-30567: Fix refleak in sys.getwindowsversion (#1940)
by Segev Finer
· 8 years ago
9be4ff3
bpo-30538: Update count() in Functional Programming HOWTO (#1919)
by csabella
· 8 years ago
5de3a64
Simplify code in warnings modules (#1935)
by Alex Gaynor
· 8 years ago
9f396b6
fix comment (#1798)
by leodema
· 8 years ago
21c2dd7
Turn on macOS builds for Travis (GH-1846)
by Brett Cannon
· 8 years ago
3c2817b
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922)
by Antoine Pitrou
· 8 years ago
ae8750b
bpo-24899: Add comparison table for os.path -> pathlib (GH-1753)
by Jamiel Almeida
· 8 years ago
7a99625
Fix skipping test_UNC_path on AppVeyor due to a different error being raised (#1920)
by Segev Finer
· 8 years ago
523776c
bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912)
by Segev Finer
· 8 years ago
7a82f9c
bpo-30052: Always regenerate cross-references (#1339)
by Nick Coghlan
· 8 years ago
aead53b
bpo-30245: Fix possible overflow when organize struct.pack_into error message (#1682)
by Johan Liu
· 8 years ago
cdb89cd
bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)
by Matthias Bussonnier
· 8 years ago
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
Next »