Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8d08265f5ee09835ba725d79b0bd4800b6c8db85
8d08265
Merge from 3.5
by Berker Peksag
· 9 years ago
6129e14
Document that os.mknod() is not available on Windows
by Berker Peksag
· 9 years ago
20d458f
Merge from 3.5
by Berker Peksag
· 9 years ago
996e5f9
os.genenvb() is not availabnle under Windows
by Berker Peksag
· 9 years ago
46825d2
Issue #28194: Clean up some checks in dict implementation. Patch by Xiang Zhang.
by Serhiy Storchaka
· 9 years ago
4781b59
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
by Serhiy Storchaka
· 9 years ago
1d480be
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
by Serhiy Storchaka
· 9 years ago
9df89d0
Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt
by Christian Heimes
· 9 years ago
0eb60a7
Issue #11957: Restored re tests for passing count and maxsplit as positional
by Serhiy Storchaka
· 9 years ago
b02f8fc
Issue #11957: Restored re tests for passing count and maxsplit as positional
by Serhiy Storchaka
· 9 years ago
1aca389
Issue #27611: Fixed support of default root window in the tkinter.tix module.
by Serhiy Storchaka
· 9 years ago
e6f0199
Issue #27611: Fixed support of default root window in the tkinter.tix module.
by Serhiy Storchaka
· 9 years ago
a653196
Remove mention of asyncio.timeout context manager (it was removed)
by Guido van Rossum
· 9 years ago
6997946
Issue #28203: Merge from 3.5
by Mark Dickinson
· 9 years ago
613f8e5
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). Patch by Soumya Sharma.
by Mark Dickinson
· 9 years ago
938da64
Write configure message to AS_MESSAGE_FD
by Christian Heimes
· 9 years ago
1a63b9f
Typo
by Christian Heimes
· 9 years ago
a5d0765
Finish GC code for SSLSession and increase test coverage
by Christian Heimes
· 9 years ago
22ecc4b
Issue #28221: Merge SSL test cleanup from 3.5 into 3.6
by Martin Panter
· 9 years ago
8609cda
Issue #28221: Remove unused assignment from test_asyncore_server()
by Martin Panter
· 9 years ago
517507c
Issue #28100: Refactor error messages, patch by Ivan Levkivskyi
by Christian Heimes
· 9 years ago
6f3f3e5
Increase buffer for readlink() in case OS will support longer names one day.
by Christian Heimes
· 9 years ago
3cb091e
Increase buffer for readlink() in case OS will support longer names one day.
by Christian Heimes
· 9 years ago
0202c34
Add an extra byte for null in case we ever get very long unicode names.
by Christian Heimes
· 9 years ago
2f366ca
Add an extra byte for null in case we ever get very long unicode names.
by Christian Heimes
· 9 years ago
e370409
Add test cases for internal SHA3 helpers
by Christian Heimes
· 9 years ago
21c8c92
Merge 3.5 (issue #27829)
by Victor Stinner
· 9 years ago
bd2ffa5
Issue #27829: regrtest -W displays stderr if env changed
by Victor Stinner
· 9 years ago
7b7228a
remove unneeded cast
by Benjamin Peterson
· 9 years ago
7652853
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 9 years ago
fb4a96a
Issue #28251: Improvements to help manuals on Windows.
by Steve Dower
· 9 years ago
ad4d2a5
Null merge
by Serhiy Storchaka
· 9 years ago
208bbd2
Silence GCC warning.
by Serhiy Storchaka
· 9 years ago
63dc548
Issue #28086: Single var-positional argument of tuple subtype was passed
by Serhiy Storchaka
· 9 years ago
5ed5487
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
by Christian Heimes
· 9 years ago
55b196a
Make Lib/test/ssltests.py more useful and faster for OpenSSL testing
by Christian Heimes
· 9 years ago
3217b12
Merge socketserver fixes from 3.5 into 3.6
by Martin Panter
· 9 years ago
f3b0639
Issue #27348: Merge exception formatting fix from 3.5 into 3.6
by Martin Panter
· 9 years ago
463ef2b
Fix references to Python 3’s socketserver (lowercase) module
by Martin Panter
· 9 years ago
bb8b1cb
Issue #27348: Restore “Exception: None” formatting in traceback module
by Martin Panter
· 9 years ago
e3d5040
Extend the test to lower pickle protocols.
by Serhiy Storchaka
· 9 years ago
92bb90a
Extend the test to lower pickle protocols.
by Serhiy Storchaka
· 9 years ago
b3d4e7f
Issue #25651: Merge from 3.5
by Berker Peksag
· 9 years ago
16ea19f
Issue #25651: Allow falsy values to be used for msg parameter of subTest()
by Berker Peksag
· 9 years ago
349f552
Merge heads
by Serhiy Storchaka
· 9 years ago
79f9d4f
lcov: ignore more 3rd party code and internal test/debug/dummy files
by Christian Heimes
· 9 years ago
afd02a4
Issue #28214: Now __set_name__ is looked up on the class instead of the
by Serhiy Storchaka
· 9 years ago
b00e00c
Don't define PY_WITH_KECCAK
by Christian Heimes
· 9 years ago
44f4874
Merge 3.5
by Victor Stinner
· 9 years ago
1ddf53d
Fix PyUnicode_FromFormatV() error handling
by Victor Stinner
· 9 years ago
2f2fee1
va_end() all va_copy()ed va_lists.
by Christian Heimes
· 9 years ago
1c56bf0
Merge 3.5
by Victor Stinner
· 9 years ago
0256f42
test_asynico: fix test_sock_connect_sock_write_race()
by Victor Stinner
· 9 years ago
0c21214
replace usage of Py_VA_COPY with the (C99) standard va_copy
by Benjamin Peterson
· 9 years ago
ec2319c
Fix memleak in os.getrandom()
by Victor Stinner
· 9 years ago
75024c6
(Merge 3.5) Catch EPERM error in py_getrandom()
by Victor Stinner
· 9 years ago
6d8bc46
Catch EPERM error in py_getrandom()
by Victor Stinner
· 9 years ago
af59732
Cleanup random.c
by Victor Stinner
· 9 years ago
7582bca
Make 3.7 the current dev version in the html version of the docs.
by Ned Deily
· 9 years ago
a327331
Make 3.7 the current dev version in the html version of the docs.
by Ned Deily
· 9 years ago
8ac46c9
revert expat changes
by Benjamin Peterson
· 9 years ago
e2e792d
merge 3.5 (#28184)
by Benjamin Peterson
· 9 years ago
918aa89
remove trailing whitespace
by Benjamin Peterson
· 9 years ago
1daf6da
MERGE: Docs: Correctly link to the methods
by Jesus Cea
· 9 years ago
647680e
Docs: Correctly link to the methods
by Jesus Cea
· 9 years ago
26c03bd
Fix memory leak in path_converter()
by Victor Stinner
· 9 years ago
286987b
delete dead code
by Benjamin Peterson
· 9 years ago
f5e8e8f
merge 3.5 (#24022)
by Benjamin Peterson
· 9 years ago
57bda33
merge 3.4
by Benjamin Peterson
· 9 years ago
26d998c
properly handle the single null-byte file (closes #24022)
by Benjamin Peterson
· 9 years ago
6692f01
merge
by Raymond Hettinger
· 9 years ago
7eb1bec
Issue #28189: dictitems_contains no longer swallows compare errors.
by Raymond Hettinger
· 9 years ago
5820f3a
Issue #28193: Use lru_cache in the re module.
by Raymond Hettinger
· 9 years ago
5d4b09c
correct silly spelling problem
by Benjamin Peterson
· 9 years ago
19517e4
replace obmalloc's homegrown uptr and uchar types with standard ones
by Benjamin Peterson
· 9 years ago
3924f93
improvements to code that checks whether Python (obmalloc) allocated an address
by Benjamin Peterson
· 9 years ago
ac965ca
stop using Py_LL and Py_ULL
by Benjamin Peterson
· 9 years ago
41e35f3
always define HAVE_LONG_LONG (#27961)
by Benjamin Peterson
· 9 years ago
9ac11a7
properly free memory in pgen
by Benjamin Peterson
· 9 years ago
254ad58
Fix test_huntrleaks_fd_leak() of test_regrtest
by Victor Stinner
· 9 years ago
3515dcc
issue23591: fix flag decomposition and repr
by Ethan Furman
· 9 years ago
9a7bbb2
Issue #25400: RobotFileParser now correctly returns default values for crawl_delay and request_rate
by Berker Peksag
· 9 years ago
85c98bf
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
by Christian Heimes
· 9 years ago
96b2dd5
Issue #26661: setup.py now detects system libffi with multiarch wrapper.
by Christian Heimes
· 9 years ago
44efa8a
Null merge from 3.5
by Berker Peksag
· 9 years ago
5a5ae74
Issue #26610: Skip test_with_pip if _ctypes is not available in OpenIndiana
by Berker Peksag
· 9 years ago
b66df15
Null merge from 3.5
by Berker Peksag
· 9 years ago
bf3c1c3
Issue #28075: Fix test_access_denied in Python 3.5
by Berker Peksag
· 9 years ago
2a8d7f1
Issue #28151: Use pythontest.net in test_robotparser
by Berker Peksag
· 9 years ago
a2365c1
Null merge from 3.5
by Steve Dower
· 9 years ago
17a564e
Add file missed from backport
by Steve Dower
· 9 years ago
74f4af7
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 9 years ago
1374053
Null merge from 3.5
by Steve Dower
· 9 years ago
1ec262b
Issue #27932: Prevent memory leak in win32_ver().
by Steve Dower
· 9 years ago
7e3dfd1
Fixes bad merge for issue #28110
by Steve Dower
· 9 years ago
7358efa
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 9 years ago
1c75c18
Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit
by Steve Dower
· 9 years ago
a7b1058
Issue #28176: Merge from 3.5
by Berker Peksag
· 9 years ago
bdcc8f9
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
by Berker Peksag
· 9 years ago
6dd8eca
Issue #28192: Adds tests for hook in isolated mode
by Steve Dower
· 9 years ago
Next »