https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
624af82 [ 1295808 ] expat symbols should be namespaced in pyexpat (http://python.org/sf/1295808) 19 June 2006, 23:57:41 UTC
f08d663 Upgrade pyexpat to expat 2.0.0 (http://python.org/sf/1462338). 19 June 2006, 23:21:25 UTC
3dbc891 Remove Python 2.3 compatibility comment. 19 June 2006, 22:49:36 UTC
ecd2010 Fixed a memory leak that was introduced with incorrect usage of the Python weak reference API in pysqlite 2.2.1. Bumbed pysqlite version number to upcoming pysqlite 2.3.1 release. 19 June 2006, 21:17:35 UTC
7cea65c remove non-working document formats from edist 19 June 2006, 17:31:16 UTC
d113680 Preparing for 2.5b1. 19 June 2006, 12:04:15 UTC
e7d7caa TestHelp.make_parser(): This was making a permanent change to os.environ (setting envar COLUMNS), which at least caused test_float_default() to fail if the tests were run more than once. This repairs the test_optparse -R failures Neal reported on python-dev. It also explains some seemingly bizarre test_optparse failures we saw a couple weeks ago on the buildbots, when test_optparse failed due to test_file failing to clean up after itself, and then test_optparse failed in an entirely different way when regrtest's -w option ran test_optparse a second time. It's now obvious that make_parser() permanently changing os.environ was responsible for the second half of that. 19 June 2006, 09:09:44 UTC
c314ac5 Next try to fix the OpenBSD buildbot tests: Use ctypes.util.find_library to locate the C runtime library on platforms where is returns useful results. 19 June 2006, 08:32:46 UTC
5c29843 Repair KeyError when running test_threaded_import under -R, as reported by Neal on python-dev. 19 June 2006, 08:14:28 UTC
05fdbf1 Make check order match in configure and configure.in. 19 June 2006, 08:14:09 UTC
4994d95 Patch #1506645: add Python wrappers for the curses functions is_term_resized, resize_term and resizeterm. This uses three separate configure checks (one for each function). 19 June 2006, 08:07:50 UTC
43bc378 Whitespace normalization. 19 June 2006, 07:45:16 UTC
0b46570 Try to repair the failing test on the OpenBSD buildbot. Trial and error... 19 June 2006, 07:07:49 UTC
a56b915 Add news entry about error msg improvement. 19 June 2006, 06:35:54 UTC
0f2783c Use Py_ssize_t 19 June 2006, 05:40:44 UTC
ccff785 Patch #1507676: improve exception messages in abstract.c, object.c and typeobject.c. 18 June 2006, 22:17:29 UTC
066769c Fix typos. Fix doctest example. Mention in the tutorial that 'errcheck' is explained in the ref manual. Use better wording in some places. Remoce code examples that shouldn't be in the tutorial. Remove some XXX notices. 18 June 2006, 21:27:04 UTC
0f51cf6 Revert 47014 until it is more robust 18 June 2006, 20:10:24 UTC
10b835c The hppa ubuntu box sometimes hangs forever in these tests. My guess is that the wait is failing for some reason. Use WNOHANG, so we won't wait until the buildbot kills the test suite. I haven't been able to reproduce the failure, so I'm not sure if this will help or not. Hopefully, this change will cause the test to fail, rather than hang. That will be better since we will get the rest of the test results. It may also help us debug the real problem. 18 June 2006, 19:37:40 UTC
9602cc2 Prevent spurious leaks when running regrtest.py -R. There may be more issues that crop up from time to time, but this change seems to have been pretty stable (no spurious warnings) for about a week. Other modules which use threads may require similar use of threading_setup/threading_cleanup from test_support. 18 June 2006, 19:35:01 UTC
f5da071 remove unnecessary markup 18 June 2006, 02:57:35 UTC
e75cad6 Fix memory leak reported by valgrind while running test_subprocess 17 June 2006, 22:38:15 UTC
210262c Fix typo in docstring 17 June 2006, 22:37:45 UTC
6fb20aa Patch #815924: Restore ability to pass type= and icon= 17 June 2006, 19:03:26 UTC
3798da0 Patch #812986: Update the canvas even if not tracing. 17 June 2006, 18:44:27 UTC
3f1f7be Update url. Old url returned status code:301 Moved permanently. 17 June 2006, 16:39:13 UTC
b8d2607 markup fix 17 June 2006, 16:31:52 UTC
92733be Patch #1494750: Destroy master after deleting children. 17 June 2006, 09:25:15 UTC
5ecad9c Patch #1096231: Add default argument to wm_iconbitmap. 17 June 2006, 09:20:41 UTC
337487e Patch #763580: Add name and value arguments to Tkinter variable classes. 17 June 2006, 09:15:14 UTC
5416605 fix change that broke the htmllib tests 17 June 2006, 01:07:54 UTC
fab461a SF patch 1504676: Make sgmllib char and entity references pluggable (implementation/tests contributed by Sam Ruby) 16 June 2006, 23:45:06 UTC
274facf Fix whitespace, there are memory leaks in this module. 16 June 2006, 04:32:43 UTC
13a7bef Add missing period in comment. 16 June 2006, 04:31:28 UTC
946aea2 Param name is dir, not directory. Update docstring. Backport candidate 16 June 2006, 04:31:06 UTC
217046f Disable this test until we can determine what to do about it 16 June 2006, 04:30:34 UTC
da4b84a Oops -- I introduced an off-by-6436159488 error. 15 June 2006, 18:38:19 UTC
97db0ca Add missing svn:eol-style property to text files. 15 June 2006, 18:07:28 UTC
a608bb2 Whitespace normalization. 15 June 2006, 18:06:29 UTC
84b0f58 Try to reduce the extreme peak memory and disk-space use of this test. It probably still requires more disk space than most buildbots have, and in any case is still so intrusive that if we don't find another way to test this I'm taking my buildbot offline permanently ;-) 15 June 2006, 18:04:40 UTC
bda1418 Print some more info to get an idea of how much longer the test will last 15 June 2006, 10:24:49 UTC
643ad19 Steal the trick from test_compiler to print out a slow msg. This will hopefully get the buildbots to pass. Not sure this test will be feasible or even work. But everything is red now, so it can't get much worse. 15 June 2006, 09:57:03 UTC
b526a29 minor documentation cleanup. mention the bsddb.db interface explicitly by name. 15 June 2006, 09:23:52 UTC
506f7b5 - bsddb: multithreaded DB access using the simple bsddb module interface now works reliably. It has been updated to use automatic BerkeleyDB deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry database calls that would previously deadlock. [SF python bug #775414] 15 June 2006, 08:52:32 UTC
c21e056 Re-revert this change. Install the version check and don't run the test until Gerhard has time to fully debug the issue. This affects versions before 3.2.1 (possibly only versions earlier than 3.1.3). Based on discussion on python-checkins. 15 June 2006, 08:16:44 UTC
143cefb Patch #1446489 (zipfile: support for ZIP64) 15 June 2006, 08:14:18 UTC
0eac118 Make import/lookup of mbcs fail on non-Windows systems. 15 June 2006, 06:45:05 UTC
de7f502 Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) 15 June 2006, 05:55:49 UTC
fe7d0c3 Speculative checkin (requires approval of Gerhard Haering) This backs out the test changes in 46962 which prevented crashes by not running the tests via a version check. All the version checks added in that rev were removed from the tests. Code was added to the error handler in connection.c that seems to work with older versions of sqlite including 3.1.3. 15 June 2006, 04:54:29 UTC
5d538b6 Whitespace normalization. 14 June 2006, 22:38:13 UTC
b2e8816 - Added version checks in C code to make sure we don't trigger bugs in older SQLite versions. - Added version checks in test suite so that we don't execute tests that we know will fail with older (buggy) SQLite versions. Now, all tests should run against all SQLite versions from 3.0.8 until 3.3.6 (latest one now). The sqlite3 module can be built against all these SQLite versions and the sqlite3 module does its best to not trigger bugs in SQLite, but using SQLite 3.3.3 or later is recommended. 14 June 2006, 22:28:37 UTC
69f6168 Bug #805015: doc error in PyUnicode_FromEncodedObject. 14 June 2006, 16:46:43 UTC
7259d7b Add item 14 June 2006, 13:59:15 UTC
4180e12 Add an __all__ list, since this module does 'from ctypes import *'. 14 June 2006, 09:20:11 UTC
f143510 Document paramflags. 14 June 2006, 09:09:08 UTC
83cc0d0 Bug #1117556: SimpleHTTPServer now tries to find and use the system's mime.types file for determining MIME types. 14 June 2006, 08:50:03 UTC
0540be9 Bug #1202018: add some common mime.types locations. 14 June 2006, 08:42:11 UTC
c54173c Bug #1153163: describe __add__ vs __radd__ behavior when adding objects of same type/of subclasses of the other. 14 June 2006, 08:31:39 UTC
bcae622 Write more docs. 14 June 2006, 07:08:38 UTC
772beaa Bug #1501122: mention __gt__ &co in description of comparison order. 14 June 2006, 06:29:07 UTC
866a5d8 Fix docstring. 14 June 2006, 06:18:15 UTC
2605ca8 Bug #1339007: Shelf objects now don't raise an exception in their __del__ method when initialization failed. 14 June 2006, 06:08:31 UTC
d825143 Patch #1455898: Incremental mode for "mbcs" codec. 14 June 2006, 05:21:04 UTC
6ce9fe8 explain an XXX in more detail 14 June 2006, 05:15:51 UTC
a16393e add tests for two cases that are handled correctly in the current code, but that SF patch 1504676 as written mis-handles 14 June 2006, 05:04:47 UTC
72c9eff - make some disabled tests run what they intend when enabled - remove some over-zealous triple-quoting 14 June 2006, 04:25:02 UTC
16ec4bb Whitespace normalization. 14 June 2006, 04:15:27 UTC
61bdd39 Repaired typo in new comment. 14 June 2006, 04:13:00 UTC
43898b4 SequenceMatcher.get_matching_blocks(): This now guarantees that adjacent triples in the result list describe non-adjacent matching blocks. That's _nice_ to have, and Guido said he wanted it. Not a bugfix candidate: Guido or not ;-), this changes visible endcase semantics (note that some tests had to change), and nothing about this was documented before. Since it was working as designed, and behavior was consistent with the docs, it wasn't "a bug". 14 June 2006, 04:09:25 UTC
5d7c290 Updated documentation for pysqlite 2.3.0 API. 13 June 2006, 22:53:48 UTC
5dc3e3f Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. 13 June 2006, 22:26:13 UTC
1541ef0 Merged changes from external pysqlite 2.3.0 release. Documentation updates will follow in a few hours at the latest. Then we should be ready for beta1. 13 June 2006, 22:24:47 UTC
ea3912b If a classic class defined a __coerce__() method that just returned its two arguments in reverse, the interpreter would infinitely recourse trying to get a coercion that worked. So put in a recursion check after a coercion is made and the next call to attempt to use the coerced values. Fixes bug #992017 and closes crashers/coerce.py . 13 June 2006, 21:46:41 UTC
64116f9 Ignore .pyc and .pyo files in Pybench. 13 June 2006, 21:34:24 UTC
b66902f More docs for ctypes. 13 June 2006, 20:18:43 UTC
3b3f118 Whitespace normalization. 13 June 2006, 19:20:07 UTC
93e3ecb Increase the small thread stack size to get the test to pass reliably on the one buildbot that insists on more than 32kB of thread stack. 13 June 2006, 19:02:35 UTC
7d9743d Updated to pybench 2.0. See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5. 13 June 2006, 18:56:56 UTC
ef7fe5f Whitespace normalization. 13 June 2006, 18:37:07 UTC
a7090df fix exception usage 13 June 2006, 17:14:36 UTC
573bd19 Revert wrong svn copy. 13 June 2006, 17:07:14 UTC
08de1ef Update pybench to version 2.0. 13 June 2006, 17:04:26 UTC
317af10 Add ability to set stack size 13 June 2006, 16:41:41 UTC
6d7db6e Remove unused variable. 13 June 2006, 16:06:55 UTC
9291332 Patch #1454481: Make thread stack size runtime tunable. Heavily revised, comprising revisions: 46640 - original trunk revision (backed out in r46655) 46647 - markup fix (backed out in r46655) 46692:46918 merged from branch aimacintyre-sf1454481 branch tested on buildbots (Windows buildbots had problems not related to these changes). 13 June 2006, 15:04:24 UTC
c6f5b3a errors is an attribute in the incremental decoder not an argument. 13 June 2006, 12:04:43 UTC
6b6e2bb Fix passing errors to the encoder and decoder functions. 13 June 2006, 12:02:12 UTC
aabc5f6 Mention uuid module 13 June 2006, 11:57:04 UTC
9015b93 Linecache contains support for PEP302 loaders, but fails to deal with loaders that return None to indicate that the module is valid but no source is available. This patch fixes that. 13 June 2006, 11:19:56 UTC
fdbebb6 Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER. VARIANT_BOOL is a special _ctypes data type, not c_short. 13 June 2006, 09:40:14 UTC
a7e823f Add some windows datatypes that were missing from this file, and add the aliases defined in windows header files for the structures. 13 June 2006, 08:56:14 UTC
6d3d339 Verify the crash due to EncodingMap not initialized does not return 13 June 2006, 08:41:06 UTC
de4c78a Initialize the type object so pychecker can't crash the interpreter. 13 June 2006, 08:28:19 UTC
62bc8aa Don't fail if another process is listening on our port. 13 June 2006, 04:08:53 UTC
7ca6677 get_matching_blocks(): rewrote code & comments so they match; added more comments about why it's this way at all; and removed what looked like needless expense (sorting (i, j, k) triples directly should give exactly the same order as sorting (i, (i, j, k)) pairs). 13 June 2006, 03:30:07 UTC
2adc626 Added missing svn:eol-style property to text files. 13 June 2006, 00:30:50 UTC
edd66fa Whitespace normalization. 13 June 2006, 00:30:01 UTC
f9eb82f Add the uuid module. This module has been tested so far on Windows XP (Python 2.4 and 2.5a2), Mac OS X (Python 2.3, 2.4, and 2.5a2), and Linux (Python 2.4 and 2.5a2). 12 June 2006, 23:47:52 UTC
c2da994 Add pep-291 compatibility markers. 12 June 2006, 20:56:48 UTC
f608317 Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CRT error handler and disable the assertion for debug builds. This causes CRT to set errno to EINVAL. This update fixes crash cases in the test suite where the default CRT error handler would cause process exit. 12 June 2006, 15:45:12 UTC
back to top