Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
5cfc79d Issue #20532: Tests which use _testcapi now are marked as CPython only. 07 February 2014, 08:06:39 UTC
fe4ef39 Silence BytesWarning (backport 267a4d4d9d65). 06 February 2014, 22:26:57 UTC
bc27a05 Issue #20363. Fixed BytesWarning triggerred by test suite. Patch by Berker Peksag. 06 February 2014, 20:49:45 UTC
5e028ae Fix empty strings to empty bytes objects. 06 February 2014, 19:10:41 UTC
07fbd78 Issue #20488: Update docs to say importlib is *the* implementaiton of import and not *an* implementation. 06 February 2014, 14:46:08 UTC
5b4fab1 Issue #20520: Fixed readline test in test_codecs. 06 February 2014, 07:26:56 UTC
22d415c Issue #20374: delete spurious empty line 06 February 2014, 01:02:29 UTC
cb63140 Issue #20374: delete spurious empty line 06 February 2014, 01:02:29 UTC
625895e Issue #20374: Avoid compiler warnings when compiling readline with libedit. 06 February 2014, 00:53:10 UTC
c814025 Bump to 3.3.4 final 09 February 2014, 07:43:05 UTC
7b9ddea Issue #20374: Avoid compiler warnings when compiling readline with libedit. 06 February 2014, 00:53:10 UTC
2368607 #14515: clarify that TemporaryDirectory's __enter__ returns the name. 05 February 2014, 19:53:40 UTC
3b4f159 Issue #19920: TarFile.list() no longer fails when outputs a listing containing non-encodable characters. Added tests for TarFile.list(). Based on patch by Vajrasky Kok. 05 February 2014, 18:53:36 UTC
1812bd4 Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests. 05 February 2014, 11:42:01 UTC
d33491e Issue #20515: Fix NULL pointer dereference introduced by issue #20368 CID 1167595 04 February 2014, 23:29:17 UTC
6068b6c Issue #20509: Added cross-reference in documentation. 04 February 2014, 16:28:07 UTC
091d017 restore namespacing of pyexpat symbols (closes #19186) 04 February 2014, 15:10:55 UTC
c564038 Issue #20474: Fix "unexpected success" test_socket failures on OS X 10.7+. 03 February 2014, 21:58:31 UTC
160f892 Skip expr* tests for large integers for Tcl <8.5. The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5. 03 February 2014, 20:31:09 UTC
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. 03 February 2014, 19:59:59 UTC
b3de1a7 Issue #19761: Fixed Tkinter tests on OS X. 03 February 2014, 19:33:33 UTC
1317e14 Issue #20368: The null character now correctly passed from Tcl to Python. Improved error handling in variables-related commands. 03 February 2014, 19:24:07 UTC
fc05525 Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), exprlong() and exprboolean(). 03 February 2014, 18:41:34 UTC
3633da2 Use different word 03 February 2014, 14:04:02 UTC
554f22f Added cookbook entry on logging filter configuration using dictConfig(). 03 February 2014, 11:51:45 UTC
57839a6 Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline translation settings. 02 February 2014, 22:37:29 UTC
6bb21c4 Issue #19990: Install test/imghdrdata. 02 February 2014, 21:59:49 UTC
be7ff9f Issue #20423: fix documentation of io.StringIO's newline parameter 02 February 2014, 21:48:25 UTC
92af06b Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. 02 February 2014, 21:04:24 UTC
091d386 use with statement to ensure zipfile is always closed (closes #20102) 02 February 2014, 20:30:22 UTC
c8d9e0e Update the python.gif icon for the Idle classbrowser and pathbowser from the old green snake to the new new blue and yellow snakes. 02 February 2014, 04:08:33 UTC
f27b9a7 #20288: fix handling of invalid numeric charrefs in HTMLParser. 01 February 2014, 19:21:01 UTC
a479b75 Issue #20460: Render 'bytes' as a class, not a function. Patch by OSAMU NAKAMURA. 31 January 2014, 18:06:14 UTC
19c1f3d Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@. 31 January 2014, 17:30:36 UTC
844dcfb Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. 30 January 2014, 06:59:34 UTC
224c9c1 inspect.docs: Document constructors for Signature & Parameter #20442 30 January 2014, 05:12:02 UTC
bb08b36 Issue #20373: generalize use of test.script_helper in test_warnings. Patch by Arfrever. 29 January 2014, 22:44:05 UTC
c92ea76 Issue #20424: Python implementation of io.StringIO now supports lone surrogates. 29 January 2014, 09:33:26 UTC
1e40295 Idlelib: forward port changes that silenced 2.7 -3 deprecation warnings and which are at least as efficient. On Py3, unpacking exceptions never works. 29 January 2014, 04:13:45 UTC
c369c2c Issue #19456: ntpath.join() now joins relative paths correctly when a drive is present. 27 January 2014, 21:15:14 UTC
99e033b Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely successful when called during nulling out of modules during shutdown. Misleading exception no longer raised when resource warning is emitted during shutdown. 27 January 2014, 09:18:27 UTC
b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate arguments. Patch by Glenn Langford. 27 January 2014, 08:11:48 UTC
87203d3 Post release update. 27 January 2014, 07:35:20 UTC
dcdb98b Added tag v3.3.4rc1 for changeset fa92f5f940c6 27 January 2014, 07:24:09 UTC
4ca5655 Remove old tag. 27 January 2014, 07:24:02 UTC
03f873d .hgtouch: add a rule for Include/Python-ast.h 27 January 2014, 06:56:59 UTC
a814533 Closes #19966: allow hgtouch to operate on a base dir that is != the repo root. 27 January 2014, 07:22:49 UTC
d1c85fd eliminate redundancy between yield stmt and yield expr docs (closes #12704) Patch by Nikolaus Rath. 27 January 2014, 03:52:08 UTC
91d4278 Issue #17721: Remove non-functional configuration dialog help button until we make it actually gives some help when clicked. Patch by Guilherme Simões. 27 January 2014, 03:24:26 UTC
1b759bc Idlelib.calltips: add test of starred first parameters. They should not be removed even for bound methods. (Inspect.signature does, see 20401.) 27 January 2014, 02:34:33 UTC
a4b6b53 Merge heads. 27 January 2014, 01:12:18 UTC
a0f1e22 Issue #20338: Increase allowed tip width slightly and wrap long signagure lines. Original patch by Serhiy Storchaka. 27 January 2014, 00:55:34 UTC
1ac0095 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. 26 January 2014, 21:48:38 UTC
8003850 Issue #8260: The read(), readline() and readlines() methods of codecs.StreamReader returned incomplete data when were called after readline() or read(size). Based on patch by Amaury Forgeot d'Arc. 26 January 2014, 17:21:00 UTC
714d7ff update sphinx url 25 January 2014, 18:27:06 UTC
039a02c linkify 25 January 2014, 18:26:18 UTC
91b0bc2 Issue #20331: Fixed possible FD leaks in various modules: http.server, imghdr, mailcap, mimetypes, xml.etree. 25 January 2014, 17:43:02 UTC
9332096 Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout towards zero 25 January 2014, 13:37:50 UTC
b72e69e Fix grammar. 25 January 2014, 10:11:43 UTC
92b1382 Added tag v3.3.4rc1 for changeset 7f32e55f161b 25 January 2014, 08:49:22 UTC
18f2ce9 Bump to 3.3.4rc1. 25 January 2014, 08:19:50 UTC
12e18c3 Update IDLE news from Misc/NEWS. 25 January 2014, 08:19:36 UTC
bcf6924 doc: pydoc topic and suspicious markup update 25 January 2014, 08:15:44 UTC
381c280 #20311: revert changes to 3.3 branch for now until experts have decided how to resolve the issue. 25 January 2014, 08:11:13 UTC
c114353 #16042: CVE-2013-1752: smtplib fix for unlimited readline() from socket 25 January 2014, 08:02:18 UTC
f580d5b update hosting faq 25 January 2014, 04:59:57 UTC
a7184e6 Fix typo. 24 January 2014, 20:28:06 UTC
2d5a092 Issue #20384: Fix the test_tarfile test on Windows. On Windows os.open() error message doesn't contain file name. 24 January 2014, 20:19:23 UTC
f0b463a new plan: just remove typecasts (closes #20374) 24 January 2014, 16:44:16 UTC
add94c9 Issue 20317: Remove debugging code from contextlib - Alex J Burke noticed a debugging raise in the commit that fixed the original bug reported in issue 20317 - this showed that multiple iterations through the affected loop wasn't actually being tested 24 January 2014, 13:05:45 UTC
5f6bf55 use new readline function types (closes #20374) 24 January 2014, 05:32:12 UTC
bdf0cb5 Fixed test_user_command on OpenSolaris where floats can have different string representation in Tcl and Python. 23 January 2014, 14:48:44 UTC
744135d Issue #19936: Restored executable bits for several libffi files. These files have shebangs and executable bits in the libffi distribution. 23 January 2014, 14:22:55 UTC
4b73016 Added test_user_command in test_tcl. It tests the convertion Tcl values to Python values when Tcl calls a command implemented on Python. Currently all values are passed as strings. 23 January 2014, 07:44:05 UTC
94338de Issue #17390: Add Python version to Idle editor window title bar. Original patches by Edmond Burnett and Kent Johnson. 23 January 2014, 05:36:46 UTC
09761e7 Issue #20317: Don't create a reference loop in ExitStack 22 January 2014, 12:24:46 UTC
0e3b0e3 Issue #20818: Remove code from idlelib.CallTipWindow.showtip that is now completely redundant. After 16638 patch, CallTips.get_argspec trims over-long signature strings as well as docstring lines. 22 January 2014, 02:12:24 UTC
d5710f8 Issue #16638: Include up to 5 docstring header lines (before first blank) in Idle calltips. This is needed for builtins, such bytes (which is why 5). Based on patch by Serhiy Storchaka. 22 January 2014, 01:45:17 UTC
758fa5e Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError. 22 January 2014, 00:11:43 UTC
6b2e559 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. 21 January 2014, 21:58:40 UTC
d9bed99 Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. 21 January 2014, 21:58:40 UTC
715476d Issue #16630: Make Idle calltips work even when __getattr__ raises. Initial patch by Roger Serwy. 21 January 2014, 20:36:51 UTC
65fd059 Issue #2382: SyntaxError cursor "^" now is written at correct position in most cases when multibyte characters are in line (before "^"). This still not works correctly with wide East Asian characters. 21 January 2014, 20:26:52 UTC
f7d2874 Issue #20301: Mention the correct KEY_* value as the default for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo. 21 January 2014, 19:49:22 UTC
7ed509a fix deprecated-removed directive with sphinx 1.2 21 January 2014, 18:20:31 UTC
eed1661 Issue #16655: Explain why Idle's test_calltips has 'fragile' tests of builtins. 21 January 2014, 08:07:51 UTC
681ede8 Issue #20122: Idlelib: Move tests in CallTips.py to test_calltips.py. 21 January 2014, 05:26:21 UTC
30ffe7e Issue #20222: file is no longer a builtin in 3.x. 21 January 2014, 05:01:51 UTC
39d798e Issue #20311: Try to fix the unit test, use time.monotonic() instead of time.perf_counter() Move also the unit test at the end. 21 January 2014, 01:37:41 UTC
665486e Issue #20311: select.epoll.poll() now rounds the timeout away from zero, instead of rounding towards zero. For example, a timeout of one microsecond is now rounded to one millisecond, instead of being rounded to zero. 21 January 2014, 00:41:00 UTC
9b7a1a1 Issue #20262: Warnings are raised now when duplicate names are added in the ZIP file or too long ZIP file comment is truncated. 20 January 2014, 19:57:40 UTC
7e52705 Issue #20315: Removed support for backward compatibility with early 2.x versions. 20 January 2014, 19:29:31 UTC
6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. 20 January 2014, 14:31:08 UTC
1cfe009 put notes in a ..note section 20 January 2014, 05:10:23 UTC
f6ffb4b document that a new Python thread context is created in ctypes callbacks (closes #6627) Patch by Nikolaus Rath. 20 January 2014, 05:09:53 UTC
e83ed43 improve description of buffers argument for readv/writev (closes #17811) Patch by Nikolaus Rath. 19 January 2014, 03:54:59 UTC
a96860c correct news entry for #18574 19 January 2014, 03:31:27 UTC
3836593 add Nikolaus Rath to ACKS 19 January 2014, 02:50:35 UTC
0442423 fix handling of 100-continue status code (closes #18574) 19 January 2014, 02:50:18 UTC
4295353 #19855: restore use of LC_ALL, not LC_MESSAGES I didn't realize LC_ALL was an override, and I should have. I tried to make a test, but it is not clear that the LC variables actually affect the strings that uuid is using to parse the command output. 18 January 2014, 19:56:10 UTC
back to top