Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.3.5rc1
/
Misc
e12675a
Bump to 3.3.5rc1.
by Georg Brandl
· 11 years ago
2d65951
Issue #20221: Removed conflicting (or circular) hypot definition
by Zachary Ware
· 11 years ago
e959776
Fixed grid_columnconfigure() and grid_rowconfigure() methods of
by Serhiy Storchaka
· 11 years ago
d5c8ce7
Issue #19612: On Windows, subprocess.Popen.communicate() now ignores
by Victor Stinner
· 12 years ago
9e5a987
Issue #20609: Fix building 64-bit binaries on 32-bit Windows.
by Zachary Ware
· 12 years ago
cefe6b3
Issue #20510: Rewrote test_exit in test_sys to match existing comments
by Zachary Ware
· 12 years ago
5b8d2c3
Issue #8478: Untokenizer.compat now processes first token from iterator input.
by Terry Jan Reedy
· 12 years ago
b24f481
Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust.
by Ned Deily
· 12 years ago
dbb1019
Issue #6815: os.path.expandvars() now supports non-ASCII environment
by Serhiy Storchaka
· 12 years ago
61e2493
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair.
by Serhiy Storchaka
· 12 years ago
932bba3
avoid name clash with posix_close (closes #20594)
by Benjamin Peterson
· 12 years ago
3a308b9
Issue #19856: shutil.move() failed to move a directory to other directory
by Serhiy Storchaka
· 12 years ago
c2f665e
don't put runtime values in array initializer for C89 compliance (closes #20588)
by Benjamin Peterson
· 12 years ago
8f9c20b
merge with 3.3.4 releasing repo
by Georg Brandl
· 12 years ago
a37fcb2
Post-release updates.
by Georg Brandl
· 12 years ago
505ff75
Issue #20437: Fixed 21 potential bugs when deleting objects references.
by Serhiy Storchaka
· 12 years ago
a7bf78d
news entry
by Georg Brandl
· 12 years ago
v3.3.4
e9c3147
#14983: always add a line end after a MIME boundary marker.
by R David Murray
· 12 years ago
b7d6d2a
Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket.
by Antoine Pitrou
· 12 years ago
0400d33
#16983: Apply postel's law to encoded words inside quoted strings.
by R David Murray
· 12 years ago
905c8c3
#19772: Do not mutate message when downcoding to 7bit.
by R David Murray
· 12 years ago
a7c07d3
Issue #20406: Use Python application icons for Idle window title bars.
by Terry Jan Reedy
· 12 years ago
98585b6
Fix #18805 NEWS entry
by Nick Coghlan
· 12 years ago
932346f
Issue #18805: better netmask validation in ipaddress
by Nick Coghlan
· 12 years ago
016a3f3
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
by Serhiy Storchaka
· 12 years ago
1e94989
#17369: Improve handling of broken RFC2231 values in get_filename.
by R David Murray
· 12 years ago
bd3a11b
#20013: don't raise socket error when selected mailbox deleted.
by R David Murray
· 12 years ago
5cfc79d
Issue #20532: Tests which use _testcapi now are marked as CPython only.
by Serhiy Storchaka
· 12 years ago
07fbd78
Issue #20488: Update docs to say importlib is *the* implementaiton of
by Brett Cannon
· 12 years ago
c814025
Bump to 3.3.4 final
by Georg Brandl
· 12 years ago
3b4f159
Issue #19920: TarFile.list() no longer fails when outputs a listing
by Serhiy Storchaka
· 12 years ago
d33491e
Issue #20515: Fix NULL pointer dereference introduced by issue #20368
by Christian Heimes
· 12 years ago
091d017
restore namespacing of pyexpat symbols (closes #19186)
by Benjamin Peterson
· 12 years ago
c564038
Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+.
by Ned Deily
· 12 years ago
d2cc743
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.
by Antoine Pitrou
· 12 years ago
1317e14
Issue #20368: The null character now correctly passed from Tcl to Python.
by Serhiy Storchaka
· 12 years ago
57839a6
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings.
by Antoine Pitrou
· 12 years ago
c8d9e0e
Update the python.gif icon for the Idle classbrowser and pathbowser
by Terry Jan Reedy
· 12 years ago
f27b9a7
#20288: fix handling of invalid numeric charrefs in HTMLParser.
by Ezio Melotti
· 12 years ago
844dcfb
Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.
by Gregory P. Smith
· 12 years ago
c92ea76
Issue #20424: Python implementation of io.StringIO now supports lone surrogates.
by Serhiy Storchaka
· 12 years ago
c369c2c
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
by Serhiy Storchaka
· 12 years ago
99e033b
Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely
by Serhiy Storchaka
· 12 years ago
b991597
Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate
by Victor Stinner
· 12 years ago
87203d3
Post release update.
by Georg Brandl
· 12 years ago
91d4278
Issue #17721: Remove non-functional configuration dialog help button until we
by Terry Jan Reedy
· 12 years ago
1ac0095
Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa.
by Serhiy Storchaka
· 12 years ago
8003850
Issue #8260: The read(), readline() and readlines() methods of
by Serhiy Storchaka
· 12 years ago
9332096
Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout
by Victor Stinner
· 12 years ago
18f2ce9
Bump to 3.3.4rc1.
by Georg Brandl
· 12 years ago
381c280
#20311: revert changes to 3.3 branch for now until experts have decided how to resolve the issue.
by Georg Brandl
· 12 years ago
c114353
#16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket
by Georg Brandl
· 12 years ago
5f6bf55
use new readline function types (closes #20374)
by Benjamin Peterson
· 12 years ago
94338de
Issue #17390: Add Python version to Idle editor window title bar.
by Terry Jan Reedy
· 12 years ago
09761e7
Issue #20317: Don't create a reference loop in ExitStack
by Nick Coghlan
· 12 years ago
758fa5e
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError.
by Florent Xicluna
· 12 years ago
65fd059
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
by Serhiy Storchaka
· 12 years ago
665486e
Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
by Victor Stinner
· 12 years ago
9b7a1a1
Issue #20262: Warnings are raised now when duplicate names are added in the
by Serhiy Storchaka
· 12 years ago
6c01e38
Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.
by Stefan Krah
· 12 years ago
a96860c
correct news entry for #18574
by Benjamin Peterson
· 12 years ago
3836593
add Nikolaus Rath to ACKS
by Benjamin Peterson
· 12 years ago
0442423
fix handling of 100-continue status code (closes #18574)
by Benjamin Peterson
· 12 years ago
ff97b08
Issue #20270: urllib.urlparse now supports empty ports.
by Serhiy Storchaka
· 12 years ago
c2d0142
Issue #20243: TarFile no longer raise ReadError when opened in write mode.
by Serhiy Storchaka
· 12 years ago
9fbec7a
Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't
by Serhiy Storchaka
· 12 years ago
53ad0cd
Issue #20245: The open functions in the tarfile module now correctly handle empty mode.
by Serhiy Storchaka
· 12 years ago
c3cf97b
Issue #20265: Updated some parts of the Using Windows document.
by Zachary Ware
· 12 years ago
6f8e81a
Fix some typos/grammar in current sections of NEWS.
by Zachary Ware
· 12 years ago
9fc0e99
Issue #20266: Update parts of the Windows FAQ
by Zachary Ware
· 12 years ago
b992a0e
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
71337cb
Issue #20255: Update the about and bugs pages.
by Zachary Ware
· 12 years ago
9774ce0
Issue #20253: Fixed a typo in the ipaddress docs that advertised an
by Zachary Ware
· 12 years ago
5688222
merge 3.2 (#20246)
by Benjamin Peterson
· 12 years ago
fbf648e
complain when nbytes > buflen to fix possible buffer overflow (closes #20246)
by Benjamin Peterson
· 12 years ago
1fd1202
Issue #20242: Fixed basicConfig() format strings for the alternative formatting styles.
by Vinay Sajip
· 12 years ago
2313e15
#20206, #5803: more efficient algorithm that doesn't truncate output.
by R David Murray
· 12 years ago
939e2db
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
by Senthil Kumaran
· 12 years ago
0abbe8c
Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
by Serhiy Storchaka
· 12 years ago
b4cbb92
Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an
by Senthil Kumaran
· 12 years ago
4637538
fix build when SCHED_SPORADIC is defined (closes #20217)
by Benjamin Peterson
· 12 years ago
cce440f
Issue #19804: The test_find_mac test in test_uuid is now skipped if the
by Serhiy Storchaka
· 12 years ago
4847e4e
Issue #19886: Use better estimated memory requirements for bigmem tests.
by Serhiy Storchaka
· 12 years ago
f451112
Issue #13107: argparse and optparse no longer raises an exception when output
by Serhiy Storchaka
· 12 years ago
cd3d7ca
Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly asked for.
by Antoine Pitrou
· 12 years ago
768c16c
Issue #18960: Fix bugs with Python source code encoding in the second line.
by Serhiy Storchaka
· 12 years ago
5ce3f10
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
by Serhiy Storchaka
· 12 years ago
78ee328
Fix verb tense in base64 docs, and the phrasing of a news entry.
by R David Murray
· 12 years ago
57ddf78
Issue #20113: os.readv() and os.writev() now raise an OSError exception on
by Victor Stinner
· 12 years ago
2bcbc14
Fixes Issue #19081: When a zipimport .zip file in sys.path being imported from
by Gregory P. Smith
· 12 years ago
a21acb5
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
by Serhiy Storchaka
· 12 years ago
7476289
Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
by Martin v. Löwis
· 12 years ago
3e6ab17
avoid parameter name clash (closes #20108)
by Benjamin Peterson
· 12 years ago
3f48ac9
Issue #20055: Fix test_shutil under Windows with symlink privileges held.
by Antoine Pitrou
· 12 years ago
b075cc0
Clarify the wording of a news entry.
by R David Murray
· 12 years ago
b6fac24
Backporing the fix from Issue #12692
by Senthil Kumaran
· 12 years ago
3e86ba4
Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, rather than silently let them emit clear text data.
by Antoine Pitrou
· 12 years ago
ecff5e5
#18116: backport fix to 3.3 since real-world failure mode demonstrated.
by R David Murray
· 12 years ago
5eb0153
Issue #20027: Fixed locale aliases for devanagari locales.
by Serhiy Storchaka
· 12 years ago
d97c01f
Issue #20067: Tkinter variables now work when wantobjects is false.
by Serhiy Storchaka
· 12 years ago
Next »