https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
8e7c117 bump version to 2.7a4 06 March 2010, 20:34:14 UTC
632df99 Skip test_send_signal, test_kill, test_terminate on win32 platforms, for 2.7a4 release. 06 March 2010, 19:43:41 UTC
985478d Minor tweaking of previous r78734, and add a NEWS entry. 06 March 2010, 18:52:52 UTC
dc1531c Create test_genericpath.CommonTest and reuse it to test other path modules. 06 March 2010, 18:07:18 UTC
5852641 Do not print the header lines when running a single test. 06 March 2010, 17:24:36 UTC
1adbee2 Added checks for tuples in dictConfig. 06 March 2010, 15:56:03 UTC
d45a278 Added schema version test in dictConfig. 06 March 2010, 15:12:08 UTC
12d750d Backport "test.regrtest -R 2:3" syntax from py3k branch, and other minor adjustments. 06 March 2010, 14:38:09 UTC
0b9a18a #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. 06 March 2010, 11:01:08 UTC
aa90db9 #2777: Apply same recipe on win32, i.e. do not inherit file handles. 06 March 2010, 09:54:14 UTC
b7c2002 Print platform information to stdout, to help troubleshooting platform-specific failures. 06 March 2010, 09:11:55 UTC
0932dc5 Keep the test files in the ./build/ subdirectory, if Python is not installed. Remove two hacks which are no longer needed after #7712, because all __file__ attributes are absolute. 06 March 2010, 08:07:44 UTC
467298c Call setreuid and setregid in a subprocess to avoid altering the test runner's process state. Should fix issue8045. 06 March 2010, 07:35:19 UTC
a7fa032 settscdump is definitely an implementation detail 06 March 2010, 03:13:33 UTC
c49b6ef search in the alternative location for VCExpress 06 March 2010, 02:17:28 UTC
5501e6a fixed various failures and environment alterations in distutils.test_build_ext 06 March 2010, 02:11:14 UTC
895ee24 files used by win32 tests 06 March 2010, 01:27:09 UTC
7e48ff8 simplified the fallback case 06 March 2010, 01:23:21 UTC
fbf50b8 provide a fallback for xxmodule.c in case the buildir is not present 06 March 2010, 01:18:27 UTC
b30868a copied back the build_ext tests from 2.6 06 March 2010, 01:04:14 UTC
af9a06a #2777: Apply same recipe for test_terminate and test_kill, i.e. close or redirect fds. 06 March 2010, 00:16:57 UTC
d77eb9a Factored out time usage determination into a method, to facilitate alternative formatting implementations in the future. 05 March 2010, 22:11:24 UTC
cecef39 #2777: Handle fds more carefully to try to fix some x86-Linux failures (namely, neal bot and twisted bot). 05 March 2010, 19:31:21 UTC
20d7f6e Remove the redundant #define: PY_STRUCT_FLOAT_COERCE 05 March 2010, 14:50:22 UTC
1c0c78c Fix incorrect stacklevel for DeprecationWarnings originating from the struct module. Also clean up related tests in test_struct. The stacklevel fix should be backported to 2.6 once that branch is unfrozen. 05 March 2010, 14:36:20 UTC
3bbb672 Merged code from pysqlite 2.6.0. 05 March 2010, 09:12:37 UTC
2bb66e0 Merged revisions 78679,78681 via svnmerge from svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r78679 | benjamin.peterson | 2010-03-04 21:10:46 -0600 (Thu, 04 Mar 2010) | 1 line set svn:eol-style ........ r78681 | benjamin.peterson | 2010-03-04 21:19:06 -0600 (Thu, 04 Mar 2010) | 1 line remove svn:executable property ........ 05 March 2010, 03:24:17 UTC
b3be23a remove the svn:executable property from files that don't have shebang lines 05 March 2010, 03:20:06 UTC
ea5a270 set svn:eol-style on Lib files 05 March 2010, 03:15:07 UTC
b5a57f9 set svn:eol-style 05 March 2010, 03:07:59 UTC
7272acf These line should not be there. 05 March 2010, 01:12:14 UTC
d693563 Let's use assertIsNone / assertIsNotNone. It's hype. 05 March 2010, 01:05:55 UTC
80e0e2d Workaround #3137: Retry SIGINT if it is not received the first time. test_send_signal should not hang anymore on various Linux distributions. 05 March 2010, 00:47:40 UTC
35a3f57 reverted the usage of compiler_obj in Python's setup.py 05 March 2010, 00:29:38 UTC
dd7bef9 reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the 2.7b1 in this. the whole revert will occur after a4 is tagged 05 March 2010, 00:16:02 UTC
ab5e17f #2777: Enable test_send_signal, test_kill and test_terminate on all platforms. 04 March 2010, 21:31:58 UTC
bab22a7 Cleanup. 04 March 2010, 19:40:48 UTC
19c9b60 Try to fix buildbot breakage from r78384. Thanks bitdancer and briancurtin for the help. 04 March 2010, 19:21:53 UTC
3f3330f Fix documentation of email.Message.get_filename to match the fix applied in Issue 7082. 04 March 2010, 17:34:05 UTC
3bc5cb7 #7805: wait until all workers are started before collecting their PIDs 04 March 2010, 15:58:54 UTC
a36e245 Fix transient refleak in test_popen2. 04 March 2010, 15:57:20 UTC
7c924ec Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review Issue #29. PR #29 was released in february 2004! 04 March 2010, 12:09:33 UTC
e689a88 set svn:executable on all regen scripts 04 March 2010, 02:07:55 UTC
56a5153 Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler, reset also the pointer to the current pointer context. 04 March 2010, 00:10:12 UTC
71fb87e Issue #7544: Preallocate thread memory before creating the thread to avoid a fatal error in low memory condition. 03 March 2010, 23:20:25 UTC
2379bb6 Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL() by Py_DECREF() to avoid a crash in pydebug mode. Use po->wo==NULL to detect than the panel is in the lop list or not. 03 March 2010, 21:53:41 UTC
ac80c15 rephrase 03 March 2010, 21:28:25 UTC
6458104 Issue #7232: Add support for the context manager protocol to the TarFile class. 03 March 2010, 11:55:48 UTC
8af970a Revert a nonexistent docstring typo, r42805. 03 March 2010, 11:49:53 UTC
c516d19 fix Sphinx warnings 03 March 2010, 02:04:24 UTC
90c5802 edit for style 03 March 2010, 01:55:09 UTC
c951d56 Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del() by Py_DECREF() to fix a crash in pydebug mode. 03 March 2010, 00:43:44 UTC
9e220be Fix wording. 02 March 2010, 23:56:38 UTC
842b95b plug ref leaks 02 March 2010, 23:43:47 UTC
d23d393 Issue #7820: The parser tokenizer restores all bytes in the right if the BOM check fails. Fix an assertion in pydebug mode. 02 March 2010, 23:20:02 UTC
0e717ad remove cross-version compatibility code 02 March 2010, 23:02:02 UTC
bd56722 remove code to avoid BaseException.message bug 02 March 2010, 22:58:01 UTC
3f75cc5 Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and method->d2i(): OpenSSL API changed in OpenSSL 0.9.6m. Patch written by Daniel Black. 02 March 2010, 22:44:42 UTC
c0a9d41 Test test_pep277 is only relevant for Unicode-friendly filesystems. 02 March 2010, 22:34:11 UTC
fa31eaa convert deprecated fail* methods to assert* variants 02 March 2010, 22:26:25 UTC
e4d90c2 use test_main() in __main__ section 02 March 2010, 22:24:30 UTC
4aa8a13 prevent warning filter adjustment from altering other tests 02 March 2010, 22:23:33 UTC
036fae3 enable running of argparse tests and fix two that failed in the new environment 02 March 2010, 22:20:10 UTC
d2decd9 Add some x-refs. 02 March 2010, 22:17:38 UTC
5e32fe5 remove another coding cookie 02 March 2010, 22:08:40 UTC
a39e966 set svn:eol-style 02 March 2010, 22:05:59 UTC
c1df546 remove coding cookie as mandated by PEP 8 02 March 2010, 22:03:03 UTC
2db61fb Tentatively enable test_pep277 on all platforms. 02 March 2010, 21:34:45 UTC
d8472a4 Refactor test_dict using assertRaises. 02 March 2010, 16:00:00 UTC
abe6331 Link correction in documentation. 02 March 2010, 14:22:15 UTC
ab21f75 Add an item 02 March 2010, 13:55:33 UTC
e9330e7 Initial commit of the argparse library, based on argparse 1.1. Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation. 02 March 2010, 08:38:09 UTC
41162eb remove CVS id 01 March 2010, 23:25:13 UTC
08a8fb3 Manually copy patch for bug 7250 from the release26-maint branch. I suck because I did this in the wrong order and couldn't smack svnmerge into submission. 01 March 2010, 21:46:51 UTC
e7901c5 #7808: Fix reference leaks in _bsddb and related tests. 01 March 2010, 20:45:01 UTC
fe6f07c #7637: avoid repeated-concatenation antipattern in example 01 March 2010, 20:11:57 UTC
66dab17 #7191: describe more details of wbits parameter 01 March 2010, 19:51:43 UTC
f8af7b4 #7637: update discussion of minidom.unlink() and garbage collection 01 March 2010, 19:45:21 UTC
343faca Issue 3892 again. The bsddb3 replication test still fails randomly. Since this module is unmaintained in the library and gone in py3k, this patch skips the remainder of the replication test if a second timeout occurs, as it randomly does. This should improve buildbot stability. 01 March 2010, 19:14:16 UTC
7512a90 Fix test to be skipped on windows. 01 March 2010, 06:01:02 UTC
6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept a -1 parameter on some platforms such as OS X. 01 March 2010, 05:43:43 UTC
3c699d3 Adds c_ssize_t to ctypes. issue 6729. 01 March 2010, 04:56:12 UTC
3c1586a Cleanup the test added in r78517 based on Ezio Melotti's feedback. 01 March 2010, 03:09:19 UTC
c1baf4a Fix the new test on windows (skip it, its posix only) 01 March 2010, 02:53:24 UTC
4b86236 Fix for r78527. It left out updating forkpty. 01 March 2010, 02:31:33 UTC
e6390a1 Adds the hashlib.algorithms attribute. See issue7418. 01 March 2010, 02:01:47 UTC
9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a thread could raise an incorrect RuntimeError about not holding the import lock. The import lock is now reinitialized after fork. 01 March 2010, 01:22:39 UTC
cce211f Issue #1068268: The subprocess module now handles EINTR in internal os.waitpid and os.read system calls where appropriate. 01 March 2010, 00:05:08 UTC
fb50112 #8030: more docstring fix for builtin types. 28 February 2010, 23:59:00 UTC
613c7a5 Issue #7481: When a threading.Thread failed to start it would leave the instance stuck in initial state and present in threading.enumerate(). 28 February 2010, 18:36:09 UTC
b36e63a The set types can also be called without arguments. 28 February 2010, 18:26:37 UTC
bca1169 #8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object. 28 February 2010, 18:19:17 UTC
68beef6 Pep8ify test names in the examples. 28 February 2010, 03:11:07 UTC
78fd521 Fix an oversight in r78508: p.wait() should be compared to 0 27 February 2010, 21:15:27 UTC
98e3fc3 Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual. 27 February 2010, 19:20:50 UTC
be8c2b1 #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs. 27 February 2010, 15:10:19 UTC
37212ed Link to http://www.python.org/dev/workflow/ from bugs page. 27 February 2010, 14:58:08 UTC
8dd547f Fix missing parenthesis. 27 February 2010, 13:50:35 UTC
2a903b2 Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too. 27 February 2010, 13:31:23 UTC
0263da5 Add a test for normpath to test_macpath. 27 February 2010, 12:42:52 UTC
back to top