index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Grammar tweak
Brett Cannon
2013-06-17
1
-1/+1
*
Issue #18147: Add diagnostic functions to ssl.SSLContext().
Christian Heimes
2013-06-17
1
-0/+24
*
documentation suggesting something which doesn't exist
Brett Cannon
2013-06-16
1
-2/+1
*
Merge doc/argument name fix
Brett Cannon
2013-06-16
1
-1/+1
|
\
|
*
merge
Brett Cannon
2013-06-16
2
-11/+35
|
|
\
|
*
|
Fix a misnaming of a method and an argument
Brett Cannon
2013-06-16
1
-1/+1
*
|
|
Issue #18076: Introduce imoportlib.util.decode_source().
Brett Cannon
2013-06-16
1
-0/+8
*
|
|
importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and
Brett Cannon
2013-06-16
1
-0/+9
*
|
|
merge
Brett Cannon
2013-06-16
2
-11/+35
|
\
\
\
|
*
\
\
Merge with 3.3
Andrew Kuchling
2013-06-16
2
-11/+35
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Describe 'surrogateescape' in the documentation.
Andrew Kuchling
2013-06-16
2
-11/+35
|
|
|
/
*
|
|
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
2
-2/+8
|
/
/
*
|
Fix typo; clarify that the methods were removed entirely
Andrew Kuchling
2013-06-15
1
-2/+2
*
|
Issue #17177: Update the programming FAQ to use importlib
Brett Cannon
2013-06-15
1
-5/+5
*
|
Move something to the right section of What's New
Brett Cannon
2013-06-15
1
-4/+6
*
|
Issue #17907: touch up the code for imp.new_module().
Brett Cannon
2013-06-15
2
-0/+36
*
|
Fix markup of the synopsis along with changing to state what is in the
Brett Cannon
2013-06-15
1
-2/+2
*
|
Merge heads
Victor Stinner
2013-06-15
3
-2/+573
|
\
\
|
*
|
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...
Ethan Furman
2013-06-14
1
-0/+542
|
*
|
Issue #17907: Document types.ModuleType's constructor and attributes,
Brett Cannon
2013-06-14
2
-2/+31
*
|
|
Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ...
Victor Stinner
2013-06-15
1
-120/+1
|
/
/
*
|
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
2
-0/+10
*
|
Issue #3329: Add new APIs to customize memory allocators
Victor Stinner
2013-06-14
1
-1/+120
*
|
merge
Brett Cannon
2013-06-14
1
-0/+13
|
\
\
|
*
|
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
Ned Deily
2013-06-14
1
-0/+13
*
|
|
Issue #17222: Raise FileExistsError when py_compile.compile would
Brett Cannon
2013-06-14
2
-1/+15
|
/
/
*
|
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon
2013-06-14
2
-0/+70
*
|
Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib.
Ethan Furman
2013-06-14
1
-0/+1
*
|
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon
2013-06-13
4
-7/+18
*
|
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
3
-2/+16
*
|
Issue #18187: merge from 3.3
Ned Deily
2013-06-11
1
-1/+1
|
\
\
|
|
/
|
*
Issue #18187: Fix broken link in venv documentation. Patch by Berker Peksag.
Ned Deily
2013-06-11
1
-1/+1
*
|
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
Christian Heimes
2013-06-09
1
-0/+23
*
|
removed accidental new line
Christian Heimes
2013-06-09
1
-2/+1
*
|
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
Christian Heimes
2013-06-09
1
-1/+19
*
|
#18126: merge with 3.3.
Ezio Melotti
2013-06-08
2
-5/+3
|
\
\
|
|
/
|
*
#18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.
Ezio Melotti
2013-06-08
2
-5/+3
*
|
moved the single-dispatch generic function definitions to the glossary
Łukasz Langa
2013-06-07
2
-6/+15
*
|
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...
Vinay Sajip
2013-06-07
1
-2/+17
*
|
Add reference implementation for PEP 443
Łukasz Langa
2013-06-05
1
-0/+110
*
|
merge
Raymond Hettinger
2013-06-02
1
-10/+10
|
\
\
|
|
/
|
*
Clarify which dictionaries are updateable
Raymond Hettinger
2013-06-02
1
-10/+10
*
|
Issue #18065: For frozen packages set __path__ to [].
Brett Cannon
2013-06-01
1
-0/+7
*
|
Issues #18088, 18089: Introduce
Brett Cannon
2013-05-31
2
-10/+56
*
|
Add a reset_name argument to importlib.util.module_to_load in order to
Brett Cannon
2013-05-31
1
-1/+5
*
|
Update What's New for importlib.util.module_to_load name change
Brett Cannon
2013-05-31
1
-1/+1
*
|
Add a reference to module_to_load
Brett Cannon
2013-05-31
1
-2/+1
*
|
Rename importlib.util.ModuleManager to module_to_load so that the name
Brett Cannon
2013-05-30
1
-6/+7
*
|
Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
Serhiy Storchaka
2013-05-29
2
-6/+12
*
|
#1554133: Document PyOS_InputHook, PyOS_ReadlineFunctionPointer
Andrew Kuchling
2013-05-29
1
-1/+23
[next]