Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix memory leak reported by valgrind while running test_subprocess | Neal Norwitz | 2006-06-17 | 1 | -0/+2 | |
| | ||||||
* | Fix typo in docstring | Neal Norwitz | 2006-06-17 | 1 | -1/+1 | |
| | ||||||
* | Patch #815924: Restore ability to pass type= and icon= | Martin v. Löwis | 2006-06-17 | 2 | -3/+7 | |
| | ||||||
* | Patch #812986: Update the canvas even if not tracing. | Martin v. Löwis | 2006-06-17 | 2 | -0/+3 | |
| | ||||||
* | Update url. | George Yoshida | 2006-06-17 | 2 | -11/+11 | |
| | | | | Old url returned status code:301 Moved permanently. | |||||
* | markup fix | George Yoshida | 2006-06-17 | 1 | -1/+1 | |
| | ||||||
* | Patch #1494750: Destroy master after deleting children. | Martin v. Löwis | 2006-06-17 | 2 | -1/+4 | |
| | ||||||
* | Patch #1096231: Add default argument to wm_iconbitmap. | Martin v. Löwis | 2006-06-17 | 3 | -3/+15 | |
| | ||||||
* | Patch #763580: Add name and value arguments to | Martin v. Löwis | 2006-06-17 | 2 | -19/+66 | |
| | | | | Tkinter variable classes. | |||||
* | fix change that broke the htmllib tests | Fred Drake | 2006-06-17 | 1 | -2/+2 | |
| | ||||||
* | SF patch 1504676: Make sgmllib char and entity references pluggable | Fred Drake | 2006-06-16 | 4 | -48/+115 | |
| | | | | (implementation/tests contributed by Sam Ruby) | |||||
* | Fix whitespace, there are memory leaks in this module. | Neal Norwitz | 2006-06-16 | 1 | -22/+17 | |
| | ||||||
* | Add missing period in comment. | Neal Norwitz | 2006-06-16 | 1 | -1/+1 | |
| | ||||||
* | Param name is dir, not directory. Update docstring. Backport candidate | Neal Norwitz | 2006-06-16 | 1 | -1/+1 | |
| | ||||||
* | Disable this test until we can determine what to do about it | Neal Norwitz | 2006-06-16 | 1 | -1/+4 | |
| | ||||||
* | Oops -- I introduced an off-by-6436159488 error. | Tim Peters | 2006-06-15 | 1 | -1/+1 | |
| | ||||||
* | Add missing svn:eol-style property to text files. | Tim Peters | 2006-06-15 | 0 | -0/+0 | |
| | ||||||
* | Whitespace normalization. | Tim Peters | 2006-06-15 | 2 | -15/+15 | |
| | ||||||
* | Try to reduce the extreme peak memory and disk-space use | Tim Peters | 2006-06-15 | 1 | -11/+22 | |
| | | | | | | | 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 ;-) | |||||
* | Print some more info to get an idea of how much longer the test will last | Neal Norwitz | 2006-06-15 | 1 | -4/+6 | |
| | ||||||
* | Steal the trick from test_compiler to print out a slow msg. | Neal Norwitz | 2006-06-15 | 1 | -0/+18 | |
| | | | | | | 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. | |||||
* | minor documentation cleanup. mention the bsddb.db interface explicitly by name. | Gregory P. Smith | 2006-06-15 | 1 | -8/+14 | |
| | ||||||
* | - bsddb: multithreaded DB access using the simple bsddb module interface | Gregory P. Smith | 2006-06-15 | 3 | -31/+45 | |
| | | | | | | 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] | |||||
* | Re-revert this change. Install the version check and don't run the test | Neal Norwitz | 2006-06-15 | 1 | -0/+2 | |
| | | | | | | | 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. | |||||
* | Patch #1446489 (zipfile: support for ZIP64) | Ronald Oussoren | 2006-06-15 | 5 | -63/+665 | |
| | ||||||
* | Make import/lookup of mbcs fail on non-Windows systems. | Martin v. Löwis | 2006-06-15 | 1 | -4/+8 | |
| | ||||||
* | Try to narrow window of failure on slow/busy boxes (ppc64 buildbot) | Neal Norwitz | 2006-06-15 | 1 | -4/+8 | |
| | ||||||
* | Speculative checkin (requires approval of Gerhard Haering) | Neal Norwitz | 2006-06-15 | 3 | -12/+2 | |
| | | | | | | | | | 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. | |||||
* | Whitespace normalization. | Tim Peters | 2006-06-14 | 1 | -1/+1 | |
| | ||||||
* | - Added version checks in C code to make sure we don't trigger bugs in older | Gerhard Häring | 2006-06-14 | 3 | -4/+27 | |
| | | | | | | | | | | | 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. | |||||
* | Bug #805015: doc error in PyUnicode_FromEncodedObject. | Georg Brandl | 2006-06-14 | 1 | -15/+8 | |
| | ||||||
* | Add item | Andrew M. Kuchling | 2006-06-14 | 1 | -0/+6 | |
| | ||||||
* | Add an __all__ list, since this module does 'from ctypes import *'. | Thomas Heller | 2006-06-14 | 1 | -0/+16 | |
| | ||||||
* | Document paramflags. | Thomas Heller | 2006-06-14 | 1 | -21/+129 | |
| | ||||||
* | Bug #1117556: SimpleHTTPServer now tries to find and use the system's | Georg Brandl | 2006-06-14 | 2 | -1/+6 | |
| | | | | mime.types file for determining MIME types. | |||||
* | Bug #1202018: add some common mime.types locations. | Georg Brandl | 2006-06-14 | 1 | -0/+4 | |
| | ||||||
* | Bug #1153163: describe __add__ vs __radd__ behavior when adding | Georg Brandl | 2006-06-14 | 1 | -4/+19 | |
| | | | | objects of same type/of subclasses of the other. | |||||
* | Write more docs. | Thomas Heller | 2006-06-14 | 1 | -32/+143 | |
| | ||||||
* | Bug #1501122: mention __gt__ &co in description of comparison order. | Georg Brandl | 2006-06-14 | 1 | -2/+6 | |
| | ||||||
* | Fix docstring. | Thomas Heller | 2006-06-14 | 1 | -1/+1 | |
| | ||||||
* | Bug #1339007: Shelf objects now don't raise an exception in their | Georg Brandl | 2006-06-14 | 2 | -0/+6 | |
| | | | | __del__ method when initialization failed. | |||||
* | Patch #1455898: Incremental mode for "mbcs" codec. | Martin v. Löwis | 2006-06-14 | 6 | -47/+211 | |
| | ||||||
* | explain an XXX in more detail | Fred Drake | 2006-06-14 | 1 | -0/+3 | |
| | ||||||
* | add tests for two cases that are handled correctly in the current code, | Fred Drake | 2006-06-14 | 1 | -2/+7 | |
| | | | | but that SF patch 1504676 as written mis-handles | |||||
* | - make some disabled tests run what they intend when enabled | Fred Drake | 2006-06-14 | 1 | -13/+13 | |
| | | | | - remove some over-zealous triple-quoting | |||||
* | Whitespace normalization. | Tim Peters | 2006-06-14 | 1 | -1/+1 | |
| | ||||||
* | Repaired typo in new comment. | Tim Peters | 2006-06-14 | 1 | -1/+1 | |
| | ||||||
* | SequenceMatcher.get_matching_blocks(): This now guarantees that | Tim Peters | 2006-06-14 | 3 | -8/+50 | |
| | | | | | | | | | | | 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". | |||||
* | Updated documentation for pysqlite 2.3.0 API. | Gerhard Häring | 2006-06-13 | 1 | -3/+38 | |
| | ||||||
* | Missed test for rev. 46933; infinite recursion from __coerce__() returning ↵ | Brett Cannon | 2006-06-13 | 1 | -1/+19 | |
| | | | | its arguments reversed. |