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
*
Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
Serhiy Storchaka
2013-12-21
1
-0/+3
*
Issue #20034: Updated alias mapping to most recent locale.alias file
Serhiy Storchaka
2013-12-20
1
-0/+3
*
Issue #19683: Removed empty tests from test_minidom.
Zachary Ware
2013-12-19
1
-0/+3
*
Issue #5815: Fixed support for locales with modifiers. Fixed support for
Serhiy Storchaka
2013-12-19
1
-0/+3
*
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
Victor Stinner
2013-12-19
1
-0/+3
*
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
Serhiy Storchaka
2013-12-19
1
-0/+3
*
#19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
1
-0/+4
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+3
*
Issue #17976: Fixed potential problem with file.write() not detecting IO error
Serhiy Storchaka
2013-12-17
1
-0/+4
*
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
Zachary Ware
2013-12-16
1
-1/+1
*
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
Serhiy Storchaka
2013-12-16
1
-0/+2
*
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
1
-0/+3
*
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
1
-1/+2
*
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
1
-0/+2
*
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
1
-0/+6
*
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
Gregory P. Smith
2013-12-11
1
-0/+5
*
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily
2013-12-11
1
-0/+3
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
1
-1/+1
*
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
1
-0/+2
*
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
Serhiy Storchaka
2013-12-10
1
-0/+6
*
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
Victor Stinner
2013-12-10
1
-0/+2
*
Issue #19099: The struct module now supports Unicode format strings.
Serhiy Storchaka
2013-12-08
1
-0/+2
*
Closes #19878: Fix segfault in bz2 module.
Nadeem Vawda
2013-12-08
1
-0/+3
*
Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
Serhiy Storchaka
2013-12-06
1
-0/+2
*
Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...
Antoine Pitrou
2013-12-05
1
-0/+3
*
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
Tim Peters
2013-12-04
1
-0/+4
*
Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
Alexandre Vassalotti
2013-12-01
1
-3/+0
*
Issue #6477: Added pickling support for singletons and their types.
Alexandre Vassalotti
2013-12-01
1
-0/+3
*
Fix typo in Misc/NEWS.
Alexandre Vassalotti
2013-11-30
1
-2/+2
*
Issue #16231: Allow false values other than None to be used as persistent IDs.
Alexandre Vassalotti
2013-11-30
1
-0/+5
*
Issue #19595: Re-enable a long-disabled test in test_winsound
Zachary Ware
2013-11-28
1
-0/+2
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-0/+5
*
Merge heads
Zachary Ware
2013-11-26
1
-0/+3
|
\
|
*
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
1
-0/+3
*
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
1
-0/+3
|
/
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-0/+2
*
Issue #19638: Raise ValueError instead of crashing when converting billion ch...
Mark Dickinson
2013-11-26
1
-0/+3
*
Fix test.test_support.bind_port() to not cause an error when Python was
Gregory P. Smith
2013-11-25
1
-0/+4
*
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
Serhiy Storchaka
2013-11-21
1
-0/+3
*
#19449: Handle non-string keys when generating 'fieldnames' error.
R David Murray
2013-11-19
1
-0/+3
*
Issue #12853: Correct NameError in distutils upload command.
Jason R. Coombs
2013-11-16
1
-0/+2
*
Issue #19523: Closed FileHandler leak which occurred when delay was set.
Vinay Sajip
2013-11-15
1
-0/+2
*
merge 2.7.6 release branch
Benjamin Peterson
2013-11-10
1
-1/+1
|
\
|
*
2.7.6 final
v2.7.6
Benjamin Peterson
2013-11-10
1
-1/+1
|
*
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.
Ned Deily
2013-11-05
1
-0/+8
*
|
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
Serhiy Storchaka
2013-11-09
1
-0/+2
*
|
#19480: HTMLParser now accepts all valid start-tag names as defined by the HT...
Ezio Melotti
2013-11-07
1
-1/+4
*
|
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.
Ned Deily
2013-11-05
1
-0/+8
*
|
Remove merge artifact from Misc/NEWS
Nick Coghlan
2013-11-04
1
-1/+0
*
|
Close #17827: Document codecs.encode & codecs.decode
Nick Coghlan
2013-11-04
1
-0/+4
[next]