Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
0f2f3bc9db70a1faae520913041fc9c9e033eb0b
0f2f3bc
issue9014: Include more formatting on :c:type:`PyObject` etc.
by Gregory P. Smith
· 10 years ago
1b24465
issue9014: Properly document PyObject_HEAD and friends post-PEP-3123.
by Gregory P. Smith
· 10 years ago
23a6a0d
remove trailing space :)
by Gregory P. Smith
· 10 years ago
f2a448a
issue22046: mention that zipfile can raise NotImplementedError on unsupported
by Gregory P. Smith
· 10 years ago
34c9be7
Issue #23811: Add missing newline to the PyCompileError error message.
by Berker Peksag
· 10 years ago
b3c30d9
Reword NEWS item a bit
by Andrew Kuchling
· 10 years ago
8b963c5
#17898: reset k and v so that the loop doesn't use an old value
by Andrew Kuchling
· 10 years ago
770b08e
#23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset)
by Andrew Kuchling
· 10 years ago
5f6684e
Issue #23310: Fix MagicMock's initializer to work with __methods__.
by Łukasz Langa
· 10 years ago
4882cac
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
52a3b74
remove useless word (closes #23929)
by Benjamin Peterson
· 10 years ago
bbbbe7e
Make Argument Clinic's '--make' option work on Windows.
by Zachary Ware
· 10 years ago
ae9f0fe
Issue #23730: Document the return value of ZipFile.extract
by Zachary Ware
· 10 years ago
100aa18
- Makefile.pre.in (LIBPL): Use the definition from configure.ac
by doko@ubuntu.com
· 10 years ago
1345d20
- Use PLATDIR for the platform directory everywhere (refactoring only)
by doko@ubuntu.com
· 10 years ago
7f82522
- merge heads
by doko@ubuntu.com
· 10 years ago
97aa953
Fix duplicate doc entry for SSLContext.get_ca_certs()
by Antoine Pitrou
· 10 years ago
3536350
- the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third
by doko@ubuntu.com
· 10 years ago
85e3ee7
Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file.
by Antoine Pitrou
· 10 years ago
20d31b5
Merge
by Antoine Pitrou
· 10 years ago
25f85d4
Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted
by Antoine Pitrou
· 10 years ago
30cc6fa
Force the Windows readme to CRLF
by Zachary Ware
· 10 years ago
4c9c848
Issue #17202: Add .bat to .hgeol to force them to CRLF.
by Zachary Ware
· 10 years ago
f3b990e
Issue #23932: Update the tutorial section on function annotations.
by Zachary Ware
· 10 years ago
bb5dbf8
Attribute Michael Dorman for his initial patch on issue #18402.
by Zachary Ware
· 10 years ago
52797d8
Merge heads
by Zachary Ware
· 10 years ago
a3655ea
Issue #18402: Also look for 64 bit Perl in build_ssl.py.
by Zachary Ware
· 10 years ago
12efbf5
Don't gitignore the Python directory on case insensitive file systems.
by R David Murray
· 10 years ago
354c740
#17380: Document tp_init return value in extending docs.
by R David Murray
· 10 years ago
9575e18
Issue #12955: Change the urlopen() examples to use context managers where appropriate.
by Berker Peksag
· 10 years ago
8ad751e
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
by Antoine Pitrou
· 10 years ago
e173c07
Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com.
by Guido van Rossum
· 10 years ago
770319d
Issue #23912: Fix code formatting in datamodel.rst.
by Berker Peksag
· 10 years ago
1c69c3e
use imperative
by Benjamin Peterson
· 10 years ago
0fa23e4
Merge heads
by Serhiy Storchaka
· 10 years ago
eb7a97c
Issue #23025: Add a mention of os.urandom to RAND_bytes and RAND_pseudo_bytes docs.
by Berker Peksag
· 10 years ago
6a77286
Merge heads
by Serhiy Storchaka
· 10 years ago
ecb75e2
Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS.
by Berker Peksag
· 10 years ago
3d2279f
Issue #21859: Corrected FileIO docstrings.
by Serhiy Storchaka
· 10 years ago
7e7a3db
Issue #23865: close() methods in multiple modules now are idempotent and more
by Serhiy Storchaka
· 10 years ago
057b530
Put the NASM pulled from svn.python.org at the front of the PATH.
by Zachary Ware
· 10 years ago
b817b77
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
by Serhiy Storchaka
· 10 years ago
89c057a
Backed out changeset bc41a4d6c58f after buildbots have new OpenSSL source.
by Zachary Ware
· 10 years ago
5065792
Refresh OpenSSL sources on the buildbots
by Zachary Ware
· 10 years ago
9f3109c
Issue #23686: Update Windows build to use OpenSSL 1.0.2a.
by Zachary Ware
· 10 years ago
fe5ac52
Fix typo in telnet docs (reported by Keith Briggs)
by Tim Golden
· 10 years ago
6f362fa
actually ssl3 is just completely broken
by Benjamin Peterson
· 10 years ago
7ecfc82
Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available.
by Berker Peksag
· 10 years ago
52c0c33
Skip nntplib tests when transient errors captured.
by Berker Peksag
· 10 years ago
c9d11c3
Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect()
by Victor Stinner
· 10 years ago
033c58a
remove smtpd dead code (closes #23873)
by Benjamin Peterson
· 10 years ago
b32fb8d
Update pip to 6.1.1
by Donald Stufft
· 10 years ago
4bea461
Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
by Victor Stinner
· 10 years ago
ab73e65
Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if
by Victor Stinner
· 10 years ago
fe508d1
Upgrade pip to 6.1.0 and setuptools to 15.0
by Donald Stufft
· 10 years ago
6fbeae4
Issue #22977: Remove unconditional import of ctypes.
by Serhiy Storchaka
· 10 years ago
43b8427
remove extra arguments in arg parsing format codes (closes #23875)
by Benjamin Peterson
· 10 years ago
42c235e
Added missing right bracket (reported by Daryl Klakouski)
by Tim Golden
· 10 years ago
0c80331
fix extended command syntax (closes #23872)
by Benjamin Peterson
· 10 years ago
9a6e201
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
by Serhiy Storchaka
· 10 years ago
c9ba38c
Open files in binary mode to avoid newlines transformation.
by Serhiy Storchaka
· 10 years ago
2e229e0
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
by Serhiy Storchaka
· 10 years ago
9fa84b2
Issue #23825: Fixed test_idle under -OO.
by Serhiy Storchaka
· 10 years ago
9f8a891
Escaped backslashes in docstrings.
by Serhiy Storchaka
· 10 years ago
72dcb0a
Issue #23219: Update asyncio.wait_for() documentation
by Victor Stinner
· 10 years ago
8077434
Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped.
by Serhiy Storchaka
· 10 years ago
8c9bba0
Issue #22351: Fix test_nntplib if the ssl module is missing
by Victor Stinner
· 10 years ago
13e41c5
Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString().
by Serhiy Storchaka
· 10 years ago
aa9563c
Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source().
by Serhiy Storchaka
· 10 years ago
2379d54
Issue #16840: Fixed test_tcl for Tcl < 8.5.
by Serhiy Storchaka
· 10 years ago
a5a4bd7
Issue #21526: Skip test_booleans on Tcl < 8.5.
by Serhiy Storchaka
· 10 years ago
ea134da
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
by Serhiy Storchaka
· 10 years ago
8e44aa5
Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the
by Victor Stinner
· 10 years ago
e7c7492
Issue #23851: close() must not be retried when it fails with EINTR
by Victor Stinner
· 10 years ago
d223fa6
Issue #22977: Fix test_exceptions
by Victor Stinner
· 10 years ago
9171fe5
Issue #21526: Fixed the test_booleans test for wantobjects = 0.
by Serhiy Storchaka
· 10 years ago
f7de3dd
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
by Serhiy Storchaka
· 10 years ago
f41f8f9
Issue #22977: Fixed formatting Windows error messages on Wine.
by Serhiy Storchaka
· 10 years ago
a7eaf56
replace 512 bit dh key with a 2014 bit one (closes #23844)
by Benjamin Peterson
· 10 years ago
4fd929b
remove assignment in conditional
by Benjamin Peterson
· 10 years ago
a16de5d
Issue #23821: Fixed test_pdb failure under -O.
by Serhiy Storchaka
· 10 years ago
c512adc
Issue #23838: linecache now clears the cache and returns an empty result on
by Serhiy Storchaka
· 10 years ago
263dcd2
Issue #23799: Added test.support.start_threads() for running and cleaning up
by Serhiy Storchaka
· 10 years ago
8218bd4
document what exactly str.splitlines() splits on (closes #12855)
by Benjamin Peterson
· 10 years ago
b9100e5
Issue #18473: Fixed pickle compatibility tests for optional modules.
by Serhiy Storchaka
· 10 years ago
bfe1824
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
by Serhiy Storchaka
· 10 years ago
c43a666
Issue #23729: Improve docs for ElementTree namespace parsing
by Raymond Hettinger
· 10 years ago
e7f5e14
#23792: also catch interrupt around pipe.write.
by R David Murray
· 10 years ago
9aa1331
Issue #22585: os.urandom() now releases the GIL when the getentropy() is used
by Victor Stinner
· 10 years ago
04d09eb
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
by Serhiy Storchaka
· 10 years ago
4aa8679
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
by Serhiy Storchaka
· 10 years ago
7d0325d
#23745: handle duplicate MIME parameter names in new parser.
by R David Murray
· 10 years ago
a3a100b
Issue #22390: test.regrtest now emits a warning if temporary files or
by Serhiy Storchaka
· 10 years ago
d90f8d1
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
by Donald Stufft
· 10 years ago
1058cda
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
by R David Murray
· 10 years ago
48070c1
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
by Serhiy Storchaka
· 10 years ago
9db5500
Make some tests more frienly to MemoryError.
by Serhiy Storchaka
· 10 years ago
d7aa524
Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og
by Victor Stinner
· 10 years ago
79fd962
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
by Victor Stinner
· 10 years ago
0b4e355
Check that failed writerow() doesn't produce change a file.
by Serhiy Storchaka
· 10 years ago
Next »