Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
d105196c728110879b92984feb198b0bd600aaf9
/
Misc
/
NEWS
d105196
Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of
by Serhiy Storchaka
· 12 years ago
0e4d852
Issue #20034: Updated alias mapping to most recent locale.alias file
by Serhiy Storchaka
· 12 years ago
1875536
Issue #19683: Removed empty tests from test_minidom.
by Zachary Ware
· 12 years ago
bd78986
Issue #5815: Fixed support for locales with modifiers. Fixed support for
by Serhiy Storchaka
· 12 years ago
9450219
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
by Victor Stinner
· 12 years ago
0c221be
Issue #18829: csv.Dialect() now checks type for delimiter, escapechar and
by Serhiy Storchaka
· 12 years ago
1516039
#19855: uuid.get_node now looks on the PATH for executables on unix.
by R David Murray
· 12 years ago
c97f5ed
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
by Serhiy Storchaka
· 12 years ago
6d56231
Issue #17976: Fixed potential problem with file.write() not detecting IO error
by Serhiy Storchaka
· 12 years ago
51e90bc
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
by Zachary Ware
· 12 years ago
dd5a46c
Issue #19912: Fixed numerous bugs in ntpath.splitunc().
by Serhiy Storchaka
· 12 years ago
d1a61dc
Issue #19623: Fixed writing to unseekable files in the aifc module.
by Serhiy Storchaka
· 12 years ago
a92cc91
Issue #17919: Fixed integer overflow in the eventmask parameter.
by Serhiy Storchaka
· 12 years ago
17f22c9
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
by Serhiy Storchaka
· 12 years ago
66c6e9d
Issue #14432: Generator now clears the borrowed reference to the thread state
by Victor Stinner
· 12 years ago
9ffb148
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
by Gregory P. Smith
· 12 years ago
278543d
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
by Ned Deily
· 12 years ago
1f70221
Issue #19572: More silently skipped tests explicitly skipped.
by Zachary Ware
· 12 years ago
95d7219
Issue #19928: Implemented a test for repr() of cell objects.
by Serhiy Storchaka
· 12 years ago
7057f3f
Issue #19481: print() of unicode, str or bytearray subclass instance in IDLE
by Serhiy Storchaka
· 12 years ago
7821ff3
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
by Victor Stinner
· 12 years ago
5493d5e
Issue #19099: The struct module now supports Unicode format strings.
by Serhiy Storchaka
· 12 years ago
337c50b
Closes #19878: Fix segfault in bz2 module.
by Nadeem Vawda
· 12 years ago
7c57385
Issue #16373: Prevent infinite recursion for ABC Set class comparisons.
by Serhiy Storchaka
· 12 years ago
197e71b
Issue #18840: Introduce the json module in the tutorial, and deemphasize the pickle module.
by Antoine Pitrou
· 12 years ago
0ee9baa
Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.
by Tim Peters
· 12 years ago
df9460f
Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.
by Alexandre Vassalotti
· 12 years ago
a293428
Issue #6477: Added pickling support for singletons and their types.
by Alexandre Vassalotti
· 12 years ago
34ca066
Fix typo in Misc/NEWS.
by Alexandre Vassalotti
· 12 years ago
1d3a173
Issue #16231: Allow false values other than None to be used as persistent IDs.
by Alexandre Vassalotti
· 12 years ago
72a01b2
Issue #19595: Re-enable a long-disabled test in test_winsound
by Zachary Ware
· 12 years ago
26d936a
Issue #19795: Improved markup of True/False constants.
by Serhiy Storchaka
· 12 years ago
2a57009
Merge heads
by Zachary Ware
· 12 years ago
c0aa245
Issue #19588: Fixed tests in test_random that were silently skipped most
by Zachary Ware
· 12 years ago
6d9d30d
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
by Serhiy Storchaka
· 12 years ago
dafda9b
Issue #11489: JSON decoder now accepts lone surrogates.
by Serhiy Storchaka
· 12 years ago
c2f8c81
Issue #19638: Raise ValueError instead of crashing when converting billion character strings to float.
by Mark Dickinson
· 12 years ago
d82634d
Fix test.test_support.bind_port() to not cause an error when Python was
by Gregory P. Smith
· 12 years ago
5397c97
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
by Serhiy Storchaka
· 12 years ago
eccf9c2
#19449: Handle non-string keys when generating 'fieldnames' error.
by R David Murray
· 12 years ago
91bf058
Issue #12853: Correct NameError in distutils upload command.
by Jason R. Coombs
· 12 years ago
47fe468
Issue #19523: Closed FileHandler leak which occurred when delay was set.
by Vinay Sajip
· 12 years ago
086840a
merge 2.7.6 release branch
by Benjamin Peterson
· 12 years ago
2785195
2.7.6 final
by Benjamin Peterson
· 12 years ago
c47d723
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
by Serhiy Storchaka
· 12 years ago
b814745
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
by Ezio Melotti
· 12 years ago
1185273
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.
by Ned Deily
· 12 years ago
52c48fd
Issue #15663: Revert OS X installer built-in Tcl/Tk support for 2.7.6.
by Ned Deily
· 12 years ago
768e847
Remove merge artifact from Misc/NEWS
by Nick Coghlan
· 12 years ago
6a98749
Close #17827: Document codecs.encode & codecs.decode
by Nick Coghlan
· 12 years ago
57d35c6
Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the
by Zachary Ware
· 12 years ago
14b38f5
Issue #17883: Backport test.test_support._is_gui_available()
by Zachary Ware
· 12 years ago
32e23e7
Issue #18702: All skipped tests now reported as skipped.
by Serhiy Storchaka
· 12 years ago
31b9c84
Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo.
by Serhiy Storchaka
· 12 years ago
8630f16
Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of
by Serhiy Storchaka
· 12 years ago
42fa9ec
Update NEWS
by Jason R. Coombs
· 12 years ago
dd80816
Issue #19085: Added basic tests for all tkinter widget options.
by Serhiy Storchaka
· 12 years ago
a40f5b5
merge 2.7.6 release branch
by Benjamin Peterson
· 12 years ago
9fa6a8b
fix xmlcharrefreplace tests on wide build when tests are loaded from .py[co] files.
by Benjamin Peterson
· 12 years ago
1fdc702
Issue #19457: Fixed xmlcharrefreplace tests on wide build when tests are
by Serhiy Storchaka
· 12 years ago
ae7894c
merge 2.7.6 release branch
by Benjamin Peterson
· 12 years ago
1ef959a
use the collapsed path in the run_cgi method (closes #19435)
by Benjamin Peterson
· 12 years ago
5dba9f6
merge 2.7.6 release branch
by Benjamin Peterson
· 12 years ago
e18b82d
backport #19426
by Benjamin Peterson
· 12 years ago
1c760ca
Issue #19426: Fixed the opening of Python source file with specified encoding.
by Serhiy Storchaka
· 12 years ago
8f8ca76
add 2.7.7 news header
by Benjamin Peterson
· 12 years ago
07ffc78
2.7.6rc1
by Benjamin Peterson
· 12 years ago
657d06b
just return toplevel symbol table rather than all blocks (closes #19393)
by Benjamin Peterson
· 12 years ago
7c5ba45
Issue #19400: Prevent extension module build failures with Xcode 5 on OS X
by Ned Deily
· 12 years ago
f84b531
Issue #19019: Change the OS X installer build script to use CFLAGS instead
by Ned Deily
· 12 years ago
0203a80
Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+
by Ned Deily
· 12 years ago
a2a9f57
Issue #1584: Provide options to override default search paths for Tcl and Tk
by Ned Deily
· 12 years ago
22fb0de
Issue #19327: Fixed the working of regular expressions with too big charset.
by Serhiy Storchaka
· 12 years ago
2147857
Increase macurl2path test coverage
by Senthil Kumaran
· 12 years ago
5d79180
Issue #19352: Fix unittest discovery when a module can be reached through several paths (e.g. under Debian/Ubuntu with virtualenv).
by Antoine Pitrou
· 12 years ago
1793485
Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers)
by Tim Golden
· 12 years ago
51c4d72
Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
by Christian Heimes
· 12 years ago
bc38548
#8964: fix platform._sys_version to handle IronPython 2.6+.
by Ezio Melotti
· 12 years ago
2585e1e
Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read by
by Serhiy Storchaka
· 12 years ago
f105672
Issue #19279: UTF-7 decoder no more produces illegal unicode strings.
by Serhiy Storchaka
· 12 years ago
2f4e764
Remove redundant empty lines.
by Serhiy Storchaka
· 12 years ago
7137803
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
by Serhiy Storchaka
· 12 years ago
a5cd255
Close #19267: Fix support of multibyte encoding (ex: UTF-16) in the logging
by Victor Stinner
· 12 years ago
b33336f
Issue #18758: Fixed and improved cross-references.
by Serhiy Storchaka
· 12 years ago
0fa0173
Issue #18919: Added tests for the sunau module. Unified and extended tests
by Serhiy Storchaka
· 12 years ago
36f6e2c
Issue #18739: Fix inconsistent results from math.log(n) and math.log(long(n))
by Mark Dickinson
· 12 years ago
62a1929
Issue #18458: Prevent crashes with newer versions of libedit. Its readline
by Ned Deily
· 12 years ago
499d821
Issue #18919: If the close() method of a writer in the sunau or wave module
by Serhiy Storchaka
· 12 years ago
986b5ee
Issue #19131: The aifc module now correctly reads and writes sampwidth of
by Serhiy Storchaka
· 12 years ago
b82300b
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
by Tim Peters
· 12 years ago
0189a46
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
by Serhiy Storchaka
· 12 years ago
fdda200
Issue #19137: The pprint module now correctly formats empty set and frozenset
by Serhiy Storchaka
· 12 years ago
d5849f5
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
by Barry Warsaw
· 12 years ago
42faa55
- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
by Barry Warsaw
· 12 years ago
e763a91
Fix typo in NEWS file.
by Barry Warsaw
· 12 years ago
9238528
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary.
by Antoine Pitrou
· 12 years ago
c545a5e
- Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 to
by Barry Warsaw
· 12 years ago
6c1bb7b
- Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more
by Barry Warsaw
· 12 years ago
87c99a0
Properly initialize all fields of a SSL object after allocation.
by Antoine Pitrou
· 12 years ago
0879b16
Issue #4366: Fix building extensions on all platforms when --enable-shared is used.
by Antoine Pitrou
· 12 years ago
Next »