Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fcce462e9c1dacbfb71a10dbcd1d859c7a1adcaa
fcce462
Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL
by Serhiy Storchaka
· 9 years ago
7822f15
Issue #26811: gc.get_objects() no longer contains a broken tuple with NULL
by Serhiy Storchaka
· 9 years ago
ad039f7
Issue #20120: Merge with 3.5
by Jason R. Coombs
· 9 years ago
422cf2b
Issue #20120: Use RawConfigParser for .pypirc parsing, removing support for interpolation unintentionally added with move to Python 3. Behavior no longer does any interpolation in .pypirc files, matching behavior in Python 2.7 and Setuptools 19.0.
by Jason R. Coombs
· 9 years ago
45cdcd9
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
by Serhiy Storchaka
· 9 years ago
290fed4
Issue #26873: xmlrpc now raises ResponseError on unsupported type tags
by Serhiy Storchaka
· 9 years ago
c2f7d87
Issue #26932: Fixed support of RTLD_* constants defined as enum values,
by Serhiy Storchaka
· 9 years ago
0e12052
Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/".
by Serhiy Storchaka
· 9 years ago
a3fd0b2
Issue #24950: Fixed expanduser tests when the users home directory in pwd is "/".
by Serhiy Storchaka
· 9 years ago
478be14
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
929d7f8
Clarify IDLE-console differences with respect to the sys module.
by Terry Jan Reedy
· 9 years ago
7a5842e
Upgrade ensurepip bundled setuptools to 20.10.1
by Donald Stufft
· 9 years ago
ac96205
Upgrade ensurepip bundled setuptools to 20.10.1
by Donald Stufft
· 9 years ago
2a86122
Upgrade ensurepip bundled setuptools to 20.10.1
by Donald Stufft
· 9 years ago
7a9579c
Got rid of redundand "self" parameter declarations.
by Serhiy Storchaka
· 9 years ago
312f208
Issue #18916: Update thread module docstrings
by Berker Peksag
· 9 years ago
720e655
Issue #18916: Update thread module docstrings
by Berker Peksag
· 9 years ago
2e310b4
Regenerate Argument Clinic code for issue #26874.
by Serhiy Storchaka
· 9 years ago
df07173
Regenerate Argument Clinic code for issue #26874.
by Serhiy Storchaka
· 9 years ago
3547069
issue26893: use mro() to examine class heirarchy
by Ethan Furman
· 9 years ago
3803ad4
issue26893: use mro() to examine class heirarchy
by Ethan Furman
· 9 years ago
47d1d7f
Issue #26711: Fixed the comparison of plistlib.Data with other types.
by Serhiy Storchaka
· 9 years ago
dd1bcdf
Issue #26711: Fixed the comparison of plistlib.Data with other types.
by Serhiy Storchaka
· 9 years ago
b608196
Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().
by Serhiy Storchaka
· 9 years ago
f5f37d7
Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().
by Serhiy Storchaka
· 9 years ago
a257062
Issue #26898: Fix typo in math.isclose() docstring
by Berker Peksag
· 9 years ago
d6e6f8b
Issue #26898: Fix typo in math.isclose() docstring
by Berker Peksag
· 9 years ago
aa9d369
Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
by Berker Peksag
· 9 years ago
ec766d3
Issue #23960: Cleanup args and kwargs on error in PyErr_SetImportError
by Berker Peksag
· 9 years ago
f1e2671
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
by Meador Inge
· 9 years ago
8988ebf
Issue #24114: Fix an uninitialized variable in `ctypes.util`.
by Meador Inge
· 9 years ago
51b697b
Issue #26864: Merge no_proxy fixes from 3.5
by Martin Panter
· 9 years ago
aa27982
Issue #26864: Fix case insensitivity and suffix comparison with no_proxy
by Martin Panter
· 9 years ago
0a5bd51
Issue #13436: Add a test to make sure that ast.ImportFrom(level=None) works
by Berker Peksag
· 9 years ago
dd745cc
Issue #25551: Test condition behavior instead of its internals
by Berker Peksag
· 9 years ago
6d34bbb
Issue #25551: Test condition behavior instead of its internals
by Berker Peksag
· 9 years ago
0ac70c0
Fix typos. Reported by andportnoy on GitHub.
by Berker Peksag
· 9 years ago
3a31cca
Issue #24902: Print server URL on http.server startup
by Berker Peksag
· 9 years ago
955bc38
Issue #26322: Document typing.Set, patch by Joseph Moran
by Berker Peksag
· 9 years ago
5d6fd8c
Issue #26322: Document typing.Set, patch by Joseph Moran
by Berker Peksag
· 9 years ago
8421d71
Removed unused initialization and the uninteresting comment.
by Raymond Hettinger
· 9 years ago
fa07029
Issue #26880: Removed redundant checks in set.__init__.
by Serhiy Storchaka
· 9 years ago
54b60cf
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
by Serhiy Storchaka
· 9 years ago
6dfcde5
Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of
by Serhiy Storchaka
· 9 years ago
a5ffa2e
Closes #26875: Merge with 3.5
by Zachary Ware
· 9 years ago
42f740d
Issue #26875: Fix mmap example
by Zachary Ware
· 9 years ago
5031a67
Closes #26874: Merge with 3.5
by Zachary Ware
· 9 years ago
7f227d9
Issue #26874: Simplify the divmod docstring
by Zachary Ware
· 9 years ago
54559b6
Closes #26874: Merge with 3.5
by Zachary Ware
· 9 years ago
4d4160a
Issue #26874: Fix divmod docstring
by Zachary Ware
· 9 years ago
b275210
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
by Serhiy Storchaka
· 9 years ago
258a5d4
fileinput.hook_encoded() uses builtin open(), not codecs.open().
by Serhiy Storchaka
· 9 years ago
a87e6ba
fileinput.hook_encoded() uses builtin open(), not codecs.open().
by Serhiy Storchaka
· 9 years ago
fb7c8ae
Issue #26863: HAVE_FACCESSAT should (currently) not be defined on Android.
by Stefan Krah
· 9 years ago
fa935c4
Issue #26854: Android has a different include path for soundcard.h.
by Stefan Krah
· 9 years ago
8d013a8
Issue #26846: Post commit cleanup.
by Stefan Krah
· 9 years ago
432dfcf
Issue #26857: Workaround for missing symbol "gethostbyaddr_r" on Android.
by Stefan Krah
· 9 years ago
a653a27
Issue #20598: Merge argparse docs from 3.5
by Martin Panter
· 9 years ago
f5e6048
Issue #20598: Replace trivial split() calls with lists in argparse docs
by Martin Panter
· 9 years ago
71dc3d8
Issue #25349, #26249: Fix memleak in formatfloat()
by Victor Stinner
· 9 years ago
4500977
Issue #20306: Android is the only system that returns NULL for the pw_passwd
by Stefan Krah
· 9 years ago
c5c43b8
merge
by Raymond Hettinger
· 9 years ago
b9531bc
Issue #24715: Improve sort stability example
by Raymond Hettinger
· 9 years ago
ab425aa
Issue #16394: Note the tee() pure python equivalent is only a rough approximation.
by Raymond Hettinger
· 9 years ago
cd9b5c2
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
by Serhiy Storchaka
· 9 years ago
b3b366d
Issue #26634: recursive_repr() now sets __qualname__ of wrapper.
by Serhiy Storchaka
· 9 years ago
144da4e
Issue #22747: Workaround for systems without langinfo.h.
by Stefan Krah
· 9 years ago
267b639
Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX.
by Stefan Krah
· 9 years ago
8e1da58
Issue #26846: Workaround for non-standard stdlib.h on Android.
by Stefan Krah
· 9 years ago
1845d14
Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.
by Stefan Krah
· 9 years ago
0996fa3
merge 3.5
by Senthil Kumaran
· 9 years ago
a7c0ff2
Issue #26804: urllib.request will prefer lower_case proxy environment variables
by Senthil Kumaran
· 9 years ago
3211595
Merge with 3.5
by Zachary Ware
· 9 years ago
d3304e3
FileExistsError is raised by mkdir when dir exists
by Zachary Ware
· 9 years ago
42d9b02
Issue #23662: Document default value of RFC 2109 attributes
by Berker Peksag
· 9 years ago
8724a2a
Issue #23662: Document default value of RFC 2109 attributes
by Berker Peksag
· 9 years ago
159e535
Remove outdated TkVersion checks.
by Serhiy Storchaka
· 9 years ago
81e7f94
Merge 3.5
by Serhiy Storchaka
· 9 years ago
685fbed
Issue #26837: assertSequenceEqual() now correctly outputs non-stringified
by Serhiy Storchaka
· 9 years ago
ccd047e
Removed unused imports.
by Serhiy Storchaka
· 9 years ago
a6f26c1
Remove more unused imports in tests.
by Serhiy Storchaka
· 9 years ago
fd2839e
Merge 3.5
by Serhiy Storchaka
· 9 years ago
5b6f0aa
Remove duplicated tests.
by Serhiy Storchaka
· 9 years ago
e4fbb02
Remove unused support.run_unittest imports.
by Serhiy Storchaka
· 9 years ago
8153ac8
Issue #26249: Mention PyMem_Malloc() change in What's New in Python 3.6 in the
by Victor Stinner
· 9 years ago
e437a10
Issue #23277: Remove unused imports in tests.
by Serhiy Storchaka
· 9 years ago
597d15a
Issue #23277: Remove unused support.run_unittest import.
by Serhiy Storchaka
· 9 years ago
c7f44aa
Issue #23277: Remove more unused sys and os imports.
by Serhiy Storchaka
· 9 years ago
18a8aff
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
by Serhiy Storchaka
· 9 years ago
d30829d
Issue #26801: shutil.get_terminal_size() now handles the case of stdout is
by Serhiy Storchaka
· 9 years ago
a497774
Issue #24911: Merge socket context manager doc from 3.5
by Martin Panter
· 9 years ago
1e8ee9b
Issue #23277: Remove unused sys and os imports
by Berker Peksag
· 9 years ago
e37fc18
Issue #24911: All socket objects are context managers; update examples
by Martin Panter
· 9 years ago
3791736
Issue #23806: Merge susp-ignored.csv from 3.5
by Martin Panter
· 9 years ago
887bc96
Issue #23806: Update susp-ignored.csv
by Martin Panter
· 9 years ago
e50d846
Issue #26041: Remove "will be removed in Python 3.7" from description messages
by Berker Peksag
· 9 years ago
8d8221f
Issue #26041: Remove "will be removed in Python 3.7" from description messages
by Berker Peksag
· 9 years ago
8d9594d
Issue #19731: Update copyright year in docs.p.o footer
by Berker Peksag
· 9 years ago
2ec1bee
Issue #19731: Update copyright year in docs.p.o footer
by Berker Peksag
· 9 years ago
c61d80c
Issue #18572: Remove redundant note about surrogates in string escape doc
by Berker Peksag
· 9 years ago
Next »