Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a264384fe6de357680ca0cf02cd6024bbba0ba45
a264384
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
by Antoine Pitrou
· 13 years ago
10f0c50
Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.
by Antoine Pitrou
· 13 years ago
2b16844
Issue #15467: Merge 3.2
by Martin v. Löwis
· 13 years ago
33f7997
Issue #15467: Move helpers for __sizeof__ tests into test_support.
by Martin v. Löwis
· 13 years ago
5ee9892
Close #15425: Eliminate more importlib related traceback noise
by Nick Coghlan
· 13 years ago
bb9b1c1
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
by Meador Inge
· 13 years ago
90bc2dbc
Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.
by Meador Inge
· 13 years ago
dbf616d
Issue #15431: Drop _freeze_importlib from all build configurations,
by Martin v. Löwis
· 13 years ago
ee365ac
Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.
by Martin v. Löwis
· 13 years ago
e3010a8
Issue #14578: Support modules registered in the Windows registry again.
by Martin v. Löwis
· 13 years ago
96d97ec
Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Windows.
by Martin v. Löwis
· 13 years ago
79b7ea1
Commit unsaved edits.
by Martin v. Löwis
· 13 years ago
7e39572
Issue #15466: Stop using TYPE_INT64 in marshal,
by Martin v. Löwis
· 13 years ago
5562d9d
Issue #1692335: Move initial args assignment to BaseException.__new__
by Richard Oudkerk
· 13 years ago
e4c0799
Add unused parameter to a METH_NOARGS function.
by Stefan Krah
· 13 years ago
b9e36b9
Add unused parameter to a couple of METH_NOARGS functions. The previous
by Stefan Krah
· 13 years ago
7d12d9d
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
by Stefan Krah
· 13 years ago
6c779ea
Issue #15364: Fix test_srcdir for the installed case.
by Ned Deily
· 13 years ago
9e4bfb6
Dummy merge.
by Richard Oudkerk
· 13 years ago
b15e622
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
by Richard Oudkerk
· 13 years ago
4887b1c
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.
by Richard Oudkerk
· 13 years ago
46874ad
Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.
by Richard Oudkerk
· 13 years ago
a61b459
Merged documentation update from 3.2.
by Vinay Sajip
· 13 years ago
a58d668
Improved cookbook entry and fixed typo.
by Vinay Sajip
· 13 years ago
9eeea48
- Issue #15458: python-config gets a new option --configdir to print the
by Barry Warsaw
· 13 years ago
3bbd2fa
Issue #15456: Fix code __sizeof__ after #12399 change.
by Martin v. Löwis
· 13 years ago
d0118e1
Restored test by specifying that the symlink links to a target (currently required for Windows symlinks). See issue15093 for details.
by Jason R. Coombs
· 13 years ago
69f3439
Issue #15041: update "see also" list in tkinter documentation.
by Andrew Svetlov
· 13 years ago
e708a8a
Issue #15041: update "see also" list in tkinter documentation.
by Andrew Svetlov
· 13 years ago
0b9e7b9
Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode.
by Antoine Pitrou
· 13 years ago
09f2e6f
Issue #15320: Make iterating the list of tests thread-safe when running tests in multiprocess mode.
by Antoine Pitrou
· 13 years ago
c5618f0
Mention the *limit* argument of TextIO.readline().
by Antoine Pitrou
· 13 years ago
707bd4e
Mention the *limit* argument of TextIO.readline().
by Antoine Pitrou
· 13 years ago
f7dbb0f
Closes #15445: Merged documentation update from 3.2.
by Vinay Sajip
· 13 years ago
393e23f
Issue #15445: Updated logging configuration documentation to highlight potential security risk posed by listen() in certain scenarios.
by Vinay Sajip
· 13 years ago
0994148
merge 3.2
by Martin v. Löwis
· 13 years ago
30d5e6c
Issue #7163: Propagate return value of sys.stdout.write. Patch by Roger Serwy.
by Martin v. Löwis
· 13 years ago
f4b341b
merge 3.2
by Martin v. Löwis
· 13 years ago
c882b7c
Issue #15318: Prevent writing to sys.stdin. Patch by Roger Serwy and myself.
by Martin v. Löwis
· 13 years ago
f3923e9
Issue #15413: os.times() had disappeared under Windows.
by Antoine Pitrou
· 13 years ago
4c66896
#15232: make NEWS entry more accurate.
by R David Murray
· 13 years ago
186396d
#15232: make NEWS entry more accurate.
by R David Murray
· 13 years ago
f7a54a0
Cleanup the doc a bit: remove useless example and sentence
by Eli Bendersky
· 13 years ago
c43c558
Issue #15321: update PyPI upload doc to say --no-raw passed to rst2html.py. Patch by Chris Jerdonek
by Eli Bendersky
· 13 years ago
e431ed2
Clarify what happens if shallow is false. Also, the caching note is not really correct since the cache gets occasionally cleared; therefore I removed it.
by Eli Bendersky
· 13 years ago
c59cc8f
Issue #14197: merge
by Ned Deily
· 13 years ago
ecd4e9d
Issue #14197: For OS X framework builds, ensure links to the shared
by Ned Deily
· 13 years ago
e9f35cc
MERGE: Rollback an incorrect Doc/ACKS.txt entry
by Jesus Cea
· 13 years ago
55624da
Rollback an incorrect Doc/ACKS.txt entry
by Jesus Cea
· 13 years ago
653e4b3
MERGE: Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
by Jesus Cea
· 13 years ago
189fdf1
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
by Jesus Cea
· 13 years ago
9f65899
Issue #15402: Add a __sizeof__ method to struct.Struct.
by Meador Inge
· 13 years ago
b14d8c9
Issue #15402: Add a __sizeof__ method to struct.Struct.
by Meador Inge
· 13 years ago
fe114f0
Putting the 3.2 -> default merge info in a happy place.
by Meador Inge
· 13 years ago
d3f63d3
Simplify the LaTeX section (only three escapes are needed for alltt)
by Raymond Hettinger
· 13 years ago
7e918cf
merge heads.
by Senthil Kumaran
· 13 years ago
392bfd3
merge heads.
by Senthil Kumaran
· 13 years ago
d740629
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
by Senthil Kumaran
· 13 years ago
28a9f21
- Issue #15250: Document that filecmp.dircmp compares files shallowly. Patch contributed by Chris Jerdonek.
by Senthil Kumaran
· 13 years ago
970bef2
Merge #15232: correctly mangle From lines in MIME preamble and epilogue
by R David Murray
· 13 years ago
6a31bc6
#15232: correctly mangle From lines in MIME preamble and epilogue
by R David Murray
· 13 years ago
4fb6b0a
Merge #15429: Fix invalid mention of types.NoneType from None docs.
by R David Murray
· 13 years ago
e60e12b
#15429: Fix invalid mention of types.NoneType from None docs.
by R David Murray
· 13 years ago
80823d7
#15094: fix incorrectly placed #endif in _tkinter.c.
by Andrew Svetlov
· 13 years ago
c7a5a76
Issue #15184: Some config variables in test_sysconfig_module
by Ned Deily
· 13 years ago
2c80e12
Issue #15188: Prevent test_ldshared_value failure due to slightly
by Ned Deily
· 13 years ago
1ef8719
Issue #15184: Fix test__remove_unsupported_archs failures on 10.6
by Ned Deily
· 13 years ago
34fcafd
Consistently raise a TypeError when a non str is passed to hashlib.new
by Gregory P. Smith
· 13 years ago
76c28f7
Consistently raise a TypeError when a non str is passed to hashlib.new
by Gregory P. Smith
· 13 years ago
45ccf03
Merge #13922: argparse no longer incorrectly strips '--' after the first one.
by R David Murray
· 13 years ago
00528e8
#13922: argparse no longer incorrectly strips '--' after the first one.
by R David Murray
· 13 years ago
d4703d1
Merge #12353: argparse now correctly handles null argument values.
by R David Murray
· 13 years ago
b94082a
#12353: argparse now correctly handles null argument values.
by R David Murray
· 13 years ago
af418b2
Merge #14391: clarify docstring discussion of Action's 'type' argument's value.
by R David Murray
· 13 years ago
15cd9a0
#14391: clarify docstring discussion of Action's 'type' argument's value.
by R David Murray
· 13 years ago
779b63d
Merge #15342: Add clarifying sentence to posixpath.join docstring.
by R David Murray
· 13 years ago
e3de175
#15342: Add clarifying sentence to posixpath.join docstring.
by R David Murray
· 13 years ago
a606aef
Issue #15188: Modify the OS X build_installer script to remove temporary
by Ned Deily
· 13 years ago
7b31b1a
Raise ImportError if pyexpat's version is incompatible
by Eli Bendersky
· 13 years ago
ef391ac
Raise ImportError if pyexpat's version is incompatible
by Eli Bendersky
· 13 years ago
2731c04
Issue #15184: Ensure configuration-related environment variables
by Ned Deily
· 13 years ago
636601d
Remove a relative import that escaped test.test_importlib.
by Brett Cannon
· 13 years ago
df8aa2b
Issue #15184: Ensure consistent results of OS X configuration
by Ned Deily
· 13 years ago
0fd1062
Fix test_pprint random dict ordering.
by Florent Xicluna
· 13 years ago
6e571d6
Fix test_pprint random dict ordering.
by Florent Xicluna
· 13 years ago
6a01fc5
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key.
by Florent Xicluna
· 13 years ago
d6da90f
Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with unorderable key.
by Florent Xicluna
· 13 years ago
5116704
Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation.
by Meador Inge
· 13 years ago
da1ffbc
Issue #15409: Replace use of deprecated urllib.request.Request methods in http.cookijar
by Meador Inge
· 13 years ago
5e36edb
Port additional tests from #14579 (the issue is already fixed).
by Antoine Pitrou
· 13 years ago
b4bbee2
Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after error handling.
by Antoine Pitrou
· 13 years ago
cc409f4
Issue #15168: Ensure test_importlib subdirectories are installed.
by Ned Deily
· 13 years ago
ed19fce
Fix another import error.
by Brett Cannon
· 13 years ago
86ae981
Fix an import from the importlib.test move.
by Brett Cannon
· 13 years ago
d382bfc
Move importlib.test.benchmark to Tools/importbench to make it more
by Brett Cannon
· 13 years ago
45a5e3a
Issue #15168: Move importlb.test to test.test_importlib.
by Brett Cannon
· 13 years ago
4afc1c0
Merge
by Brett Cannon
· 13 years ago
6ee9695
Issue #15091: Call importlib.invalidate_caches() and reactivate a test
by Brett Cannon
· 13 years ago
ba52586
Running the importlib tests from test_import is redundant as there is
by Brett Cannon
· 13 years ago
b17ad53
Issue #15406: Fix deprecation warning in ctypes test_bitfields.py
by Meador Inge
· 13 years ago
Next »