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
*
Bump version.
v3.2rc2
Georg Brandl
2011-01-30
1
-1/+1
*
#10680: fix mutually exclusive arguments in argument groups.
Georg Brandl
2011-01-30
1
-0/+3
*
#10961: fix exception handling in new pydoc server code.
Georg Brandl
2011-01-30
1
-0/+3
*
#9124: mailbox now accepts binary input and uses binary internally
R. David Murray
2011-01-30
1
-0/+6
*
Issue #10845: Improve compatibility between multiprocessing on Windows and pa...
Nick Coghlan
2011-01-30
1
-0/+4
*
Protect logging call against None argument (fixes #11045).
Éric Araujo
2011-01-29
1
-0/+2
*
Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save
Ned Deily
2011-01-29
1
-0/+3
*
Issue #11054: Allow Mac OS X installer builds to again work on 10.5 with
Ned Deily
2011-01-29
1
-0/+7
*
Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x,
Ned Deily
2011-01-29
1
-0/+4
*
Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the
Ned Deily
2011-01-29
1
-0/+4
*
Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True).
Victor Stinner
2011-01-29
1
-0/+2
*
Issue #11020: Command-line pyclbr was broken because of missing 2-to-3
Raymond Hettinger
2011-01-27
1
-0/+3
*
#11019: Make BytesGenerator handle Message with None body.
R. David Murray
2011-01-26
1
-0/+3
*
Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a
Raymond Hettinger
2011-01-26
1
-0/+4
*
Issue #11004: Repair edge case in deque.count().
Raymond Hettinger
2011-01-25
1
-0/+2
*
#10974: IDLE no longer crashes if its recent files list includes files
Ned Deily
2011-01-24
1
-0/+3
*
Issue #9509: make argarse properly handle IOErrors raised by argparse.FileTyp...
Steven Bethard
2011-01-24
1
-0/+2
*
Make the type consistent for hashlib algorithm constants. (Reviewed by Benja...
Raymond Hettinger
2011-01-24
1
-0/+3
*
Issue #10987: Fix the recursion limit handling in the _pickle module.
Antoine Pitrou
2011-01-23
1
-0/+2
*
Issue #10955: Fix typo in NEWS, cp497 => cp437
Victor Stinner
2011-01-23
1
-1/+1
*
#10983: fix several bugs in the _tunnel implementation that seem to have miss...
Georg Brandl
2011-01-22
1
-0/+2
*
To match the behaviour of HTTP server, the HTTP client library now also encodes
Armin Ronacher
2011-01-22
1
-0/+5
*
Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.
Armin Ronacher
2011-01-22
1
-0/+4
*
Issue #10955: fix NEWS entry
Victor Stinner
2011-01-22
1
-1/+1
*
Issue #10955: zipimport uses ASCII at bootstrap
Victor Stinner
2011-01-22
1
-0/+5
*
Issue #10949: Improved robustness of rotating file handlers.
Vinay Sajip
2011-01-21
1
-0/+2
*
Issue #10955: Fix a potential crash when trying to mmap() a file past its
Antoine Pitrou
2011-01-20
1
-0/+3
*
Issue #10898: Allow compiling the posix module when the C library defines
Antoine Pitrou
2011-01-19
1
-0/+3
*
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Antoine Pitrou
2011-01-18
1
-0/+3
*
Rewrap and punctuation consistency.
Georg Brandl
2011-01-16
1
-60/+58
*
Add missing NEWS entry for r87948
Nick Coghlan
2011-01-16
1
-0/+3
*
Post-release updates.
Georg Brandl
2011-01-16
1
-0/+12
*
Bump to 3.2rc1.
Georg Brandl
2011-01-15
1
-0/+2
*
Issue #10916: mmap should not segfault when a file is mapped using 0 as
Antoine Pitrou
2011-01-15
1
-0/+4
*
Issue #10913: Deprecate misleading functions PyEval_AcquireLock() and
Antoine Pitrou
2011-01-15
1
-0/+3
*
#10843: Update third-party library versions used in OS X 32-bit
Ned Deily
2011-01-15
1
-0/+5
*
#10843: Install the Tools directory on OS X in the applications
Ned Deily
2011-01-15
1
-0/+4
*
#10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5,
Ned Deily
2011-01-15
1
-0/+4
*
Issue #4953: add the author of the patch
Victor Stinner
2011-01-14
1
-1/+2
*
Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not
Victor Stinner
2011-01-14
1
-0/+4
*
Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl()
Victor Stinner
2011-01-14
1
-0/+2
*
Issue #10899: No function type annotations in the standard library.
Raymond Hettinger
2011-01-12
1
-0/+3
*
Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch
Antoine Pitrou
2011-01-12
1
-0/+3
*
don't segfault on deleting __abstractmethods__ #10892
Benjamin Peterson
2011-01-12
1
-0/+3
*
Issue #5109: array.array constructor will now use fast code when
Alexander Belopolsky
2011-01-11
1
-0/+3
*
#10820: Fix OS X framework installs to support version-specific
Ned Deily
2011-01-10
1
-0/+3
*
Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
Terry Reedy
2011-01-10
1
-0/+2
*
Issue #10872: The repr() of TextIOWrapper objects now includes the mode
Antoine Pitrou
2011-01-09
1
-0/+3
*
#10869: do not visit root node twice in ast.increment_lineno().
Georg Brandl
2011-01-09
1
-0/+3
*
#5871: protect against header injection attacks.
R. David Murray
2011-01-09
1
-0/+7
[next]