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

sort by:
Revision Author Date Message Commit Date
de535cb Improve documentation for getaddrinfo() (part of #8857) 31 May 2010, 17:01:01 UTC
4ca7c3c Issue #8748: Fix incorrect results from comparisons between an integer and a complex instance. Based on a patch by Meador Inge. 30 May 2010, 13:18:10 UTC
4b3035d Remove declaration for unused variable. 30 May 2010, 12:17:11 UTC
8133637 Issue #5211: Complete removal of implicit coercions for the complex type. Coercion for arithmetic operations was already removed in r78280, but that commit didn't remove coercion for rich comparisons. 30 May 2010, 12:12:25 UTC
ddac338 Untabify Modules/config.c.in. 29 May 2010, 21:00:52 UTC
3d08d88 Fix typo 29 May 2010, 12:54:35 UTC
9fe6199 Issue #8840: Make documentation for truncate() clearer 29 May 2010, 12:06:13 UTC
84a8d8f #8616: add new turtle demo "nim". 29 May 2010, 08:46:18 UTC
cbd7d3d Make the ctl-C shutdown of serve.py prettier. 28 May 2010, 18:17:20 UTC
e5d1c05 Make reference to Generic Attribute Management a hyperlink. 28 May 2010, 18:08:11 UTC
83cba05 Fix #8405 for slow buildbots. Remove the sleep on startup and move the pipe communication into a loop to retry in case a buildbot gets even slower. 28 May 2010, 15:49:21 UTC
b41afb5 Issue #1759169: Drop _XOPEN_SOURCE on Solaris. 28 May 2010, 15:28:47 UTC
9b14ae8 2to3 doesn't fix test_support #6583 28 May 2010, 03:10:31 UTC
29d438c remove non-ascii coding per PEP 8 28 May 2010, 02:12:36 UTC
0388362 Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and gaierror(EAI_NODATA) 27 May 2010, 22:29:48 UTC
29f1bb3 Add item 27 May 2010, 21:29:59 UTC
9292ee0 Issue #7150: Raise OverflowError if the result of adding or subtracting timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range. 27 May 2010, 20:55:27 UTC
3bfd031 Remove top-level 'General Questions' section, pushing up the questions it contains 27 May 2010, 13:30:09 UTC
2eaa542 Rewrite wxWidgets section 27 May 2010, 13:22:53 UTC
4a057e6 Added Andrej Krpic. (Thanks for issue #7879 patch.) 26 May 2010, 20:57:04 UTC
58451d2 Issue #7879: Skip negative timestamps test on any Windows platform using unittest.skipIf decorator. 26 May 2010, 20:45:37 UTC
a26cf46 Issue #7879: Do not test negative timestamps on any Windows platform including Windows CE. 26 May 2010, 19:43:16 UTC
784a47f Issue #8825: additional testcases for int(string, 0) and long(string, 0). 26 May 2010, 19:06:33 UTC
708c072 Issue #7449: Skip test_socketserver if threading support is disabled 26 May 2010, 17:25:28 UTC
c49dfcc Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding and error handler, instead of writing to the C stderr file in utf-8 25 May 2010, 22:30:32 UTC
7c4d7d3 Add Alexander Belopolsky. 25 May 2010, 20:06:02 UTC
ecb8316 Fix a NameError in test_enumerate. 25 May 2010, 19:44:49 UTC
2066559 Issue #8816: Extra tests for some built-in functions. These tests are ports of IronPython tests. Thanks Gregory Nofi. 25 May 2010, 19:01:08 UTC
172e06e Issue 8818: urlparse/urlsplit keyword is 'scheme', not 'default_scheme'. 25 May 2010, 15:32:06 UTC
bfbdefe Issue 8143: sync unquote in urlparse with urllib; add comment about doing so. unquote is duplicated in the two files to avoid a circular reference. (This is fixed in Python3.) Updates keep getting made to the public unquote without fixing the urlparse one, however, so this fix syncs the two and adds a comment to both to make sure changes are applied to both. 25 May 2010, 15:20:46 UTC
b64c89b Fix #2810 - handle the case where some registry calls return ERROR_MORE_DATA, requiring another call to get the remaining data. Patch by Daniel Stutzbach 25 May 2010, 15:06:15 UTC
264acad Add three items 25 May 2010, 13:34:08 UTC
eeaf33e Make the contributor list alphabetical again. 25 May 2010, 02:53:04 UTC
66556b0 correct default docs 25 May 2010, 02:23:32 UTC
e7505b4 set svn:eol-style 24 May 2010, 22:04:53 UTC
574a857 #8616: update module name 24 May 2010, 21:37:54 UTC
04ee337 Add the author of the last fix (Issue #6662) 24 May 2010, 21:37:28 UTC
554a3b8 Issue #6662: Fix parsing of malformatted charref (&#bad;) 24 May 2010, 21:33:24 UTC
f0757a2 #8016: add the CP858 codec (approved by Benjamin). (Also add CP720 to the tests, it was missing there.) 24 May 2010, 21:29:07 UTC
dce6e1b Fix default value for version help. Approved by Benjamin on python-dev: http://mail.python.org/pipermail/python-dev/2010-May/100231.html 24 May 2010, 03:45:26 UTC
74bd9cf argparse documentation updates (including updates to optparse and getopt documentation that were promised in the PEP) 24 May 2010, 02:38:00 UTC
151973e #1436346: make it more obvious that timetuple[7] is yday. 23 May 2010, 21:29:29 UTC
fee0f44 NEWS rewrap and punctuation consistency. 22 May 2010, 21:26:21 UTC
36cd75a Merged revisions 80937,81478 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r80937 | benjamin.peterson | 2010-05-07 14:10:58 -0500 (Fri, 07 May 2010) | 1 line remove redundant unicode call ........ r81478 | benjamin.peterson | 2010-05-22 13:47:39 -0500 (Sat, 22 May 2010) | 1 line ensure doctests have some future_features ........ 22 May 2010, 18:52:21 UTC
54b40ee Fix my last commit (r81471) about codecs Rememder: don't touch the code just before a commit 22 May 2010, 13:44:25 UTC
7df55da Issue #6268: More bugfixes about BOM, UTF-16 and UTF-32 * Fix seek() method of codecs.open(), don't write the BOM twice after seek(0) * Fix reset() method of codecs, UTF-16, UTF-32 and StreamWriter classes * test_codecs: use "w+" mode instead of "wt+". "t" mode is not supported by Solaris or Windows, but does it really exist? I found it the in the issue. 22 May 2010, 13:37:56 UTC
54d2898 #8635: document enumerate() start parameter in docstring. 22 May 2010, 11:43:25 UTC
a19baf5 Underscore the name of an internal utility function. 22 May 2010, 11:31:16 UTC
5d0ca2c Issue #3924: Ignore cookies with invalid "version" field in cookielib. 22 May 2010, 11:29:19 UTC
f93ce0c #8785: less confusing description of regex.find*. 22 May 2010, 08:17:23 UTC
262be5e Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice after seek(0) 22 May 2010, 02:11:07 UTC
d6703b5 Issue #5640: Fix Shift-JIS incremental encoder for error handlers different than strict 21 May 2010, 22:50:28 UTC
fa0fdb8 #8709: mention Windows support for os.devnull. 21 May 2010, 22:03:29 UTC
93f6615 typo 21 May 2010, 21:48:57 UTC
042d6a4 Correct info for Semaphore.acquire() semantics under OSX. 21 May 2010, 21:47:05 UTC
26da187 simplify and modernize updatecache() 21 May 2010, 21:35:44 UTC
b9e7c01 remove debugging rubish 21 May 2010, 21:32:49 UTC
266e454 ensure the last line has a trailing newline #8782 21 May 2010, 21:31:24 UTC
dd59f1b #8707: remove duplicate paragraph part. 21 May 2010, 21:30:47 UTC
bd289da fix name 21 May 2010, 21:17:22 UTC
6722ac2 use addCleanup 21 May 2010, 21:16:12 UTC
233eb54 Add missing parameter in SimpleXMLRPCServer signature. 21 May 2010, 20:58:12 UTC
da69add typo 21 May 2010, 20:52:46 UTC
eb318d3 return NotImplemented from Mapping when comparing to a non-mapping #8729 21 May 2010, 20:51:45 UTC
16fd5cd #8783: replace link to now dead hash collision FAQ. 21 May 2010, 20:24:45 UTC
c76defc Updated logging documentation with more dictConfig information. 21 May 2010, 17:41:34 UTC
6a26560 Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows embedders of the interpreter to set sys.argv without also modifying sys.path. This helps fix `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_. 21 May 2010, 17:12:38 UTC
a85bd06 fix extra 't' #8778 20 May 2010, 22:23:37 UTC
eb3cd30 Turned out that if you used explicit relative import syntax (e.g. from .os import sep) and it failed, import would still try the implicit relative import semantics of an absolute import (from os import sep). That's not right, so when level is negative, only do explicit relative import semantics. Fixes issue #7902. Thanks to Meador Inge for the patch. 20 May 2010, 18:37:55 UTC
b1556c5 libpython.py: fix support of non-BMP unicode characters Forward port some code from Python3: * join surrogate pairs if sizeof(Py_UNICODE)==2 * Enable non-BMP test on narrow builds using u"\U0001D121" instead of unichr(0x1D121) 20 May 2010, 11:29:45 UTC
8f69227 #8759: Fixed user paths in sysconfig for posix and os2 schemes 19 May 2010, 22:20:14 UTC
4a76905 Fix typo. 19 May 2010, 15:59:40 UTC
8a6f3fe Fix typos in docstrings. 19 May 2010, 15:46:39 UTC
019551f Fix typo in argparse doc. 19 May 2010, 00:32:52 UTC
e3a84e8 Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included NameError in the tuple of expected exception; added test case for asyncore._strerror. 18 May 2010, 20:04:31 UTC
cccfce1 Doc Fix. Correct link to Zephyr ASDL Abstract page. 18 May 2010, 13:40:23 UTC
a38cd52 Fixed minor typo in ReST markup. 18 May 2010, 08:16:27 UTC
71a6324 Fix minor typo. 18 May 2010, 03:20:43 UTC
83137c2 Issue #7079: Fix a possible crash when closing a file object while using it from another thread. Patch by Daniel Stutzbach. 17 May 2010, 19:56:59 UTC
af87f9f Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases. 17 May 2010, 13:35:09 UTC
4fc2a00 upgraded distutils docs w.r.t. the manifest regeneration 17 May 2010, 10:54:43 UTC
e127e24 Slight style cleanup. 17 May 2010, 10:39:07 UTC
422545f Fixed #8688: Distutils now recalculates MANIFEST everytime. 17 May 2010, 10:06:20 UTC
1b55347 Add cross-reference to later section 16 May 2010, 23:31:16 UTC
508a237 Clear the OpenSSL error queue each time an error is signalled. When the error queue is not emptied, strange things can happen on the next SSL call, depending on the OpenSSL version. 16 May 2010, 23:11:46 UTC
308c2af Document that SSL v2 is insecure. 16 May 2010, 14:16:56 UTC
8a470d6 Use with open() as fo: ... instead of try: fo = open(...) finally: fo.close() fo is not set if the open() fails. 16 May 2010, 00:34:40 UTC
3bea1ed Use 4-spaces for indentation (instead of tabs) in pgen outputs Regenerate (reindent) Python/graminit.c 15 May 2010, 22:55:28 UTC
fd2103e reindent _cursesmodule.c Use untabify.py + emacs (python3 mode) + manual editions for Py_BEGIN_ALLOW_THREADS / Py_END_ALLOW_THREADS 15 May 2010, 22:19:27 UTC
03acec2 Remove unused variable, and fix a compilation warning on Windows 15 May 2010, 21:45:30 UTC
db99092 NEWS: strip trailing spaces 15 May 2010, 21:00:59 UTC
5b5134b use TestCase skip method 15 May 2010, 17:48:55 UTC
7622eba If the timeout is exceeded, count the tests as skipped instead of just issuing a warning. 15 May 2010, 09:31:08 UTC
2b271f7 Fix regression introduced by r81154 (Issue #5099, subprocess destructor) 14 May 2010, 21:52:26 UTC
5f8aae0 Issue #8711: add paragraph titles to c-api/unicode.rst (Python2 doesn't have PyUnicode_DecodeFSDefault*() functions) 14 May 2010, 15:53:20 UTC
8ded477 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP 14 May 2010, 14:20:07 UTC
42a0ba7 subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to interpreter shutdown semantics. Same issue goes for the methods that __del__ called. Now all the methods capture the global objects it needs as default values to private parameters (could have stuck them on the class object itself, but since the objects have nothing directly to do with the class that seemed wrong). There is no test as making one that works is hard. This patch was verified against a consistently failing test in Mercurial's test suite, though, so it has been tested in some regard. Closes issue #5099. Thanks to Mary Stern for the bug report and Gabriel Genellina for writing another patch for the same issue and attempting to write a test. 14 May 2010, 00:21:48 UTC
da9af75 test_site was failing under darwin for non-framework builds because a test was assuming framework-specific site-packages directories were being used. 13 May 2010, 23:59:41 UTC
b3d0554 Revert changeset r81150 which helped diagnose issue #8423 on some OS X buildbot. 13 May 2010, 23:46:48 UTC
9cf210f Improve test feedback to troubleshoot issue #8423 on OS X. 13 May 2010, 21:41:05 UTC
back to top