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
/
Misc
/
NEWS
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent a possible double close of parent pipe fds when the subprocess
Gregory P. Smith
2013-06-16
1
-0/+4
|
\
|
*
news entry for subprocess double close fix.
Gregory P. Smith
2013-06-16
1
-0/+4
*
|
Merge with 3.3
Andrew Kuchling
2013-06-15
1
-0/+3
|
\
\
|
|
/
|
*
#18113: Objects associated to a curses.panel object with set_userptr() were l...
Andrew Kuchling
2013-06-15
1
-0/+3
*
|
merge w/ 3.3
Brett Cannon
2013-06-15
1
-0/+2
|
\
\
|
|
/
|
*
Drop some dead imports of imp
Brett Cannon
2013-06-15
1
-0/+2
*
|
Issue #18194: Introduce importlib.util.cache_from_source() and
Brett Cannon
2013-06-15
1
-0/+4
*
|
Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...
Ethan Furman
2013-06-14
1
-0/+2
*
|
Issue #17907: Document types.ModuleType's constructor and attributes,
Brett Cannon
2013-06-14
1
-0/+3
*
|
Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document the
Brett Cannon
2013-06-14
1
-0/+3
*
|
merge
Brett Cannon
2013-06-14
1
-0/+3
|
\
\
|
*
|
Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.
Ned Deily
2013-06-14
1
-0/+3
*
|
|
Issue #17222: Raise FileExistsError when py_compile.compile would
Brett Cannon
2013-06-14
1
-0/+3
|
/
/
*
|
Issue #18193: Add importlib.reload(), documenting (but not
Brett Cannon
2013-06-14
1
-0/+2
*
|
Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...
Christian Heimes
2013-06-14
1
-0/+2
|
\
\
|
|
/
|
*
Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...
Christian Heimes
2013-06-14
1
-0/+5
*
|
Issue #15767: Touch up ModuleNotFoundError usage by import.
Brett Cannon
2013-06-13
1
-0/+4
*
|
Issue #15767: Introduce ModuleNotFoundError, a subclass of
Brett Cannon
2013-06-12
1
-0/+3
*
|
#18196: merge with 3.3
Roger Serwy
2013-06-12
1
-0/+2
|
\
\
|
|
/
|
*
#18196: Avoid displaying spurious SystemExit tracebacks.
Roger Serwy
2013-06-12
1
-0/+2
*
|
#5492: merge with 3.3
Roger Serwy
2013-06-12
1
-0/+2
|
\
\
|
|
/
|
*
#5492: Avoid traceback when exiting IDLE caused by a race condition.
Roger Serwy
2013-06-12
1
-0/+2
*
|
Issue #18157: stop using imp.load_module() in imp.
Brett Cannon
2013-06-11
1
-0/+2
*
|
#17511: merge with 3.3.
Roger Serwy
2013-06-11
1
-0/+3
|
\
\
|
|
/
|
*
#17511: Keep IDLE find dialog open after clicking "Find Next".
Roger Serwy
2013-06-11
1
-0/+3
*
|
merge 3.3 (#18183)
Benjamin Peterson
2013-06-10
1
-0/+3
|
\
\
|
|
/
|
*
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value ...
Benjamin Peterson
2013-06-10
1
-0/+3
*
|
Merge.
Richard Oudkerk
2013-06-10
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
Richard Oudkerk
2013-06-10
1
-0/+2
*
|
Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
Serhiy Storchaka
2013-06-09
1
-0/+2
|
\
\
|
|
/
|
*
Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
Serhiy Storchaka
2013-06-09
1
-0/+2
*
|
Issue #17134: Add ssl.enum_cert_store() as interface to Windows' cert store.
Christian Heimes
2013-06-09
1
-0/+2
*
|
Issue #18143: Implement ssl.get_default_verify_paths() in order to debug
Christian Heimes
2013-06-09
1
-0/+3
*
|
Issue #15239: Make mkstringprep.py work again on Python 3.
Serhiy Storchaka
2013-06-09
1
-0/+2
|
\
\
|
|
/
|
*
Issue #15239: Make mkstringprep.py work again on Python 3.
Serhiy Storchaka
2013-06-09
1
-0/+5
*
|
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18038: SyntaxError raised during compilation sources with illegal
Serhiy Storchaka
2013-06-09
1
-0/+3
*
|
#17691: merge with 3.3.
Ezio Melotti
2013-06-08
1
-0/+3
|
\
\
|
|
/
|
*
#17691: test_univnewlines now works with unittest test discovery. Patch by Z...
Ezio Melotti
2013-06-08
1
-0/+3
*
|
merge w/ 3.3 for issue #18055
Brett Cannon
2013-06-07
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18055: Move to importlib from imp for IDLE.
Brett Cannon
2013-06-07
1
-0/+2
*
|
Issue #17314: Stop using imp in multiprocessing.forking and move over
Brett Cannon
2013-06-07
1
-0/+2
*
|
Closes #11959: SMTPServer and SMTPChannel now take an optional map, use of wh...
Vinay Sajip
2013-06-07
1
-0/+3
*
|
Issue #17931: Resolve confusion on Windows between pids and process handles.
Richard Oudkerk
2013-06-05
1
-3/+2
*
|
Add reference implementation for PEP 443
Ćukasz Langa
2013-06-05
1
-0/+3
*
|
Close #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are identified
Victor Stinner
2013-06-04
1
-0/+4
*
|
merge
Brett Cannon
2013-06-04
1
-0/+3
|
\
\
|
*
|
Close #17932: Fix an integer overflow issue on Windows 64-bit in iterators:
Victor Stinner
2013-06-04
1
-0/+3
*
|
|
Tweak at the suggestion of Ezio Melotti for exception messages when
Brett Cannon
2013-06-04
1
-0/+3
|
/
/
*
|
(Merge 3.3) Close #18109: os.uname() now decodes fields from the locale
Victor Stinner
2013-06-03
1
-1/+5
|
\
\
|
|
/
[next]