Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2de8a6980ac544ed9c10d609d7fc4d93eca2595f
/
Misc
759920c
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
by Antoine Pitrou
· 10 years ago
9086f92
Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j).
by Antoine Pitrou
· 10 years ago
439da84
Merge with 3.4
by Terry Jan Reedy
· 10 years ago
64138c4
Issue 22603: add Francisco Fernández Castaño to ACKS.
by Terry Jan Reedy
· 10 years ago
1eb32c2
Issue #20152: Port the array module to Argument Clinic.
by Brett Cannon
· 10 years ago
221439d
#11694: merge with 3.4
by Petri Lehtinen
· 10 years ago
3894b2a
Issue #11694: Raise ConversionError in xdrlib as documented
by Petri Lehtinen
· 10 years ago
5e8b04e
Issue #21052: Don't raise ImportWarning for sys.meta_path or
by Brett Cannon
· 10 years ago
8ee1513
Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
by Berker Peksag
· 10 years ago
b77983d
Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.
by Berker Peksag
· 10 years ago
e2ccf56
Issue #19380: Optimized parsing of regular expressions.
by Serhiy Storchaka
· 10 years ago
7438e4b
Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub()
by Serhiy Storchaka
· 10 years ago
4487dd0
#18615: Make sndhdr return namedtuples.
by R David Murray
· 10 years ago
94262eb
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
by Antoine Pitrou
· 10 years ago
0ddbf47
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
by Antoine Pitrou
· 10 years ago
2ce95d7
Merge from 3.4.2 release head back into 3.4 mainline.
by Larry Hastings
· 10 years ago
adeb140
Post-release changes after 3.4.2 final.
by Larry Hastings
· 10 years ago
dbb1261
Release bump for 3.4.2 final.
by Larry Hastings
· 10 years ago
b1fdf47
Issue #21965: Add support for in-memory SSL to the ssl module.
by Antoine Pitrou
· 10 years ago
414e15a
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive.
by Antoine Pitrou
· 10 years ago
1bf974d
Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive.
by Antoine Pitrou
· 10 years ago
861470c
#16518: Bring error messages in harmony with docs ("bytes-like object")
by R David Murray
· 10 years ago
9bf2c00
Add Dan O'Reilly to Misc/ACKS
by Antoine Pitrou
· 10 years ago
f5387c0
Merge: #11866: Eliminate race condition in the computation of names for new threads.
by R David Murray
· 10 years ago
b186f1df
#11866: Eliminate race condition in the computation of names for new threads.
by R David Murray
· 10 years ago
5f6a755
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating.
by Antoine Pitrou
· 10 years ago
1905175
Add NEWS entry I forgot to commit.
by Antoine Pitrou
· 10 years ago
e161849
Issue #21905: Avoid RuntimeError in pickle.whichmodule() when sys.modules is mutated while iterating.
by Antoine Pitrou
· 10 years ago
d32abc1
Fixed issue number for issue #22470 in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
fb8eaae
Fixed issue number for issue #22470 in Misc/NEWS.
by Serhiy Storchaka
· 10 years ago
3deeeb0
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
by Serhiy Storchaka
· 10 years ago
8d1e18e
Issue #22518: Fixed integer overflow issues in "backslashreplace",
by Serhiy Storchaka
· 10 years ago
2e37409
Issue #22518: Fixed integer overflow issues in "backslashreplace",
by Serhiy Storchaka
· 10 years ago
90c24c4
Issue #22219: The zipfile module CLI now adds entries for directories
by Serhiy Storchaka
· 10 years ago
518e71b
Issue #22219: The zipfile module CLI now adds entries for directories
by Serhiy Storchaka
· 10 years ago
8b9cfa1
merge 3.4 (#22449)
by Benjamin Peterson
· 10 years ago
5915b0f
also use openssl envvars to find certs on windows (closes #22449)
by Benjamin Peterson
· 10 years ago
df75fee
#22508: Drop email __version__ string. It no longer means anything.
by R David Murray
· 10 years ago
72b8a80
Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the common case that the second argument has metaclass "type".
by Georg Brandl
· 10 years ago
9816619
- Issue #17219: Add library build dir for Python extension cross-builds.
by doko@ubuntu.com
· 10 years ago
cef3bdc
- Issue #17219: Add library build dir for Python extension cross-builds.
by doko@ubuntu.com
· 10 years ago
6b6bcc3
- Issue #18096: Fix library order returned by python-config.
by doko@ubuntu.com
· 10 years ago
d486c43
- Issue #18096: Fix library order returned by python-config.
by doko@ubuntu.com
· 10 years ago
c383ad8
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
by Serhiy Storchaka
· 10 years ago
1de0ba2
Issue #20076: Added non derived UTF-8 aliases to locale aliases table.
by Serhiy Storchaka
· 10 years ago
99cb41d
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
by Serhiy Storchaka
· 10 years ago
ea4f057
Issue #20079: Added locales supported in glibc 2.18 to locale alias table.
by Serhiy Storchaka
· 10 years ago
ea68398
Closes #20218: Added convenience methods read_text/write_text and read_bytes/
by Georg Brandl
· 10 years ago
0676a40
Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument.
by Antoine Pitrou
· 10 years ago
cb1115a
remove merge goop from f86fde20e9ce
by Benjamin Peterson
· 10 years ago
ec39e26
(Merge 3.4) Issue #22396: On 32-bit AIX platform, don't expose
by Victor Stinner
· 10 years ago
d6b1769
Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor
by Victor Stinner
· 10 years ago
fd97a6f
merge 3.4 (#22520)
by Benjamin Peterson
· 10 years ago
43030ee
merge 3.3 (#22520)
by Benjamin Peterson
· 10 years ago
736b801
prevent overflow in unicode_repr (closes #22520)
by Benjamin Peterson
· 10 years ago
58ee2d3
merge 3.4 (#22517)
by Benjamin Peterson
· 10 years ago
c44eb73
merge 3.3 (#22517)
by Benjamin Peterson
· 10 years ago
bbd0a32
clear BufferedRWPair weakrefs on deallocation (closes #22517)
by Benjamin Peterson
· 10 years ago
36a24f3
merge 3.4 (#22519)
by Benjamin Peterson
· 10 years ago
18f836f
merge 3.3 (closes #22519)
by Benjamin Peterson
· 10 years ago
42ff105
fix overflow checking in PyBytes_Repr (closes #22519)
by Benjamin Peterson
· 10 years ago
10e4b25
merge 3.4 (closes #22518)
by Benjamin Peterson
· 10 years ago
2b76ce6
merge 3.3 (closes #22518)
by Benjamin Peterson
· 10 years ago
3bbb2e4
NEWS issue for #22518
by Benjamin Peterson
· 10 years ago
9baa5b2
Issue #22437: Number of capturing groups in regular expression is no longer
by Serhiy Storchaka
· 10 years ago
c31e622
#17442: Add chained traceback support to InteractiveInterpreter.
by R David Murray
· 10 years ago
6c7a418
Closes issue #20858: Enhancements/fixes to pure-python datetime module
by Alexander Belopolsky
· 10 years ago
a2f9388
merge 3.4 (#22379)
by Benjamin Peterson
· 10 years ago
c31f12d
check that exception messages are not empty (#22379)
by Benjamin Peterson
· 10 years ago
3a54c3e
Merge: #10510: make distuitls upload/register use HTML standards compliant CRLF.
by R David Murray
· 10 years ago
9ce6967
#10510: make distuitls upload/register use HTML standards compliant CRLF.
by R David Murray
· 10 years ago
a72bc8c
Issue #16537: Check whether self.extensions is empty in setup.py.
by Berker Peksag
· 10 years ago
21c8d5c
Issue #16537: Check whether self.extensions is empty in setup.py.
by Berker Peksag
· 10 years ago
402e1e3
Issue #9850: Fixed macpath.join() for empty first component. Patch by
by Serhiy Storchaka
· 10 years ago
ca534ab
Issue #9850: Fixed macpath.join() for empty first component. Patch by
by Serhiy Storchaka
· 10 years ago
fe21e4d
Issue #16324: _charset parameter of MIMEText now also accepts email.charset.Charset instances.
by Berker Peksag
· 10 years ago
081bbf6
inspect: Fix getsource() to support decorated functions.
by Yury Selivanov
· 10 years ago
2c0a916
Issue #5309: distutils' build and build_ext commands now accept a ``-j``
by Antoine Pitrou
· 10 years ago
97e2e06
os: Include posix functions in os.__all__. Closes issue #18554.
by Yury Selivanov
· 10 years ago
4f6355f
Issue #17462: Add a paragraph about advantages of argparse over optparse.
by Berker Peksag
· 10 years ago
6c1f0ad
Issue #17462: Add a paragraph about advantages of argparse over optparse.
by Berker Peksag
· 10 years ago
1cfd36f
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.
by Yury Selivanov
· 10 years ago
592ada9
asyncio: Improve canceled timer handles cleanup. Closes issue #22448.
by Yury Selivanov
· 10 years ago
e9a086b
Issue #22427: TemporaryDirectory no longer attempts to clean up twice when
by Serhiy Storchaka
· 10 years ago
5e193ac
Issue #22427: TemporaryDirectory no longer attempts to clean up twice when
by Serhiy Storchaka
· 10 years ago
43705d7
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
by Berker Peksag
· 10 years ago
b87630c
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
by Berker Peksag
· 10 years ago
c563caf
Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in
by Serhiy Storchaka
· 10 years ago
385ffbf
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
by Serhiy Storchaka
· 10 years ago
46a3492
Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS
by Serhiy Storchaka
· 10 years ago
07314bc
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
by Serhiy Storchaka
· 10 years ago
cfbb394
Issue #21866: ZipFile.close() no longer writes ZIP64 central directory
by Serhiy Storchaka
· 10 years ago
21df71a
merge 3.4 (#22459)
by Benjamin Peterson
· 10 years ago
eb83ffe
fix error in split() examples (closes #22459)
by Benjamin Peterson
· 10 years ago
487bd17
Fix formatting typo in Misc/NEWS.
by Ned Deily
· 10 years ago
14aa057
Fix formatting typo in Misc/NEWS.
by Ned Deily
· 10 years ago
2887f76
Merge.
by Larry Hastings
· 10 years ago
f26c2e7
Post-release engineering work for 3.4.2rc1.
by Larry Hastings
· 10 years ago
a66e388
Issue #22278: Fix urljoin problem with relative urls, a regression observed
by Senthil Kumaran
· 10 years ago
782781e
Fixed issue #22415 number in Misc/NEWS for changeset fe287268e97b.
by Serhiy Storchaka
· 10 years ago
Next »