https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
a809e4a merge with upstream 3.3 branch 25 March 2013, 06:01:37 UTC
153866e Add missing docstrings to the collections ABCs 24 March 2013, 22:20:29 UTC
005fb74 Fix typo 24 March 2013, 21:52:14 UTC
cc0b927 Issue #17425: Build with openssl 1.0.1d on Windows. 24 March 2013, 21:45:50 UTC
710f0c3 #17425: null merge 3.2 24 March 2013, 21:10:20 UTC
5be6d74 Issue #17425: Build with openssl 1.0.0k on Windows. 24 March 2013, 21:03:30 UTC
945c3bb - Issue #17536: Add to webbrowser's browser list: www-browser, x-www-browser, iceweasel, iceape. 24 March 2013, 17:46:49 UTC
31a7835 #17504: remove duplicated sentence. Patch by Radu Voicilas. 24 March 2013, 14:10:24 UTC
b803c6c Fixes issue4653 - Correctly specify the buffer size to FormatMessageW and correctly check for errors on two CreateFileMapping calls. 23 March 2013, 23:05:36 UTC
93f756b Merge test_queue clean up from 3.2. 23 March 2013, 21:36:23 UTC
656c808 Clean up references to threads in test_queue. 23 March 2013, 21:35:06 UTC
a1b9ed3 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. 23 March 2013, 18:54:22 UTC
a1ed539 Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs. 23 March 2013, 18:44:25 UTC
3ddba16 Update collections ABC table to match the __abstractmethods__ attribute for each container. 23 March 2013, 16:07:36 UTC
378170d Issue 17447: Clarify that str.isidentifier doesn't check for reserved keywords. 23 March 2013, 15:21:12 UTC
d08d0b1 Bump to 3.3.1rc1. 23 March 2013, 15:05:12 UTC
0a1bc11 Fix suspicious markup in the docs. 23 March 2013, 14:59:46 UTC
25fa27f Update pydoc topics. 23 March 2013, 14:46:49 UTC
daa42c7 #17479: test_io now works with unittest test discovery. Patch by Zachary Ware. 23 March 2013, 14:30:16 UTC
325dc88 Backport improved dict comparison logic 23 March 2013, 13:34:19 UTC
9b862b9 Issue #17521: Merged fix from 3.2. 23 March 2013, 11:22:00 UTC
68b4cc8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). 23 March 2013, 11:18:45 UTC
e29dd24 Merged Misc/NEWS update for #17508. 23 March 2013, 10:59:49 UTC
a4cfd60 Updated Misc/NEWS with #17508. 23 March 2013, 10:57:47 UTC
bcd2aa6 cleanup references to PyString_ APIs from 2.x in the 3.3 docs. 22 March 2013, 20:49:26 UTC
4b52ae8 Clean up references to the no longer existing PyString_ APIs in our docs. 22 March 2013, 20:43:30 UTC
340a4bb Issue #17508: Merged fix from 3.2. 22 March 2013, 15:23:13 UTC
3f885b5 Issue #17508: Handled out-of-order handler configuration correctly. 22 March 2013, 15:19:54 UTC
8f35c89 Modernize unittest example 22 March 2013, 14:26:18 UTC
1621d77 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. 21 March 2013, 20:31:41 UTC
d5537d0 - Issue #16754: Fix the incorrect shared library extension on linux. Introduce two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. 21 March 2013, 20:21:49 UTC
bd2d30c Issue #17209: curses.window.get_wch() now handles correctly KeyboardInterrupt (CTRL+c) 21 March 2013, 11:21:06 UTC
6bd5202 #5713: One more test_smtplib timing fix. 21 March 2013, 04:32:31 UTC
54bd49d Merge: #5712: Preemptively fix some other possible timing issues. 21 March 2013, 02:12:14 UTC
03b0116 #5712: Preemptively fix some other possible timing issues. 21 March 2013, 02:11:40 UTC
a686ed7 Merge: #5713: fix timing issue in smtplib tests. 21 March 2013, 01:55:14 UTC
853c0f9 #5713: fix timing issue in smtplib tests. 21 March 2013, 01:54:05 UTC
74b2404 merge 21 March 2013, 01:32:22 UTC
1f8a40b remove the long obsolete mention of universal newlines mode only being available when configured at compile time. 21 March 2013, 01:32:03 UTC
f1a40b4 Merge: #5713: Handle 421 error codes during sendmail by closing the socket. This is a partial fix to the issue of servers disconnecting unexpectedly; in this case the 421 says they are disconnecting, so we close the socket and return the 421 in the appropriate error context. Original patch by Mark Sapiro, updated by Kushal Das, with additional tests by me. 21 March 2013, 01:12:17 UTC
d312c74 #5713: Handle 421 error codes during sendmail by closing the socket. This is a partial fix to the issue of servers disconnecting unexpectedly; in this case the 421 says they are disconnecting, so we close the socket and return the 421 in the appropriate error context. Original patch by Mark Sapiro, updated by Kushal Das, with additional tests by me. 21 March 2013, 00:36:14 UTC
f219c8d - .hgtouch: Add dependencies for GRAMMAR_H and GRAMMAR_C 20 March 2013, 19:38:50 UTC
a49178e #17493: merge with 3.2. 20 March 2013, 16:15:37 UTC
958f7ae #17493: re-enable a test on Windows. Patch by Zachary Ware. 20 March 2013, 16:14:48 UTC
ba7dd67 Merge usage of argument/parameter and markup fixes from 3.2. 20 March 2013, 11:54:18 UTC
93115e0 Fix usage of argument/parameter and markup. 20 March 2013, 11:53:32 UTC
f16455a clarifiy the documentation for issue17285. see also commit ee30400efceb which updated the docstring. 20 March 2013, 06:36:31 UTC
91110f5 Use a larger amount of data for tests such as the interrupted_write tests that depend on filling up an OS pipe so that they work properly on systems configured with large pipe buffers. 20 March 2013, 06:25:16 UTC
620e875 Automated merge with file:///Users/skumaran/python/cpython 20 March 2013, 04:27:23 UTC
dc32d18 Issue #15038 : Fixing the condition broadcast and docs. 20 March 2013, 03:18:37 UTC
cd3bb8b #17474 - Mark the deprecated Request methods as deprecated-removed. Review by Ezio Melotti 20 March 2013, 01:01:43 UTC
f47e77f #17471 - merge from 3.2 19 March 2013, 23:46:34 UTC
5cfbde0 Merge with 3.2 19 March 2013, 23:34:39 UTC
2a4d245 #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Based on patch contributed by Daniel Wozniak 19 March 2013, 23:11:07 UTC
d6e9f32 Merge 19 March 2013, 23:00:01 UTC
ece1222 Merge 19 March 2013, 22:57:19 UTC
a251b37 #10296: Merge to 3.3 19 March 2013, 22:35:28 UTC
3cc791c merge from 3.2 19 March 2013, 22:30:41 UTC
4effb67 merge heads 19 March 2013, 22:25:46 UTC
1f1ec04 merge heads 19 March 2013, 22:25:28 UTC
5aed330 Issue #10296 : Don't handle BreakPoint exceptions using Structured Exception Handling on windows. 19 March 2013, 22:24:10 UTC
432a48a Merge: #1525919: Document MIMEText+set_payload encoding behavior. 19 March 2013, 22:21:22 UTC
14b0124 #1525919: Document MIMEText+set_payload encoding behavior. 19 March 2013, 22:18:55 UTC
f697180 merge heads 19 March 2013, 22:07:22 UTC
cca8507 merge heads in 3.3 19 March 2013, 22:05:52 UTC
41b977c - update config.guess and config.sub 19 March 2013, 22:03:26 UTC
dd35162 merge heads in 3.2 19 March 2013, 22:03:26 UTC
0408bf9 Fixes Issue #17192: Update the ctypes module's libffi to v3.0.13. This specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms. 19 March 2013, 21:59:02 UTC
d17ca23 #17471 - merge from 3.2 19 March 2013, 20:44:17 UTC
843fae9 #17471 - Improve urllib2 test coverage. Patch contributed by Daniel Wozniak 19 March 2013, 20:43:42 UTC
779dab9 Merge: #8862: Fix curses cleanup with getchar is interrupted by a signal. I have no idea how one would write a test for this. Patch by July Tikhonov. 19 March 2013, 20:24:35 UTC
f5d7cc2 #8862: Fix curses cleanup with getchar is interrupted by a signal. I have no idea how one would write a test for this. Patch by July Tikhonov. 19 March 2013, 20:23:09 UTC
7889944 Merge: #17443: Fix buffering in IMAP4_stream. In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure. 19 March 2013, 17:56:01 UTC
fcb6d6a #17443: Fix buffering in IMAP4_stream. In Python2 Popen uses *FILE objects, which wind up buffering even though subprocess defaults to no buffering. In Python3, subprocess streams really are unbuffered by default, but the imaplib code assumes read is buffered. This patch uses the default buffer size from the io module to get buffered streams from Popen. Much debugging work and patch by Diane Trout. The imap protocol is too complicated to write a test for this simple change with our current level of test infrastructure. 19 March 2013, 17:52:33 UTC
e185341 Fix usage of the unittest.skip decorator. 19 March 2013, 11:27:05 UTC
ae4ef4d Fix usage of the unittest.skip decorator. 19 March 2013, 11:25:20 UTC
2f306c0 #17460 - merge from 3.2 19 March 2013, 07:58:46 UTC
0492ec0 #17460 - Adding relevant warning messages regarding strict removal in docs 19 March 2013, 07:51:08 UTC
52dfc74 #17476: make allmethods actually return all methods. This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann. 19 March 2013, 06:32:35 UTC
9929bc5 #17476: make allmethods actually return all methods. This fixes a regression relative to Python2. (In 2, methods on a class were unbound methods and matched the inspect queries being done, in 3 they are just functions and so were missed). This is an undocumented function that pydoc itself does not use, but I found that numpy at least uses it in its documentation generator. Original patch by Matt Bachmann. 19 March 2013, 06:31:06 UTC
029273f Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms. 19 March 2013, 00:11:20 UTC
6227c69 #10050 - Document DeprecationWarnings for URLopener and FancyURLopener (msg172874 ) 19 March 2013, 00:09:50 UTC
f575230 Documentation corrections for unittest.mock 18 March 2013, 22:04:03 UTC
f0efea0 Issue #17463: Fix test discovery for test_pdb.py 18 March 2013, 17:09:50 UTC
f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. Patch by Rafael Santos. 18 March 2013, 04:20:43 UTC
a846f5a #17448: Make test_sax skip if there are no xml parsers. Patch by Rafael Santos. 18 March 2013, 04:18:12 UTC
1f2a49c Merge #16057: Clarify why the base method default is called in custom encoders. Original patch by Kushal Das. 18 March 2013, 01:53:23 UTC
dd24617 #16057: Clarify why the base method default is called in custom encoders. Original patch by Kushal Das. 18 March 2013, 01:52:35 UTC
3e2fe05 Issue #16880: _imp.load_dynamic() is not defined on a platform that does not support dynamic loading (e.g. Atari), so make sure that imp doesn't assume it always exists. Patch by Christian Heimes. 17 March 2013, 22:48:16 UTC
b271727 Merge with 3.2 17 March 2013, 19:28:52 UTC
f346041 Issue #17415: Trim trailing whitespace 17 March 2013, 19:28:10 UTC
3380170 Merge with 3.2 17 March 2013, 19:22:00 UTC
ec6e132 Issue #17415: Clarify 'this' referent by moving containing sentence just after the sentence referred to. Make other minor edits to improve flow. 17 March 2013, 19:21:26 UTC
1eec53d Issue #16389: Fixed an issue number in previos commit. 16 March 2013, 20:59:59 UTC
a99dfd1 Issue #16389: Fixed an issue number in previos commit. 16 March 2013, 20:59:27 UTC
969ff72 Issue #16564: Fixed a performance regression relative to Python 3.1 in the caching of compiled regular expressions. 16 March 2013, 20:53:48 UTC
0f606a6 Issue #16564: Fixed a performance regression relative to Python 3.1 in the caching of compiled regular expressions. 16 March 2013, 20:52:09 UTC
fa320ae Null merge 16 March 2013, 20:50:13 UTC
cf90543 Merge heads 3.3. 16 March 2013, 20:06:52 UTC
de6849f Merge heads 3.2. 16 March 2013, 20:05:27 UTC
back to top