Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fc06443c980e8ac5ebc2a1a6950cd7a85c49b5aa
fc06443
merge
by Brett Cannon
· 11 years ago
cc39b1e
merge w/ 3.3
by Brett Cannon
· 11 years ago
27bbfdb
Drop some dead imports of imp
by Brett Cannon
· 11 years ago
0d0813a
Fix typo; clarify that the methods were removed entirely
by Andrew Kuchling
· 11 years ago
4f4088e
Issue #17177: Stop using imp in multiprocessing
by Brett Cannon
· 11 years ago
61c3556
Issue #17177: Stop using imp in distutils
by Brett Cannon
· 11 years ago
7822e12
Issue #17177: stop using imp for compileall.
by Brett Cannon
· 11 years ago
0b16b0d
make test more robust under Windows
by Brett Cannon
· 11 years ago
4f422e3
Issue #17177: Update the programming FAQ to use importlib
by Brett Cannon
· 11 years ago
82b3d6a
Move something to the right section of What's New
by Brett Cannon
· 11 years ago
a38e814
Issue #18194: Introduce importlib.util.cache_from_source() and
by Brett Cannon
· 11 years ago
589c4ff
Make it more obvious what things used in imp are snuck in through private APIs
by Brett Cannon
· 11 years ago
a3c9615
Issue #17907: touch up the code for imp.new_module().
by Brett Cannon
· 11 years ago
15e489f
Fix markup of the synopsis along with changing to state what is in the
by Brett Cannon
· 11 years ago
d016900
Merge heads
by Victor Stinner
· 11 years ago
36f01ad
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory allocators
by Victor Stinner
· 11 years ago
6b3d64a
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standard library).
by Ethan Furman
· 11 years ago
2d77204
Issue #17907: Document types.ModuleType's constructor and attributes,
by Brett Cannon
· 11 years ago
05a647d
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
by Brett Cannon
· 11 years ago
4d70562
Issue #3329: Add new APIs to customize memory allocators
by Victor Stinner
· 11 years ago
8c18da2
merge
by Brett Cannon
· 11 years ago
33915eb
Issue #17222: Raise FileExistsError when py_compile.compile would
by Brett Cannon
· 11 years ago
7bff3cb
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
by Ned Deily
· 11 years ago
3fe35e6
Issue #18193: Add importlib.reload(), documenting (but not
by Brett Cannon
· 11 years ago
6f10576
Remove a dead import line.
by Brett Cannon
· 11 years ago
09ec23f
Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows
by Christian Heimes
· 11 years ago
c81549f
Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 on Windows
by Christian Heimes
· 11 years ago
200bb1b
Simplify return value of ssl.get_default_verify_paths
by Christian Heimes
· 11 years ago
13728a5
comparing with http://hg.python.org/cpython/
by Christian Heimes
· 11 years ago
0fff6ad
Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
by Ethan Furman
· 11 years ago
58f2efb
Move test_pep352 over to unittest.main()
by Brett Cannon
· 11 years ago
0a14066
Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError.
by Brett Cannon
· 11 years ago
9702a17
Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py.
by Serhiy Storchaka
· 11 years ago
07c805d
Issue #18048: Rename test_coding.py to test_source_encoding.py.
by Serhiy Storchaka
· 11 years ago
29f2d73
Issue #18048: Rename test_pep263.py to test_source_encoding.py.
by Serhiy Storchaka
· 11 years ago
e5b25df
Issue #15767: Add an explicit test for raising ModuleNotFoundError
by Brett Cannon
· 11 years ago
8f5ac51
Issue #15767: Touch up ModuleNotFoundError usage by import.
by Brett Cannon
· 11 years ago
3e9a9ae
Update various test modules to use unittest.main() for test discovery
by Brett Cannon
· 11 years ago
e382b58
Partially revert changeset #281857369a78 to make sure threads are
by Brett Cannon
· 11 years ago
c9a1bfe
Move test___all__ over to unittest.main() and use ModuleNotFoundError
by Brett Cannon
· 11 years ago
603dcf2
Spruce up test_xmlrpc by using ModuleNotFoundError and moving to
by Brett Cannon
· 11 years ago
d5b4e1d
Move test_zipfile to unittest.main()
by Brett Cannon
· 11 years ago
b1611e2
Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError.
by Brett Cannon
· 11 years ago
638ce07
Move code from test_importhooks into test_zipimport.
by Brett Cannon
· 11 years ago
f15ffe0
Add tests for issue #18183.
by Serhiy Storchaka
· 11 years ago
31b1c8b
Add tests for issue #18183.
by Serhiy Storchaka
· 11 years ago
6d844c5
#18196: merge with 3.3
by Roger Serwy
· 11 years ago
f467521
#18196: Avoid displaying spurious SystemExit tracebacks.
by Roger Serwy
· 11 years ago
c2efeb6
#5492: merge with 3.3
by Roger Serwy
· 11 years ago
036e849
#5492: Avoid traceback when exiting IDLE caused by a race condition.
by Roger Serwy
· 11 years ago
982c6ef
Issue #18187: merge from 3.3
by Ned Deily
· 11 years ago
3886120
Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.
by Ned Deily
· 11 years ago
12d400d
explanatory comment
by Brett Cannon
· 11 years ago
865b292
typo fix
by Brett Cannon
· 11 years ago
68133fd
Issue #18158: delete test_importhooks. Redundant in the face of test_importlib.
by Brett Cannon
· 11 years ago
d5e6f2e
Issue #18157: stop using imp.load_module() in imp.
by Brett Cannon
· 11 years ago
30b4131
#17511: merge with 3.3.
by Roger Serwy
· 11 years ago
391f469
#17511: Keep IDLE find dialog open after clicking "Find Next".
by Roger Serwy
· 11 years ago
3164f5d
merge 3.3 (#18183)
by Benjamin Peterson
· 11 years ago
7e30373
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183)
by Benjamin Peterson
· 11 years ago
a35a128
Merge.
by Richard Oudkerk
· 11 years ago
0e547b6
Issue #18174: Fix fd leaks in tests.
by Richard Oudkerk
· 11 years ago
cac17b4
Merge.
by Richard Oudkerk
· 11 years ago
409f902
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
by Richard Oudkerk
· 11 years ago
75b8426
fixd refleak
by Christian Heimes
· 11 years ago
36451f0
(3.3->default) Ensure that the fix for #17269 also works on OSX 10.4
by Ronald Oussoren
· 11 years ago
a822d366
Ensure that the fix for #17269 also works on OSX 10.4
by Ronald Oussoren
· 11 years ago
531381f
Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
by Serhiy Storchaka
· 11 years ago
6f50b81
Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
by Serhiy Storchaka
· 11 years ago
46bebee
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
by Christian Heimes
· 11 years ago
142ec2c
get_default_verify_paths doesn't belong inside the ifdef block
by Christian Heimes
· 11 years ago
3e738f9
removed accidental new line
by Christian Heimes
· 11 years ago
6d7ad13
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
by Christian Heimes
· 11 years ago
302b8c3
Issue #15239: Make mkstringprep.py work again on Python 3.
by Serhiy Storchaka
· 11 years ago
e7275ff
Issue #15239: Make mkstringprep.py work again on Python 3.
by Serhiy Storchaka
· 11 years ago
9670543
Issue #18038: SyntaxError raised during compilation sources with illegal
by Serhiy Storchaka
· 11 years ago
3af14aa
Issue #18038: SyntaxError raised during compilation sources with illegal
by Serhiy Storchaka
· 11 years ago
7dc4c03
#18126: merge with 3.3.
by Ezio Melotti
· 11 years ago
c1f5839
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
by Ezio Melotti
· 11 years ago
f103d55
#17691: merge with 3.3.
by Ezio Melotti
· 11 years ago
28b0d9d
#17691: test_univnewlines now works with unittest test discovery. Patch by Zachary Ware.
by Ezio Melotti
· 11 years ago
a81dd65
Issue #15528: Delay importing atexit until weakref.finalize() used.
by Richard Oudkerk
· 11 years ago
99c5afc
#18151 null merge with 3.3.
by Terry Jan Reedy
· 11 years ago
ba6c0d3
#18151, part 1: Backport idlelilb portion of Andrew Svetlov's 3.4 patch
by Terry Jan Reedy
· 11 years ago
fdcf2b7
moved the single-dispatch generic function definitions to the glossary
by Łukasz Langa
· 11 years ago
7f7a67a
Fixed #18150: duplicate test inside TestSingleDispatch
by Łukasz Langa
· 11 years ago
997487d
Issue #7732: Move an imp.find_module test from test_import to test_imp.
by Brett Cannon
· 11 years ago
abb18af
merge w/ 3.3 for issue #18055
by Brett Cannon
· 11 years ago
50793b4
Issue #18055: Move to importlib from imp for IDLE.
by Brett Cannon
· 11 years ago
a33e11e
Issue #17314: Stop using imp in multiprocessing.forking and move over
by Brett Cannon
· 11 years ago
22c039b
Issue #17903: Added path search changes to launcher.
by Vinay Sajip
· 11 years ago
30298b4
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of which avoids affecting global state.
by Vinay Sajip
· 11 years ago
4e694d6
tweak exception message (again)
by Brett Cannon
· 11 years ago
ac0ad88
Issue #17931: Resolve confusion on Windows between pids and process handles.
by Richard Oudkerk
· 11 years ago
448f1a8
Merge with 3.3
by Terry Jan Reedy
· 11 years ago
b101435
Issue 18130: delete extra spaces
by Terry Jan Reedy
· 11 years ago
a55d703
Merge with 3.3
by Terry Jan Reedy
· 11 years ago
247bd5e
Issue18130: Test class idlelib.configSectionNameDialog.GetCfgSectionNameDialog.
by Terry Jan Reedy
· 11 years ago
6f69251
Add reference implementation for PEP 443
by Łukasz Langa
· 11 years ago
072318b
Issue #13772: Use syntax for literal wchar_t character
by Victor Stinner
· 11 years ago
Next »