https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
68707af merge 23 February 2014, 07:46:00 UTC
89e5671 #20719: Disable the robotparser python.org test until the gzip encoding issue can be sorted. 23 February 2014, 07:45:15 UTC
e12675a Bump to 3.3.5rc1. 23 February 2014, 07:30:06 UTC
ed7d0c4 Update pydoc topics. 23 February 2014, 07:24:37 UTC
c3111fc Issue #20730: Fix typo reported by Claudiu Popa. 23 February 2014, 05:37:16 UTC
2d65951 Issue #20221: Removed conflicting (or circular) hypot definition when compiled with VS 2010 or above. Initial patch by Tabrez Mohammed. 20 February 2014, 21:36:34 UTC
a96fd48 merge 3.2 (#20695) 20 February 2014, 04:06:24 UTC
665a2bc bump Python-ast.c 20 February 2014, 04:05:26 UTC
1b94030 update logo url (#20695) 20 February 2014, 03:55:16 UTC
f6218a2 open retrieved file in binary mode, since it's now compressed 20 February 2014, 03:56:35 UTC
2bb6c35 Merge heads 19 February 2014, 17:03:58 UTC
1f9e601 Issue #20510: Confirm that the code attribute of the SystemExit exception raised by sys.exit is None when no code is given. As suggested by Serhiy Storchaka. 19 February 2014, 16:44:47 UTC
162c477 Issue #20672: Fixed tests for TarFile.list() on non-UTF-8 locales. 19 February 2014, 16:44:12 UTC
e959776 Fixed grid_columnconfigure() and grid_rowconfigure() methods of Tkinter widgets to work in wantobjects=True mode. 19 February 2014, 16:34:05 UTC
d5c8ce7 Issue #19612: On Windows, subprocess.Popen.communicate() now ignores OSError(22, 'Invalid argument') when writing input data into stdin, whereas the process already exited. 18 February 2014, 21:00:53 UTC
9e5a987 Issue #20609: Fix building 64-bit binaries on 32-bit Windows. 18 February 2014, 17:33:18 UTC
cefe6b3 Issue #20510: Rewrote test_exit in test_sys to match existing comments and to modernize. Patch by Gareth Rees. 18 February 2014, 14:39:04 UTC
5b8d2c3 Issue #8478: Untokenizer.compat now processes first token from iterator input. Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees. 18 February 2014, 04:12:16 UTC
58edfd9 whitespace 17 February 2014, 21:49:06 UTC
5e6db31 Untokenize: An logically incorrect assert tested user input validity. Replace it with correct logic that raises ValueError for bad input. Issues #8478 and #12691 reported the incorrect logic. Add an Untokenize test case and an initial test method. 17 February 2014, 21:45:48 UTC
cf62603 backout fafac90b69c4 16 February 2014, 19:52:01 UTC
eb43736 backout 2807a5f011e4 for causing #20621 16 February 2014, 19:12:57 UTC
c20b4d8 backout d28242a636c7 so I can backout 2807a5f011e4 16 February 2014, 19:11:56 UTC
0b094ce do not line break reference 16 February 2014, 17:46:30 UTC
3137885 #12211: remove paragraph about NaNs 16 February 2014, 17:09:35 UTC
8cb1ec3 #12211: clarify math.copysign() documentation and docstring 16 February 2014, 16:11:25 UTC
e5235f1 #20241: use correct RFC number 15 February 2014, 22:11:06 UTC
cb3ff44 #16728: Mention collections.abc.Sequence in 'sequence' glossary entry 15 February 2014, 22:05:26 UTC
46ff4ee Clarify versionchanged sentence. Closes #20497. 15 February 2014, 21:39:37 UTC
4da9ab0 #20237: make a revision pass over the XML vulnerabilities section 15 February 2014, 20:33:44 UTC
29352c4 add missing test assertion (closes #20080) Patch by Vajrasky Kok. 15 February 2014, 18:19:59 UTC
9743b2c give non-iterable TypeError a message (closes #20507) 15 February 2014, 18:02:52 UTC
e426b71 #19890: fix typo in multiprocessing docs. Patch by Mike Short. 15 February 2014, 14:58:52 UTC
f4e9983 #20634: fix typo in IDLE README noticed by Saimadhav Heblikar. 15 February 2014, 11:01:08 UTC
b24f481 Issue #20605: Make test_socket getaddrinfo OS X segfault test more robust. 14 February 2014, 06:50:42 UTC
ffadbb7 Fixed typo in previous commit (issue #6815). 13 February 2014, 08:45:14 UTC
dbb1019 Issue #6815: os.path.expandvars() now supports non-ASCII environment variables names and values. 13 February 2014, 08:13:53 UTC
61e2493 Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. Based on patch by Stephen Tu. 12 February 2014, 08:52:35 UTC
1f9d11b Issue #19255: Clear error after failed PyDict_SetItem() on shutdown. This silences a Coverity complain. 12 February 2014, 07:55:01 UTC
892f4f9 Add references for Xcode and the Python Developer's Guide to the internal Mac/README file. 12 February 2014, 01:57:37 UTC
932bba3 avoid name clash with posix_close (closes #20594) 11 February 2014, 15:16:16 UTC
3a308b9 Issue #19856: shutil.move() failed to move a directory to other directory on Windows if source name ends with os.altsep. 11 February 2014, 08:30:59 UTC
c2f665e don't put runtime values in array initializer for C89 compliance (closes #20588) 11 February 2014, 03:19:02 UTC
f0560d9 Fix trailing whitespace. 10 February 2014, 21:05:16 UTC
8f9c20b merge with 3.3.4 releasing repo 10 February 2014, 21:04:20 UTC
a37fcb2 Post-release updates. 10 February 2014, 20:56:33 UTC
72e7761 issue12085: Use more Pythonic way to check _child_created. _active shouldn't be cached, it set to None on shutdown. 10 February 2014, 17:20:22 UTC
1be39e5 Issue #20571: skip test_readline() of test_codecs for Windows code page 65001. The decoder does not support partial decoding yet for this code page. 09 February 2014, 12:11:53 UTC
505ff75 Issue #20437: Fixed 21 potential bugs when deleting objects references. 09 February 2014, 11:33:53 UTC
4c04a04 Added tag v3.3.4 for changeset 7ff62415e426 09 February 2014, 07:59:00 UTC
a7bf78d news entry 09 February 2014, 07:57:59 UTC
e9c3147 #14983: always add a line end after a MIME boundary marker. This is more RFC compliant (see issue) and fixes a problem with signature verifiers rejecting the part when signed. There is some amount of backward compatibility concern here since it changes the output, but the RFC issue coupled with fixing the problem with signature verifiers seems worth the small risk of breaking code that depends on the current incorrect output. 08 February 2014, 22:54:56 UTC
409ea5d Include the mention of ResourceWarning being displayed by default by the test runner. Addressing #issue 20529 08 February 2014, 22:28:03 UTC
b7d6d2a Issue #20540: Fix a performance regression (vs. Python 3.2) when layering a multiprocessing Connection over a TCP socket. For small payloads, Nagle's algorithm would introduce idle delays before the entire transmission of a message. 08 February 2014, 22:03:56 UTC
b4062e8 Issue #20065: socketmodule: Fix build error when AF_CAN is defined without the proper CAN headers. 08 February 2014, 21:54:11 UTC
0400d33 #16983: Apply postel's law to encoded words inside quoted strings. This applies only to the new parser. The old parser decodes encoded words inside quoted strings already, although it gets the whitespace wrong when it does so. This version of the patch only handles the most common case (a single encoded word surrounded by quotes), but I haven't seen any other variations of this in the wild yet, so its good enough for now. 08 February 2014, 18:12:00 UTC
905c8c3 #19772: Do not mutate message when downcoding to 7bit. This is a bit of an ugly hack because of the way generator pieces together the output message. The deepcopys aren't too expensive, though, because we know it is only called on messages that are not multiparts, and the payload (the thing that could be large) is an immutable object. Test and preliminary work on patch by Vajrasky Kok. 08 February 2014, 16:48:20 UTC
7c389e2 Issue #20553. Use specific asserts in ipaddress tests. 08 February 2014, 14:38:35 UTC
a7c07d3 Issue #20406: Use Python application icons for Idle window title bars. Patch mostly by Serhiy Storchaka. 08 February 2014, 14:02:26 UTC
98585b6 Fix #18805 NEWS entry 08 February 2014, 13:39:54 UTC
932346f Issue #18805: better netmask validation in ipaddress 08 February 2014, 13:17:36 UTC
578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. 08 February 2014, 13:06:08 UTC
25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. 08 February 2014, 12:50:08 UTC
3a20a5d Issue #20546: Use specific asserts in int tests. 08 February 2014, 12:28:33 UTC
016a3f3 Issue #20538: UTF-7 incremental decoder produced inconsistant string when input was truncated in BASE64 section. 08 February 2014, 12:01:29 UTC
1e94989 #17369: Improve handling of broken RFC2231 values in get_filename. This fixes a regression relative to python2. 07 February 2014, 20:02:19 UTC
bd3a11b #20013: don't raise socket error when selected mailbox deleted. I'm checking this in without a test because not much of this code is tested and I don't have time to work up the necessary extensions to the existing test framework. The patch itself was tested by the person who reported the bug. 07 February 2014, 18:47:40 UTC
fcc0072 #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4. 07 February 2014, 18:03:08 UTC
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
back to top