Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bbf8ce5b87f355796ec9fea1cf0adba9de5e5ce1
bbf8ce5
Issue #18408: Fix select.select() to handle PyList_New() failure (MemoryError)
by Victor Stinner
· 11 years ago
c426636
Issue #18408: Fix _PyMem_DebugRealloc()
by Victor Stinner
· 11 years ago
9e6b4d7
Issue #18408: _PyUnicodeWriter_Finish() now clears its buffer attribute in all
by Victor Stinner
· 11 years ago
7979926
Issue #18408: Fix usage of _PyBytes_Resize()
by Victor Stinner
· 11 years ago
e0af3a8
Issue #18408: Fix PyCode_Optimize(): raise a MemoryError on memory allocation
by Victor Stinner
· 11 years ago
bf2e2f9
Issue #18408: Fix zlib.compressobj() to handle PyThread_allocate_lock() failure
by Victor Stinner
· 11 years ago
3f15cf0
Issue #18408: Fix ConvParam() of the ctypes module to handle paramfunc failure
by Victor Stinner
· 11 years ago
78094ac
Avoid spurious non-fatal install errors for OS X frameworks:
by Ned Deily
· 11 years ago
15a0bd3
Issue #18408: Fix _PyUnicodeWriter_Finish(): clear writer->buffer,
by Victor Stinner
· 11 years ago
064bbdc
fix indentation
by Victor Stinner
· 11 years ago
0ff0f54
Issue #18408: Fix call_function() of ceval.c to handle PyTuple_New() failure
by Victor Stinner
· 11 years ago
9812af8
Issue #18408: Fix PyType_Ready() and type.__bases__ setter to handle
by Victor Stinner
· 11 years ago
3a8b79d
Issue #18408: Fix marshal reader for Unicode strings: handle
by Victor Stinner
· 11 years ago
b27cd3e
Issue #18408: Fix list.pop() to handle list_resize() failure (MemoryError).
by Victor Stinner
· 11 years ago
c9b7f51
Issue #18408: Fix PyDict_New() to handle correctly new_keys_object() failure
by Victor Stinner
· 11 years ago
5d1866c
Issue #18408: PyObject_GC_NewVar() now raises SystemError exception if nitems
by Victor Stinner
· 11 years ago
c1eb26c
gcmodule.c: strip trailing spaces
by Victor Stinner
· 11 years ago
d95bb3f
#18403: merge with 3.3.
by Ezio Melotti
· 11 years ago
93dd693
#18403: fix an off-by-one typo noticed by Xue Fuqiao.
by Ezio Melotti
· 11 years ago
bf5af5d
Merge str.center tests from 3.3.
by Ezio Melotti
· 11 years ago
f84e01d
Add a couple of tests for str.center with non-ASCII chars.
by Ezio Melotti
· 11 years ago
49fc8ec
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
by Victor Stinner
· 11 years ago
6f8eeee
Issue #18203: Fix _Py_DecodeUTF8_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar()
by Victor Stinner
· 11 years ago
fa535f5
Issue #18227: pyexpat now uses a static XML_Memory_Handling_Suite. cElementTree uses the same approach since at least Python 2.6
by Christian Heimes
· 11 years ago
0e2d3cf
Issue #18203: Replace malloc() with PyMem_Malloc() in _PySequence_BytesToCharpArray()
by Victor Stinner
· 11 years ago
c6632e7
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
by Victor Stinner
· 11 years ago
80aa565
Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks
by Victor Stinner
· 11 years ago
b7f1f65
Issue #18227: "Free" function of bz2, lzma and zlib modules has no return value (void)
by Victor Stinner
· 11 years ago
11ebff2
Issue #18203: Replace malloc() with PyMem_Malloc() in _ssl for the password
by Victor Stinner
· 11 years ago
5064a52
Issue #18227: Use PyMem_RawAlloc() in bz2, lzma and zlib modules
by Victor Stinner
· 11 years ago
65bf9cf
Issue #18203: Fix decode_ascii_surrogateescape(), use PyMem_RawMalloc() as _Py_char2wchar()
by Victor Stinner
· 11 years ago
6ce0dbf
Fix a compiler warning in posix_sendfile() on FreeBSD:
by Victor Stinner
· 11 years ago
b640491
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
by Victor Stinner
· 11 years ago
1a7425f
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
by Victor Stinner
· 11 years ago
51fa458
Issue #18203: Fix Py_Finalize(): destroy the GIL after the last call to
by Victor Stinner
· 11 years ago
b385529
Fix #ifdef
by Raymond Hettinger
· 11 years ago
82df925
Use macros for marking and checking endpoints in the doubly-linked list of blocks.
by Raymond Hettinger
· 11 years ago
0cb2aaf
#18106: refactor tests to use subtests and proper assert methods. Patch by Vajrasky Kok.
by Ezio Melotti
· 11 years ago
9f96789
#17198: merge with 3.3.
by Ezio Melotti
· 11 years ago
b08495b
#17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova.
by Ezio Melotti
· 11 years ago
74a146d
Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form.
by Florent Xicluna
· 11 years ago
331c3fd
Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
by Florent Xicluna
· 11 years ago
4603487
#18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant.
by Ezio Melotti
· 11 years ago
071029f
(3.3->default) Issue #18377: Code cleanup in Python Launcher
by Ronald Oussoren
· 11 years ago
4e327c9
Issue #18377: Code cleanup in Python Launcher
by Ronald Oussoren
· 11 years ago
5f8e785
(3.3->default) Cleanup of documentation change from #17860
by Ronald Oussoren
· 11 years ago
385521c
Cleanup of documentation change from #17860
by Ronald Oussoren
· 11 years ago
ef9b47f
merge
by Raymond Hettinger
· 11 years ago
f3a67b7
Improve variable names in deque_count()
by Raymond Hettinger
· 11 years ago
725e668
Issue #3329: Fix _PyObject_ArenaVirtualFree()
by Victor Stinner
· 11 years ago
24e33ac
Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fix
by Victor Stinner
· 11 years ago
0507bf5
Issue #3329: Implement the PEP 445
by Victor Stinner
· 11 years ago
df715ba
Apply the PyObject_VAR_HEAD and Py_SIZE macros
by Raymond Hettinger
· 11 years ago
b1f7632
merge
by Brett Cannon
· 11 years ago
7e5d557
merge for issue #18351.
by Brett Cannon
· 11 years ago
5bfa867
Refactor deque_traverse().
by Raymond Hettinger
· 11 years ago
a53cca3
Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile().
by Brett Cannon
· 11 years ago
98054b4
Remove unnecessary branches from count() and reverse().
by Raymond Hettinger
· 11 years ago
0075110
Issue #18364: Stop using the ImportError._not_found hack.
by Brett Cannon
· 11 years ago
e0a39de
#18380: merge with 3.3.
by Ezio Melotti
· 11 years ago
2a99d5d
#18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova.
by Ezio Melotti
· 11 years ago
c2464bf
test_ftplib: silence a BytesWarning when checking TypeError
by Florent Xicluna
· 11 years ago
5f3fef3
test_ftplib: silence a BytesWarning when checking TypeError
by Florent Xicluna
· 11 years ago
361b28d
(3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
by Ronald Oussoren
· 11 years ago
fd1c69e2
Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters.
by Ronald Oussoren
· 11 years ago
8624ed5
Issue #18375: merge with 3.3
by Florent Xicluna
· 11 years ago
d9e7c86
Issue #18375: Assume --randomize when --randseed is used for running the testsuite.
by Florent Xicluna
· 11 years ago
c17d0c2
(3.3->default) Issue #17860: explicitly mention that std* streams are opened in binary mode by default.
by Ronald Oussoren
· 11 years ago
a686505
Issue #17860: explicitly mention that std* streams are opened in binary mode by default.
by Ronald Oussoren
· 11 years ago
de68e0c
Speed-up deque indexing by changing the deque block length to a power of two.
by Raymond Hettinger
· 11 years ago
6597aa1
Issue #18347: ElementTree's html serializer now preserves the case of closing tags.
by Christian Heimes
· 11 years ago
54ad7e3
Issue #18347: ElementTree's html serializer now preserves the case of closing tags.
by Christian Heimes
· 11 years ago
260fbe8
Issue #15767: Excise the remaining instances of ModuleNotFoundError
by Brett Cannon
· 11 years ago
3dfd232
Remove dead code in test_exceptions.
by Brett Cannon
· 11 years ago
fc4b5b9
Move test_import over to unittest.main().
by Brett Cannon
· 11 years ago
679ecb5
Issue #15767: back out 8a0ed9f63c6e, finishing the removal of
by Brett Cannon
· 11 years ago
82da888
Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError
by Brett Cannon
· 11 years ago
45091c0
Issue #15767: Back out 8d28d44f3a9a related to ModuleNotFoundError.
by Brett Cannon
· 11 years ago
cd171c8
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
by Brett Cannon
· 11 years ago
fff5915
Consolidate tests section.
by Antoine Pitrou
· 11 years ago
0cb1e9a
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
by Antoine Pitrou
· 11 years ago
be9c841
Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.
by Antoine Pitrou
· 11 years ago
7e71c56
(Merge 3.3) test_time.test_monotonic(): use a longer sleep to try to make the test more reliable
by Victor Stinner
· 11 years ago
a9c99a6
test_time.test_monotonic(): use a longer sleep to try to make the test more reliable
by Victor Stinner
· 11 years ago
647d1e1
(Merge 3.3) test_faulthandler: skip test_read_null() on AIX
by Victor Stinner
· 11 years ago
330426c
test_faulthandler: skip test_read_null() on AIX
by Victor Stinner
· 11 years ago
ee31bc0
#18312: merge from 3.3.
by Eric V. Smith
· 11 years ago
f4c47b5
Closes #18312: 'make distclean' no longer deletes files in dot-directories.
by Eric V. Smith
· 11 years ago
1b6348e
Issue #17261: Ensure multiprocessing's proxies use proper address.
by Richard Oudkerk
· 11 years ago
e3e8bcf
Issue #17261: Ensure multiprocessing's proxies use proper address.
by Richard Oudkerk
· 11 years ago
771b961
Issue #14206: Clarify docs for Queue.join_cancel_thread().
by Richard Oudkerk
· 11 years ago
d7d3f37
Issue #14206: Clarify docs for Queue.join_cancel_thread().
by Richard Oudkerk
· 11 years ago
b0be624
Issue #17273: Clarify that pool methods can only be used by parent process.
by Richard Oudkerk
· 11 years ago
b3c4b98
Issue #17273: Clarify that pool methods can only be used by parent process.
by Richard Oudkerk
· 11 years ago
0857ab4
(Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal
by Victor Stinner
· 11 years ago
8d37954
Issue #18343: faulthandler.register() now keeps the previous signal handler
by Victor Stinner
· 11 years ago
1d5b933
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
by Christian Heimes
· 11 years ago
b9dbc7d
Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the
by Christian Heimes
· 11 years ago
3126a3d
Issue #18339: use with self.assertRaises() to make test case more readable
by Christian Heimes
· 11 years ago
2178248
Issue #18339: use with self.assertRaises() to make test case more readable
by Christian Heimes
· 11 years ago
Next »