https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
6a74d34 Fix typo. 29 July 2010, 13:56:56 UTC
46aa5c5 #3874: document HTMLParser.unknown_decl(). 29 July 2010, 13:38:37 UTC
6d23c44 Fix #9412: make list of messages an instance attribute instead of class attribute. 29 July 2010, 13:19:42 UTC
8dcaa73 #9411: allow selecting an encoding for configparser files. Also adds a new test config file to test special cases. 29 July 2010, 12:17:40 UTC
f206d0e Fix for r83202: improve the handling of empty lines. 29 July 2010, 11:56:20 UTC
c62a704 #6538: fix regex documentation again -- use fictional class names "regex" and "match" but do not document them as classes, remove 1.5 compat info and use new default argument syntax where possible. 29 July 2010, 11:49:05 UTC
ebeb44d Remove Python 1.5 compatibility note. 29 July 2010, 11:15:36 UTC
96f0de9 Update test_os.py according to my last changes on _Environ.__repr__() 29 July 2010, 00:29:00 UTC
bed7117 Issue #9283: Oops, add missing { and } to repr(os.environ) 28 July 2010, 21:25:42 UTC
d73c1a3 #9283: Fix repr(os.environ), display unicode keys and values on POSIX systems 28 July 2010, 21:23:23 UTC
aa5b333 Add missing file. 28 July 2010, 17:37:27 UTC
02ea12b Syntax cleanup. 28 July 2010, 16:39:41 UTC
3f8ab96 Fix Issue6325 - robotparse to honor urls with query strings. 28 July 2010, 16:27:56 UTC
96a60ae #1682942: add some ConfigParser features: alternate delimiters, alternate comments, empty lines in values. Also enhance the docs with more examples and mention SafeConfigParser before ConfigParser. Patch by Lukas Langa, review by myself, Eric and Ezio. 28 July 2010, 13:13:46 UTC
cbb0ae4 #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa. 28 July 2010, 08:19:35 UTC
8182b71 Issue #8991: convertbuffer() rejects discontigious buffers 28 July 2010, 00:40:58 UTC
84befb0 Fix failure introduced in r83182. 28 July 2010, 00:23:21 UTC
cf44883 Issue #8966: ctypes: Remove implicit bytes-unicode conversion 28 July 2010, 00:15:03 UTC
42746df Fix ctypes tests to avoid implicit bytes-unicode conversion 27 July 2010, 23:36:41 UTC
455f7bd Issue #9378: python -m pickle <pickle file> will now load and display the first object in the pickle file. 27 July 2010, 23:02:38 UTC
9a381c7 With skipUnless there is no need to add test classes conditionally. 27 July 2010, 22:24:13 UTC
c47bd4a Issue #9294: remove dead code in Objects/object.c. Patch by Grant Limberg. 27 July 2010, 22:08:27 UTC
63c4640 Use proper skips and assert* methods in test_asyncore. 27 July 2010, 22:03:33 UTC
f1046ca Issue #4770: Restrict binascii module to accept only bytes (as specified). And fix the email package to encode to ASCII instead of ``raw-unicode-escape`` before ASCII-to-binary decoding. 27 July 2010, 21:20:15 UTC
4bf7068 Update Sphinx to 1.0.1. 27 July 2010, 18:19:21 UTC
c02cc27 Issue #9384: python -m tkinter will now display a simple demo applet. 27 July 2010, 14:16:32 UTC
5a63183 The default size of the re module's compiled regular expression cache has been increased from 100 to 500 and the cache replacement policy has changed from simply clearing the entire cache on overflow to randomly forgetting 20% of the existing cached compiled regular expressions. This is a performance win for applications that use a lot of regular expressions and limits the impact of the performance hit anytime the cache is exceeded. 27 July 2010, 05:31:29 UTC
f5ae1ef Clarify. 26 July 2010, 21:12:13 UTC
f39f628 Added versionadded entry for the annotate argument. 26 July 2010, 18:27:49 UTC
a1c2ce0 Add Reid. 26 July 2010, 17:09:32 UTC
571a953 Fix indentation in example. 26 July 2010, 17:00:20 UTC
f6914aa Fix grammar. 26 July 2010, 15:11:49 UTC
3f911a1 Reword paragraph 26 July 2010, 13:08:58 UTC
57a7c3d #7637: fix a grammar error; simplify a sentence 26 July 2010, 12:54:02 UTC
ae51c17 Add Brian Quinlan. 26 July 2010, 09:33:12 UTC
6f93419 #9381: fix markup. 26 July 2010, 08:51:42 UTC
aeb0398 Make python version of fromtimestamp behave more like C. 26 July 2010, 02:36:41 UTC
0f0c332 Add note about #7113 and add Łukasz Langa to ACKS 26 July 2010, 02:36:32 UTC
9a27b0c Fix #7113. Patch by Łukasz Langa. Changes include using a list of lines instead of patching together using string interpolation, and a multi-line value test cases. 26 July 2010, 00:27:10 UTC
688b9e3 #777884: make .normalize() do nothing for childless nodes, instead of raising an exception 25 July 2010, 23:38:47 UTC
ea64a6a #7637: clarify description of encoding parameter 25 July 2010, 23:23:30 UTC
bd6c079 Issue #4686 - add .args to exceptions in the configparsermodule 25 July 2010, 23:09:25 UTC
4d4d1ce #1495229: update the type names used by the XML DOM mapping 25 July 2010, 22:57:12 UTC
07de165 Corrected comments on where settrace and setprofile are tested. 25 July 2010, 15:05:42 UTC
13c4753 Issue #9315: Renamed test_trace to test_sys_settrace and test_profilehooks to test_sys_setprofile so that test_trace can be used for testing the trace module and for naming consistency. 25 July 2010, 15:02:55 UTC
f6d2ca0 Issue #9315: Revert r83005 before renaming test_trace to test_sys_settrace and test_profilehooks to test_sys_setprofile in all three branches. 25 July 2010, 14:58:54 UTC
cb615e6 Fix for issue 9367: the test code for os.getgroups assumes that the result of getgroups and the output of the id(1) command return groups in the same order. That assumption is both fragile and false. 24 July 2010, 14:15:19 UTC
9c71f90 Put listdir default argument into declaration. 24 July 2010, 10:09:11 UTC
803ef8a Implementation for issue 4184 Changes the previously private attributes to make them public, increasing the potential for extending the library in user code. Backward-compatible and documented. 24 July 2010, 09:51:40 UTC
756f547 #9032: XML-RPC client: Transport.request() retries on EPIPE error The EPIPE error occurs when the server closes the socket and the client sends a "big" XML-RPC request (I don't know exactly the size threshold). request() just have to ignore the error because single_request() closes the socket on error, and so the next call to single_request() will open a new socket. Remove also a comment in the HTTP client because it's now wrong: see r70643 and issue #5542. 24 July 2010, 02:24:55 UTC
eccc5fa Issue #4629: getopt raises an error if an argument ends with = whereas getopt doesn't except a value (eg. --help= is rejected if getopt uses ['help='] long options). 24 July 2010, 00:49:20 UTC
a565874 Use _datetime docstring if _datetime is available. 23 July 2010, 20:03:53 UTC
cf86e36 Issue #7989: Added pure python implementation of the datetime module. 23 July 2010, 19:25:47 UTC
c2721b0 Add Brian Brazil. 23 July 2010, 16:58:57 UTC
030244a Mention in the fnmatch docs that meta-characters in translate cannot be quoted. Closes issue 9358. Thanks to Brian Brazil for the patch. 23 July 2010, 16:58:21 UTC
671153d Add queue tests for empty, full, put_nowait, and get_nowait. Closes issue 9357. Thanks to Brian Brazil for the patch. 23 July 2010, 16:56:21 UTC
6b0e0e4 Update to 1.0. 23 July 2010, 16:55:42 UTC
a5eacee Fix some markup glitches. 23 July 2010, 16:55:26 UTC
6086118 #9359: fix typo. Thanks to Piotr Kasprzyk for the patch. 23 July 2010, 16:48:22 UTC
81a4a6a Tab test_repr_daemon over so it's included in ThreadTests. Noticed by Amaury. 23 July 2010, 16:30:10 UTC
4b16e13 Add tests for fnmatch.filter and translate. Partially closes issue 9356. Thanks to Brian Brazil for the patch. 23 July 2010, 16:23:13 UTC
cc14320 Make fnmatch be more PEP 8 compliant. Partially closes issue 9356. Thanks to Brian Brazil for the patch. 23 July 2010, 16:22:25 UTC
8cb3619 New tests for smtpd module. Has full coverage for SMTPChannel and SMTPServer. 23 July 2010, 16:20:40 UTC
97d1119 Ensure that sys.prefix can reliably be found on OSX. This fixes a small issue that was exposed by running test_subprocess through regrtest (and hence in a subdirectory). Without this patch running python.exe from the build tree will fail when these tree conditions are true: 1) the CWD is not the root of build tree 2) python.exe is found through $PATH 3) the framework is not yet installed 23 July 2010, 16:05:35 UTC
3f5f226 Add more tests for the threading.Thread.repr. Partially closes issue 9346. Thanks to Brian Brazil for the patch. 23 July 2010, 15:50:52 UTC
148724d Rip out old testing code that was inlined in threading. Partially closes issue 9346. Thanks Brian Brazil for the patch. 23 July 2010, 15:50:02 UTC
f079c57 Rename some macros in the sha1 module to no longer conflict with termios.h. 23 July 2010, 15:43:14 UTC
42e54b2 Stop shadowing a test class. 23 July 2010, 14:45:19 UTC
1f27479 Explicitly test relative imports by reusing importlib tests. Closes issue 8392. Thanks Virgil Dupras for the initial patch. 23 July 2010, 14:03:16 UTC
cfae36f Test calendar.monthrange. Closes issue 9342. Thanks John Chandler for the patch. 23 July 2010, 13:54:14 UTC
b6ee4f5 This fixes issue7900 by adding code that deals with the fact that getgroups(2) might return more that MAX_GROUPS on OSX. See the issue (and python-dev archives) for the gory details. Summarized: OSX behaves rather oddly and Apple says this is intentional. 23 July 2010, 13:53:51 UTC
a57edd0 Clarify the wording for threading.is_alive() to not suggest something is "roughly" done. Closes issue 9339. Thanks Brian Brazil for the patch. 23 July 2010, 12:26:35 UTC
c9e1c7d Issue #6095: Make directory argument to os.listdir optional. Patch by Virgil Dupras. 23 July 2010, 12:16:41 UTC
e186e38 Fix for issue 7895. Avoid crashing the interpreter when calling platform.mac_ver after calling os.fork by reading from a system configuration file instead of using OSX APIs. 23 July 2010, 11:54:59 UTC
c3960c2 Minor tweak of test_osx_env to avoid failing when the framework is not yet installed. 23 July 2010, 11:48:36 UTC
3a4e50c Document the fact that the 'test' package is meant only for use by Python itself and not by others. Closes issue 9255. 23 July 2010, 11:31:31 UTC
102d11a Workaround for issue 4047: in some configurations of the Crash Reporter on OSX test_subprocess will trigger the reporter. This patch prints a warning when the Crash Reporter will get triggered intentionally, which should avoid confusing people. 23 July 2010, 09:50:05 UTC
e8d252d Ensure that the Makefile variable expansion in distutils.sysconfig matches that in the toplevel sysconfig module. Without this patch universal builds on OSX are broken. Als add a test that checks that the two version of get_config_vars agree on important values. 23 July 2010, 09:43:17 UTC
599b65d Use augassign. 23 July 2010, 08:46:35 UTC
db902ac Skip this test as it doesn't apply to Windows. It was added for #9189 for some GCC flags. 22 July 2010, 15:38:28 UTC
3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 22 July 2010, 12:50:05 UTC
5db0c94 Add importlib benchmarks which try to be "realistic" by importing the decimal module which is the largest module in the stdlib. 22 July 2010, 07:40:56 UTC
3f8ecab Issue #9323: Fixed a bug in trace.py that resulted in loosing the name of the script being traced. Patch by Eli Bendersky. 21 July 2010, 17:43:42 UTC
8cb6dbf Issue #5395: check that array.fromfile() re-raises an IOError instead of replacing it with EOFError. (this is only an added test, but 2.x will get a fix too) 21 July 2010, 16:41:31 UTC
de5b024 Remove outdated mention of deprecated functions in the string module - they have been removed in 3.x. 21 July 2010, 15:54:48 UTC
1c52475 Apply patch from Ray Allen for issue 9296 21 July 2010, 12:29:04 UTC
6dfbff3 Minor clarification about importlib.abc.SourceLoader.get_filename. 21 July 2010, 09:48:31 UTC
3283973 Fix #9316. if/is grammar corrections. 21 July 2010, 01:44:19 UTC
20f9c3c revert unintended changes 20 July 2010, 22:39:34 UTC
013783c move test_trace.py so as not to conflict with future tests for the trace module 20 July 2010, 22:37:19 UTC
533a167 Issue #9282: Fixed --listfuncs option of trace.py. Thanks Eli Bendersky for the patch. 20 July 2010, 19:55:18 UTC
d21886c Without this patch the value of sysconfig.get_config_var('LDSHARED') is wrong when PY_LDFLAGS is not empty. The bug was caused by LDSHARED getting expanded *before* sysconfig renamed PY_LDSHARED (and simular values) to names without a PY_ prefix. The patch tries to maintain the intended behaviour of allowing users to set LDFLAGS in the environment and have that affect the build. Without this patch a universal build on OSX cannot build universal (fat binary) extensions. 20 July 2010, 16:07:10 UTC
41e6c3d Fixes Issue #3704: http.cookiejar was not properly handling URLs with a / in the parameters. (This is jjlee's issue3704.patch ported to py3k) 19 July 2010, 23:17:22 UTC
79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. 19 July 2010, 18:17:19 UTC
99212f6 Sub-issue of #9036: Fix incorrect use of Py_CHARMASK. 19 July 2010, 17:58:26 UTC
9542cc6 Issue #9265: Incorrect name passed as arg[0] when shell=True and executable specified. 19 July 2010, 14:20:53 UTC
f4ebe2e This patch adds a testcase that demonstrates a problem with the expansion of LDSHARED when accessing that value through sysconfig. The problem is probably caused by the 9189. A fix will follow shortly. 19 July 2010, 13:00:36 UTC
36d2e67 Issue #9036: Throughout the code base, Py_CHARMASK is used on 8-bit wide signed/unsigned chars or on integers directly derived from those. In all cases, it could be replaced by a simple cast to (unsigned char). Reasons for the change: a) Make the comment more explicit. b) If char is unsigned, the cast is optimized away. c) If char is unsigned, gcc emits spurious "array subscript has type 'char'" warnings. 19 July 2010, 12:36:57 UTC
0674255 Clarification. Yay importlib! 19 July 2010, 11:28:05 UTC
55353ca pydoc.pager does not promise to use $PAGER. 19 July 2010, 08:02:46 UTC
back to top