Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ec39e26881e2d8811ffbe868d4f0c640ecb4f68d
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
8486f9b
Fix "warning: comparison between signed and unsigned integer expressions"
by Gregory P. Smith
· 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
e87b7ea
fix windows tests (#16662)
by Benjamin Peterson
· 10 years ago
cdfb769
merge 3.4
by Benjamin Peterson
· 10 years ago
c2cfa8d
merge 3.3
by Benjamin Peterson
· 10 years ago
d48bc94
these variables ought to be Py_ssize_t
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
a1c1be4
cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #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
4d75a01
Issue #22510: Get rid of little overhead of testing re.DEBUG flag.
by Serhiy Storchaka
· 10 years ago
d034ece
Merge: #20135: FAQ entry for list mutation. (See also 90b07d422bd9.)
by R David Murray
· 10 years ago
12dc0d9
#20135: FAQ entry for list mutation. (See also 6375bf34fff6.)
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
c081262
#10510: Fix bug in forward port of 2.7 distutils patch.
by R David Murray
· 10 years ago
623ae29
#10510: Fix bug in forward port of 2.7 distutils patch.
by R David Murray
· 10 years ago
be4de52
Removed a code for suport Python version <2.2.
by Serhiy Storchaka
· 10 years ago
20b39b2
Removed redundant casts to `char *`.
by Serhiy Storchaka
· 10 years ago
131caba
Revert #22251
by Berker Peksag
· 10 years ago
9c1dba2
Revert #22251
by Berker Peksag
· 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
f7fee33
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 10 years ago
3749404
Issue #22251: Fix ReST markup to avoid errors building docs.
by Berker Peksag
· 10 years ago
89c6ee2
Merge with 3.4.
by Berker Peksag
· 10 years ago
8a698ed
Merge heads.
by Berker Peksag
· 10 years ago
c5deed3
Merge heads.
by Berker Peksag
· 10 years ago
a72bc8c
Issue #16537: Check whether self.extensions is empty in setup.py.
by Berker Peksag
· 10 years ago
6f1e400
Merge: #18854: make it explicit that is_multipart does not mean 'multipart/xxx'.
by R David Murray
· 10 years ago
9cc5fd7
#18854: make it explicit that is_multipart does not mean 'multipart/xxx'.
by R David Murray
· 10 years ago
21c8d5c
Issue #16537: Check whether self.extensions is empty in setup.py.
by Berker Peksag
· 10 years ago
10177be
Merge: #20974: Update version table in email intro.
by R David Murray
· 10 years ago
1f3a88f
#20974: Update version table in email intro.
by R David Murray
· 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
7e23d82
null merge
by Yury Selivanov
· 10 years ago
0b86660
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
by Yury Selivanov
· 10 years ago
3e67d58
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
by Yury Selivanov
· 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
1f3d0fd
Null merge
by Serhiy Storchaka
· 10 years ago
d359013
asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module
by Yury Selivanov
· 10 years ago
d5a8f58
asyncio.test_tasks: Fix test_env_var_debug to use correct asyncio module
by Yury Selivanov
· 10 years ago
148405a
merge 3.4
by Yury Selivanov
· 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
bca9acf
Issue #18093: fix test_capi test skip due to _testembed move
by Nick Coghlan
· 10 years ago
5027a50
merge 3.4
by Benjamin Peterson
· 10 years ago
f45ea46
asyncio: Reverting 69d474dab479 as issue #21645 is now closed and debug is no longer needed
by Yury Selivanov
· 10 years ago
d1223a7
asyncio.test_events: Partially reverting f7643c893587 to stay in sync with tulip codebase
by Yury Selivanov
· 10 years ago
5d0a790
asyncio.unix_events: Move import statement to match code in tulip
by Yury Selivanov
· 10 years ago
8c0e0ab
asyncio.unix_events: Move import statement to match tulip code
by Yury Selivanov
· 10 years ago
64b2a94
merge 3.4 (#22484)
by Benjamin Peterson
· 10 years ago
efd713b
allow archives for rc releases to be built (closes #22484)
by Benjamin Peterson
· 10 years ago
3e4a80a
(Merge 3.4) test_faulthandler: fix typo
by Victor Stinner
· 10 years ago
29001c8
test_faulthandler: fix typo
by Victor Stinner
· 10 years ago
f724825
Merge: Apply asyncio Task English fixes to docstrings as well.
by R David Murray
· 10 years ago
8e069d5
Apply asyncio Task English fixes to docstrings as well.
by R David Murray
· 10 years ago
49e2bcb
Merge: Improve English phrasing in asyncio task docs.
by R David Murray
· 10 years ago
22dd833
Improve English phrasing in asyncio task docs.
by R David Murray
· 10 years ago
cf84098
Issue #16056: Rename test method in test_statistics to avoid conflict.
by Berker Peksag
· 10 years ago
f8c111d
Issue #16056: Rename test method in test_statistics to avoid conflict.
by Berker Peksag
· 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
daa910a
Update importlib.h frozen bytecode (changed due to commit c0ca9d32aed4).
by Georg Brandl
· 10 years ago
40f9735
#22464: Speed up common Fraction operations by special-casing several
by Georg Brandl
· 10 years ago
02d39c2
Null merge
by Serhiy Storchaka
· 10 years ago
2b98c8e
Merge heads
by Serhiy Storchaka
· 10 years ago
717b0d3
Merge heads
by Serhiy Storchaka
· 10 years ago
c563caf
Issue #22362: Forbidden ambiguous octal escapes out of range 0-0o377 in
by Serhiy Storchaka
· 10 years ago
d8644db
Fixed bytes literals in tests.
by Serhiy Storchaka
· 10 years ago
cd9032d
Fixed bytes literals in tests.
by Serhiy Storchaka
· 10 years ago
945b215
Issue #22471: Avoid Python Launcher.app install problems by removing
by Ned Deily
· 10 years ago
b1f4ec6
Issue #22471: Avoid Python Launcher.app install problems by removing
by Ned Deily
· 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
09a555e
Fixed test_large_file_exception. Ported tests for large count of files
by Serhiy Storchaka
· 10 years ago
026a399
Fixed test_large_file_exception. Ported tests for large count of files
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
Next »