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

sort by:
Revision Author Date Message Commit Date
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
81f444b Make the -m switch conform to the documentation of sys.path by behaving like the -c switch 12 June 2006, 10:17:11 UTC
f0d02fb The site module documentation also described the Windows behaviour incorrectly. 12 June 2006, 08:27:13 UTC
f2b16f3 Fix site module docstring to match the code for Mac OSX, too 12 June 2006, 08:23:02 UTC
3fb55ca Fix site module docstring to match the code 12 June 2006, 08:19:37 UTC
ee3ea54 I don't know how that happend, but the entire file contents was duplicated. Thanks to Simon Percivall for the heads up. 12 June 2006, 06:05:57 UTC
70ee3cc Get rid of function pointer cast. 12 June 2006, 04:26:31 UTC
403019b Sync w/external release 0.1.2. Please see PEP 360 before making changes to external packages. 12 June 2006, 04:04:32 UTC
6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy copy is only in newer versions of zlib. This should allow zlibmodule to work with older versions like the Tru64 buildbot. 12 June 2006, 03:33:09 UTC
a6d80fa Impl ssize_t 12 June 2006, 03:05:40 UTC
052cbcf Remove unused import 12 June 2006, 03:05:03 UTC
245ce8d i and j are initialized below when used. No need to do it twice 12 June 2006, 02:16:10 UTC
909eb12 Fix the socket tests so they can be run concurrently. Backport candidate 12 June 2006, 02:13:21 UTC
b9845e7 Get rid of f_restricted too. Doc the other 4 ints that were already removed at the NeedForSpeed sprint. 12 June 2006, 02:11:18 UTC
2585ad5 Fix indentation of case and a Py_ssize_t issue. 12 June 2006, 02:09:34 UTC
7659f0f Fix typo. Backport if anyone cares. :-) 12 June 2006, 02:09:03 UTC
a00c0b9 Don't leak the list object if there's an error allocating the item storage. Backport candidate 12 June 2006, 02:08:41 UTC
71e05f1 Don't truncate if size_t is bigger than uint 12 June 2006, 02:07:57 UTC
418b97e Cleanup: Remove import of types to get StringTypes, we can just use basestring. 12 June 2006, 02:07:24 UTC
047f3c7 Fix some Py_ssize_t issues 12 June 2006, 02:06:42 UTC
c707438 Fix some Py_ssize_t issues 12 June 2006, 02:06:17 UTC
09a29fa Cleanup Py_ssize_t a little (get rid of second #ifdef) 12 June 2006, 02:05:55 UTC
back to top