https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
65b2eb9 Fix title. 05 December 2010, 11:42:38 UTC
4392b56 Remove tag. 05 December 2010, 11:41:32 UTC
b550308 Take PyUnicode_TransformDecimalToASCII out of the limited API. 05 December 2010, 11:40:48 UTC
5ce0c6f Tagging 3.2b1. 05 December 2010, 09:24:00 UTC
e5e1a98 Nits and todos 05 December 2010, 08:35:21 UTC
3ad4675 Apply rest of #10628, and add a few todo comments. 05 December 2010, 07:59:29 UTC
724d089 Temporarily disable newly failing test for the release. 05 December 2010, 07:51:39 UTC
7bd5dbe More fine-grained monitoring of alterations to logging state 05 December 2010, 07:17:25 UTC
413abbc Spelling 05 December 2010, 07:06:47 UTC
dc2f9b5 Update the unittest section. 05 December 2010, 07:02:45 UTC
7d81975 Issue 10626 investigation: regrtest now checks for alterations to the logging state in the current process (and yes, test_pydoc alters it) 05 December 2010, 06:45:03 UTC
e5e728b New string format character. 05 December 2010, 06:35:16 UTC
d8fae4e Optimization notes. 05 December 2010, 05:39:54 UTC
26253bb Should use posix_error here. 05 December 2010, 04:16:47 UTC
43b5a85 Describe the transform/untranform methods 05 December 2010, 04:04:21 UTC
dadf93c Note the updates to range objects. 05 December 2010, 02:56:21 UTC
7467351 Sorry, I had introduced tab in source code. 05 December 2010, 02:48:08 UTC
8e9fe9f Avoid possible zombi process. 05 December 2010, 02:41:46 UTC
2668145 Now can reproduce the error on AMD64 Windows Server 2008 even where os.symlink is not supported. 05 December 2010, 02:04:16 UTC
c269ae8 Optimization of Timsort. 05 December 2010, 01:01:52 UTC
a5a3554 Start the argparse entry. 05 December 2010, 00:39:18 UTC
6e35394 Mention itertools.accumulate(). 04 December 2010, 23:42:12 UTC
6f04adc Fill-in stub for concurrent.futures 04 December 2010, 22:56:25 UTC
d9404b5 Doc nit. 04 December 2010, 20:51:36 UTC
41ea8ae Bump to 3.2b1. 04 December 2010, 19:09:24 UTC
4640237 Fix markup errors. 04 December 2010, 19:06:18 UTC
bccb8be Update suspicious exceptions. 04 December 2010, 19:06:14 UTC
b0592a6 Update pydoc topics. 04 December 2010, 19:01:29 UTC
8c30a71 Silence compile error 04 December 2010, 18:36:03 UTC
8c647cd clarify the docs and new warning message. 04 December 2010, 18:11:44 UTC
2f0fd0f configparser: mapping protocol access get() handles configparser-specific arguments as well 04 December 2010, 17:48:18 UTC
1215915 Use proper plural forms in argparse (#4391) 04 December 2010, 17:31:49 UTC
13d49ee Issue #10601: sys.displayhook uses 'backslashreplace' error handler on UnicodeEncodeError. 04 December 2010, 17:24:33 UTC
44588b4 More issue #10624: Add requires_IEEE_754 to __all__. 04 December 2010, 17:12:41 UTC
34748cd Fix test suite to not activate new sigint behavior in pdb. 04 December 2010, 17:11:36 UTC
f3fa568 Fix typo. 04 December 2010, 17:09:30 UTC
f8b893e Fix accidental checkin. 04 December 2010, 16:22:44 UTC
cbc79c7 Add display/undisplay pdb commands. 04 December 2010, 16:21:42 UTC
44f2b64 #7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C. 04 December 2010, 16:00:47 UTC
1ed77f3 Issue 10625: Add tests for negative zeros in complex str and repr. 04 December 2010, 15:26:13 UTC
3ab08ca Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. 04 December 2010, 15:17:38 UTC
932e49e Fix PEP number. 04 December 2010, 13:49:32 UTC
535c077 support for checking test coverage added. 70% coverage at the moment (not tragic but needs work). 04 December 2010, 13:48:13 UTC
f24a0d9 Issue #10624: Move requires_IEEE_754 into test.support. I'll fix up other uses of it shortly. 04 December 2010, 13:32:18 UTC
70099a1 Removed static function complex_format, moved it into complex_repr. Modified tests to check both str and repr, which are the same for complex. 04 December 2010, 13:27:34 UTC
7b1bee4 Use copysign to produce appropriately signed zeros instead of trying to worm around possible compiler optimizations. 04 December 2010, 13:14:29 UTC
2cf9ddb configparser: fixed inconsistency where in SafeConfigParser option values were ensured to be strings but section names and option keys were not. Behaviour unchanged for RawConfigParser and ConfigParser. 04 December 2010, 12:46:01 UTC
d2a9b20 Issue #10596: Fix float.__mod__ to have the same behaviour as float.__divmod__ with respect to signed zeros. 04 December 2010, 12:25:30 UTC
7f4bc00 I hope this will fix Win2008(x64) buildbot error. 04 December 2010, 12:20:57 UTC
0d012f2 Expose CompileString, not CompileStringFlags under the limited API. 04 December 2010, 12:00:49 UTC
66f2623 Remove some unecessary '#ifdef Py_NAN's from floatobject.c 04 December 2010, 11:52:58 UTC
24bcc61 configparser: minute refactoring of RawConfigParser.items() 04 December 2010, 11:48:11 UTC
09b0b3a issue10622: fix superflous scrollbar on the right side of <pre> boxes in the generated html docs. visible in chrome, possibly other webkit browsers. 04 December 2010, 11:36:58 UTC
d4cc7bf issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller to list exactly which file descriptors should be kept open. 04 December 2010, 11:22:11 UTC
1acb746 Add the "interact" pdb command from pdb++. 04 December 2010, 11:20:26 UTC
732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. 04 December 2010, 11:12:43 UTC
c9fb3c6 Fix indentation in Objects/longobject.c 04 December 2010, 11:06:25 UTC
c29cc6a #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. 04 December 2010, 11:02:04 UTC
9d87119 #1772833: add -q command line option. 04 December 2010, 10:47:18 UTC
cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. 04 December 2010, 10:39:14 UTC
8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. 04 December 2010, 10:26:46 UTC
427d314 Fixed several corner case issues on os.stat/os.lstat related to reparse points. (Windows) - Set S_IEXEC via final path name not link name. - Set S_IFLNK also via FindFirstFile (when CreateFile fails) 04 December 2010, 10:16:05 UTC
b416230 refactor the warning test. 04 December 2010, 09:59:52 UTC
10064e9 Add the NEWS entry for issue7904 04 December 2010, 09:44:30 UTC
d9e833c #6045: provide at least get() and setdefault() for all dbm modules. 04 December 2010, 09:14:36 UTC
da72231 Regenerate. 04 December 2010, 09:12:14 UTC
81c9b45 Add Revision keyword. 04 December 2010, 09:11:41 UTC
d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is not passed to subprocess.Popen as the default value will be changing in a future Python to the safer and more often desired value of True. DeprecationWarnings that show up in a lot of existing code are controversial and have caused pain in the past. I'd like to leave this on for 3.2 beta1 and see how things go. We can remove the warning if it is deemed too noisy during any betas. (case study: the md5 and sha module DeprecationWarnings are loathed around the world as those modules were never going to be removed in 2.x and 2to3 has a fixer for code that uses them) 04 December 2010, 09:10:44 UTC
35f08f0 Make script 2-vs-3-agnostic. 04 December 2010, 09:08:10 UTC
e8b0d61 Fix typo. 04 December 2010, 09:04:04 UTC
942af5a Issue #10557: Fixed error messages from float() and other numeric types. Added a new API function, PyUnicode_TransformDecimalToASCII(), which transforms non-ASCII decimal digits in a Unicode string to their ASCII equivalents. 04 December 2010, 03:38:46 UTC
36526bf Correct comment in unittest test 04 December 2010, 01:43:59 UTC
37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' 04 December 2010, 01:11:21 UTC
e2bb4eb Merged revisions 85551,86156-86157,86464 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r85551 | benjamin.peterson | 2010-10-15 23:57:29 +0200 (Fr, 15 Okt 2010) | 1 line escape() is now in the html module ........ r86156 | georg.brandl | 2010-11-04 09:34:57 +0100 (Do, 04 Nov 2010) | 1 line Consistency fixes in option parser help texts. ........ r86157 | georg.brandl | 2010-11-04 09:35:30 +0100 (Do, 04 Nov 2010) | 1 line #10286: fix urllib class names. ........ r86464 | benjamin.peterson | 2010-11-14 16:28:52 +0100 (So, 14 Nov 2010) | 1 line match only .py files #10416 ........ 03 December 2010, 23:11:07 UTC
4b9b197 Issue #10534: add NEWS entry for r86983 and r87000. 03 December 2010, 22:50:06 UTC
bcd8988 Issue 10534 deprecate isbjunk and isbpopular methods. Will add gone in 3.3 test later. 03 December 2010, 22:29:40 UTC
3a11e71 %s -> %r correction after review by Éric Araujo 03 December 2010, 22:15:19 UTC
4d0d471 Merge branches/pep-0384. 03 December 2010, 20:14:31 UTC
c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic SSLError on socket timeouts. 03 December 2010, 19:59:41 UTC
500be24 Fix indentation. 03 December 2010, 19:56:42 UTC
bb48a8b Allow translators to reorder placeholders in localizable messages from argparse (#10528). There is no unit test; I checked with xgettext that no more warnings were emitted. Steven approved the change. 03 December 2010, 19:41:00 UTC
add7cbf Fix so that test.test_unittest can be executed by unittest and not just regrtest 03 December 2010, 19:20:44 UTC
a9c7a8f Fix incorrect use of gettext in argparse (#10497). Steven, the maintainer of argparse, agreed to have this committed without tests for now, since the fix is obvious. See the bug log. 03 December 2010, 19:19:17 UTC
bed81c8 Add an "advanced topics" section to the io doc. 03 December 2010, 19:14:17 UTC
74a7c67 03 December 2010, 18:57:42 UTC
f3b68b3 Issue #10478: Reentrant calls inside buffered IO objects (for example by way of a signal handler) now raise a RuntimeError instead of freezing the current process. 03 December 2010, 18:41:39 UTC
38e117d Fix punctuation. 03 December 2010, 17:19:27 UTC
ebc0052 import: use PyUnicode_FSConverter to support bytes path and PEP 383 (instead of PyArg_Parse*() with "es" format and Py_FileSystemDefaultEncoding) 03 December 2010, 17:06:43 UTC
f961377 #6780: fix complex() constructor TypeError message 03 December 2010, 16:51:33 UTC
b6a6f5f Issue 10499: Modular interpolation in configparser 03 December 2010, 16:28:00 UTC
ecace28 Handle Windows paths and don't double up on HTML header sections in new pydoc URL handler 03 December 2010, 16:08:46 UTC
1eb40bc Markup consistency fixes. 03 December 2010, 15:30:09 UTC
a524070 Add missing CSS file from r86962 03 December 2010, 14:30:41 UTC
37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). Refer to the tracker issue for the language moratorium implications of this change 03 December 2010, 14:26:13 UTC
fad058f logging: tidied up some docstrings. 03 December 2010, 13:01:11 UTC
3ab34cc Factor out common code from lib/test/__main__.py and lib/test/regrtest.py into a function. 03 December 2010, 12:27:40 UTC
6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. 03 December 2010, 11:50:38 UTC
97cbb76 Fix lib/test/__main__.py to work even outside a Python build. 03 December 2010, 10:59:15 UTC
ee4a5e0 Adding lib/test/__main__.py for running tests with 'python -m test' 03 December 2010, 10:42:03 UTC
9bd45f9 #10549: fix interface of docclass() for text documenter. 03 December 2010, 09:58:38 UTC
back to top