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
*
(merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes
Victor Stinner
2011-06-30
1
-0/+5
|
\
|
*
Issue #12451: The XInclude default loader of xml.etree now decodes files from
Victor Stinner
2011-06-30
1
-0/+5
*
|
(merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary
Victor Stinner
2011-06-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to
Victor Stinner
2011-06-30
1
-0/+3
*
|
(merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if
Victor Stinner
2011-06-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to
Victor Stinner
2011-06-30
1
-0/+3
*
|
(merge 3.2) Issue #12451: distutils now opens the setup script in binary mode
Victor Stinner
2011-06-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12451: distutils now opens the setup script in binary mode to read the
Victor Stinner
2011-06-30
1
-0/+3
*
|
(merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore,
Victor Stinner
2011-06-29
1
-0/+4
|
\
\
|
|
/
|
*
Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures
Victor Stinner
2011-06-29
1
-0/+4
*
|
Issue #9516: Update Misc/NEWS to include packaging.
Ned Deily
2011-06-29
1
-1/+1
*
|
Issue #9516: Merge Distutils changes from 3.2
Ned Deily
2011-06-29
1
-0/+11
|
\
\
|
|
/
|
*
Issue #9516: Update Misc/NEWS.
Ned Deily
2011-06-29
1
-0/+11
*
|
Issue #12141: Install copies of template C module file so that
Ned Deily
2011-06-28
1
-0/+5
|
\
\
|
|
/
|
*
Issue #12141: Install a copy of template C module file so that
Ned Deily
2011-06-28
1
-0/+4
*
|
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
1
-0/+8
|
\
\
|
|
/
|
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
1
-0/+8
*
|
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
Ned Deily
2011-06-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
Ned Deily
2011-06-28
1
-0/+3
*
|
don't memoize objects that are their own copies (closes #12422)
Benjamin Peterson
2011-06-27
1
-0/+3
*
|
Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
Ross Lagerwall
2011-06-25
1
-0/+2
*
|
Merge with 3.2 (Issue #12404).
Ross Lagerwall
2011-06-25
1
-0/+3
|
\
\
|
|
/
|
*
Issue 12404: Remove C89 incompatible code from mmap module.
Ross Lagerwall
2011-06-25
1
-0/+3
*
|
give the names of missing positional or keyword-only arguments (closes #12356)
Benjamin Peterson
2011-06-24
1
-0/+4
*
|
#1874: detect invalid multipart CTE and report it as a defect.
R David Murray
2011-06-22
1
-0/+3
*
|
(merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the
Victor Stinner
2011-06-21
1
-0/+3
|
\
\
|
|
/
|
*
Close #12383: Fix subprocess module with env={}: don't copy the environment
Victor Stinner
2011-06-21
1
-0/+3
*
|
use a invalid name for the __class__ closure for super() (closes #12370)
Benjamin Peterson
2011-06-20
1
-0/+3
*
|
packaging: Add the project directory to sys.path to support local setup hooks.
Éric Araujo
2011-06-19
1
-1/+4
*
|
#6771: Move wrapper function into __init__ and eliminate wrapper module
R David Murray
2011-06-19
1
-0/+4
*
|
merge #11584: make Header and make_header handle binary unknown-8bit input
R David Murray
2011-06-18
1
-1/+2
|
\
\
|
|
/
|
*
#11584: make Header and make_header handle binary unknown-8bit input
R David Murray
2011-06-18
1
-1/+2
*
|
merge #11584: make decode_header handle Header objects correctly
R David Murray
2011-06-18
1
-0/+3
|
\
\
|
|
/
|
*
#11584: make decode_header handle Header objects correctly
R David Murray
2011-06-18
1
-0/+3
*
|
merge #11700: proxy object close methods can now be called multiple times
R David Murray
2011-06-18
1
-0/+3
|
\
\
|
|
/
|
*
#11700: proxy object close methods can now be called multiple times
R David Murray
2011-06-18
1
-0/+3
*
|
merge #11767: use context manager to close file in __getitem__ to prevent FD ...
R David Murray
2011-06-17
1
-0/+2
|
\
\
|
|
/
|
*
#11767: use context manager to close file in __getitem__ to prevent FD leak
R David Murray
2011-06-17
1
-0/+2
*
|
(Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request
Victor Stinner
2011-06-17
1
-0/+4
|
\
\
|
|
/
|
*
Issue #12133: fix a ResourceWarning in urllib.request
Victor Stinner
2011-06-17
1
-0/+4
|
*
branch merge?
Brian Curtin
2011-06-13
1
-0/+15
|
|
\
*
|
\
branch merge
Brian Curtin
2011-06-13
1
-0/+3
|
\
\
\
|
*
\
\
Merge from 3.2 for Issue #12084.
Brian Curtin
2011-06-13
1
-0/+3
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Fix #12084. os.stat on Windows wasn't working properly with relative symlinks.
Brian Curtin
2011-06-13
1
-0/+3
*
|
|
|
allow __dir__ to return any sequence
Benjamin Peterson
2011-06-11
1
-0/+3
*
|
|
|
merge 3.2 (#9284)
Benjamin Peterson
2011-06-11
1
-0/+3
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
allow "fake" filenames in findsource (closes #9284)
Benjamin Peterson
2011-06-11
1
-0/+3
*
|
|
|
Branch merge
Éric Araujo
2011-06-11
1
-0/+7
|
\
\
\
\
|
*
|
|
|
Allow multiple setup hooks in packaging’s setup.cfg files (#12240).
Éric Araujo
2011-06-10
1
-0/+3
|
*
|
|
|
Fix assorted bugs in packaging.util.cfg_to_args (#11595).
Éric Araujo
2011-06-10
1
-0/+4
[next]