Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
51b846c47a9b1db927939ccfb037a5a0ff6ff99c
51b846c
_tracemalloc: add domain to trace keys
by Victor Stinner
· 9 years ago
5decb84
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
063d48d
Issue #26525: Change ord example from nu to more easily recognized Euro sign.
by Terry Jan Reedy
· 9 years ago
370764a
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
4902c46
Issue #15660: Further clarify 0 prefix for width specifier in formats.
by Terry Jan Reedy
· 9 years ago
a051bf3
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
e431d3c
Issue #26581: Use the first coding cookie on a line, not the last one.
by Serhiy Storchaka
· 9 years ago
fc6990d
Issues #25643, #26581: Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
97eee1c
Added new tests for detecting Python source code encoding.
by Serhiy Storchaka
· 9 years ago
bd5b1a6
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
e2021f2
Issue #12813: uuid.uuid4() no longer depends on ctypes
by Berker Peksag
· 9 years ago
c0e7a9c
Issue #19164: Improve exception message of uuid.UUID()
by Berker Peksag
· 9 years ago
d02eb8a
Issue #19164: Improve exception message of uuid.UUID()
by Berker Peksag
· 9 years ago
5d7286c
Issue #26593: Fix typo in logging HOWTO
by Berker Peksag
· 9 years ago
563c949
Issue #26593: Fix typo in logging HOWTO
by Berker Peksag
· 9 years ago
02cce69
Issue #19265: Improve test coverage of datetime.tzinfo
by Berker Peksag
· 9 years ago
e3385b4
Issue #19265: Improve test coverage of datetime.tzinfo
by Berker Peksag
· 9 years ago
3c3d7f4
Issue #18787: spwd.getspnam() now raises a PermissionError if the user
by Berker Peksag
· 9 years ago
af4a1f2
fix indentation in Py_DECREF()
by Victor Stinner
· 9 years ago
ee803a8
Issue #26567: enhance ResourceWarning example
by Victor Stinner
· 9 years ago
74879e4
Try again to fix test_warnings on Windows
by Victor Stinner
· 9 years ago
cf934a1
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
by Berker Peksag
· 9 years ago
1cd4ff6
Issue #26560: Avoid potential ValueError in BaseHandler.start_response
by Berker Peksag
· 9 years ago
bfab932
Try to fix test_warnings on Windows
by Victor Stinner
· 9 years ago
f664dc5
ResourceWarning: Revert change on socket and scandir
by Victor Stinner
· 9 years ago
eedf13f
Fix test_logging
by Victor Stinner
· 9 years ago
914cde8
On ResourceWarning, log traceback where the object was allocated
by Victor Stinner
· 9 years ago
1231a46
Add _showwarnmsg() and _formatwarnmsg() to warnings
by Victor Stinner
· 9 years ago
81ae89b
Merge for issue #26095
by Brett Cannon
· 9 years ago
adcb654
Suggest people use feature detection in porting guide
by Brett Cannon
· 9 years ago
5936313
Issue #26252: Add an example on how to register a finder
by Brett Cannon
· 9 years ago
6840632
#26250: merge with 3.5.
by Ezio Melotti
· 9 years ago
62564db
#26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala.
by Ezio Melotti
· 9 years ago
32cba67
Merge for issue #26271
by Brett Cannon
· 9 years ago
e4044bf
Issue #26271: Fix the Freeze tool to use variables passed in from the
by Brett Cannon
· 9 years ago
9b46a57
Doc: fix typos, patch written by Stefan Behnel
by Victor Stinner
· 9 years ago
ee6471e
Fixed a typo.
by Serhiy Storchaka
· 9 years ago
7740062
Fixed a typo.
by Serhiy Storchaka
· 9 years ago
b3fe1c4
Issue #26580: Remove outdated reference to ftpmirror
by Berker Peksag
· 9 years ago
42f8548
Issue #26580: Remove outdated reference to ftpmirror
by Berker Peksag
· 9 years ago
c2fc568
Enhance documentation on malloc debug hooks
by Victor Stinner
· 9 years ago
3ca3342
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji.
by Steve Dower
· 9 years ago
8dd7aeb
Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji.
by Steve Dower
· 9 years ago
c918800
Issue #26583: merge from 3.5
by Ned Deily
· 9 years ago
1c80b15
Issue #26583: Skip test_timestamp_overflow in test_import if bytecode
by Ned Deily
· 9 years ago
a209981
Merge 3.5 into default
by Donald Stufft
· 9 years ago
c488bc6
Merge 3.4 into 3.5
by Donald Stufft
· 9 years ago
2bc69c4
Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3
by Donald Stufft
· 9 years ago
ec748c47
Merge 3.5
by Victor Stinner
· 9 years ago
499d365
Issue #17603: Merge configure.ac fix from 3.5
by Martin Panter
· 9 years ago
d887d1f
Issue #17603: Check for st_blocks field without requiring fileblocks.o
by Martin Panter
· 9 years ago
5c13aa1
Fix pyclbr to support importing packages
by Victor Stinner
· 9 years ago
b3bf448
Null merge 3.5
by Victor Stinner
· 9 years ago
f163625
Null merge 3.5
by Victor Stinner
· 9 years ago
13be7db
Fix usage of PyMem_Malloc() in overlapped.c
by Victor Stinner
· 9 years ago
6150f31
Fix usage of PyMem_Malloc() in overlapped.c
by Victor Stinner
· 9 years ago
ce911c3
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
by Martin Panter
· 9 years ago
a2e5e04
Py_FatalError: disable faulthandler earlier
by Victor Stinner
· 9 years ago
2025d78
Py_FatalError: disable faulthandler earlier
by Victor Stinner
· 9 years ago
861d9ab
faulthandler now works in non-Python threads
by Victor Stinner
· 9 years ago
c36674a
Fix usage of PyMem_Malloc() in os.stat()
by Victor Stinner
· 9 years ago
ad52437
Fail if PyMem_Malloc() is called without holding the GIL
by Victor Stinner
· 9 years ago
013024e
Fix compilation error of traceback.c on Windows
by Victor Stinner
· 9 years ago
32f2eb4
Issue #21042: Revert Linux find_library() to return just filename
by Martin Panter
· 9 years ago
ec195fb
Issue #26499: Merge HTTPResponse fix from 3.5
by Martin Panter
· 9 years ago
82f04e2
regrtest: Fix module.__path__
by Victor Stinner
· 9 years ago
6453e9e
Issue #26564: Fix test_capi
by Victor Stinner
· 9 years ago
ffcf1a5
Oops, revert unwanted change used to create an example
by Victor Stinner
· 9 years ago
0611c26
On memory error, dump the memory block traceback
by Victor Stinner
· 9 years ago
af584a0
Merge 3.5 (_tracemalloc)
by Victor Stinner
· 9 years ago
9528334
_tracemalloc: store lineno as unsigned int
by Victor Stinner
· 9 years ago
89e7cdc
Enhance and rewrite traceback dump C functions
by Victor Stinner
· 9 years ago
b380010
Merge 3.5 (test_faulthandler)
by Victor Stinner
· 9 years ago
57003f8
faulthandler: Test Py_FatalError() with GIL released
by Victor Stinner
· 9 years ago
7105e9f
_tracemalloc: filename cannot be NULL
by Victor Stinner
· 9 years ago
32eb840
Issue #26566: Rewrite test_signal.InterProcessSignalTests
by Victor Stinner
· 9 years ago
58f2bd8
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
by Antoine Pitrou
· 9 years ago
62b6a0d
Issue #26523: The multiprocessing thread pool (multiprocessing.dummy.Pool) was untested.
by Antoine Pitrou
· 9 years ago
bfef0be
#25320: Handle sockets in directories unittest discovery is scanning.
by Robert Collins
· 9 years ago
ecd5383
#25320: Handle sockets in directories unittest discovery is scanning.
by Robert Collins
· 9 years ago
c4aec36
Check the GIL in PyObject_Malloc()
by Victor Stinner
· 9 years ago
8a1be61
Add more checks on the GIL
by Victor Stinner
· 9 years ago
08572f6
Issue #26516: Fix test_capi on AIX
by Victor Stinner
· 9 years ago
0ab7d09
Merge 3.5 (test_venv)
by Victor Stinner
· 9 years ago
87d6e13
Fix test_venv on FreeBSD buildbot
by Victor Stinner
· 9 years ago
21b4711
_pickle: Fix load_counted_tuple(), use Py_ssize_t for size
by Victor Stinner
· 9 years ago
c44f707
posix_getcwd(): limit to INT_MAX on Windows
by Victor Stinner
· 9 years ago
3719779
Merge 3.5 (test_site)
by Victor Stinner
· 9 years ago
21d0e1b
Skip test_site if USER_SITE cannot be created
by Victor Stinner
· 9 years ago
b3adb1a
Issue #26516: Fix test_capi on 32-bit system
by Victor Stinner
· 9 years ago
a1bc28a
Issue #26516: Fix test_capi on Windows
by Victor Stinner
· 9 years ago
d222653
Issue #26558: Remove useless check in tracemalloc
by Victor Stinner
· 9 years ago
4ddee7f
Fix Py_FatalError() if called without the GIL
by Victor Stinner
· 9 years ago
791da1c
Fix Py_FatalError() if called without the GIL
by Victor Stinner
· 9 years ago
34be807
Add PYTHONMALLOC env var
by Victor Stinner
· 9 years ago
c877658
Issue #20556: Used specific assert methods in threading tests.
by Serhiy Storchaka
· 9 years ago
8c0f0c5
Issue #20556: Used specific assert methods in threading tests.
by Serhiy Storchaka
· 9 years ago
04bc5b9
Issue #747320: Use email.utils.formatdate() to avoid code duplication
by Berker Peksag
· 9 years ago
0647ef0
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
by Berker Peksag
· 9 years ago
20be53e
Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR
by Berker Peksag
· 9 years ago
Next »