| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix bug 1441408 where a double colon didn't trigger extended slice semantics ... | Nick Coghlan | 2006-03-17 | 1 | -8/+12 |
|
|
* | More \exception fixes. | Georg Brandl | 2006-03-17 | 18 | -67/+71 |
|
|
* | Add two items | Andrew M. Kuchling | 2006-03-17 | 1 | -0/+26 |
|
|
* | Markup fix | Andrew M. Kuchling | 2006-03-17 | 1 | -1/+2 |
|
|
* | Merge changes from the upstream version: | Thomas Heller | 2006-03-17 | 7 | -91/+190 |
|
|
* | Remove mention of lib-old, and list more deleted modules | Andrew M. Kuchling | 2006-03-17 | 1 | -17/+2 |
|
|
* | Add some items | Andrew M. Kuchling | 2006-03-17 | 1 | -1/+17 |
|
|
* | as is on the road to keyword-hood, use a different var name. | Neal Norwitz | 2006-03-17 | 1 | -7/+7 |
|
|
* | Oops, copied the wrong code from keeprefs. Get the right code | Neal Norwitz | 2006-03-17 | 1 | -4/+9 |
|
|
* | Update/expand on comments about leaking tests. | Neal Norwitz | 2006-03-17 | 2 | -4/+6 |
|
|
* | Ignore ctypes leaks, but add a test case so we do not forget. | Neal Norwitz | 2006-03-17 | 2 | -1/+12 |
|
|
* | Try to find a host that responds slower from python.org so this test does not... | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
|
|
* | Introduced symbol PY_FORMAT_SIZE_T. See the new comments | Tim Peters | 2006-03-17 | 2 | -31/+61 |
|
|
* | Fix wrong argument format in PyCodec_IncrementalEncoder() and | Walter Dörwald | 2006-03-16 | 1 | -96/+57 |
|
|
* | Fix a test that fails when libGL.so and libGLU.so are not installed (on posix... | Thomas Heller | 2006-03-16 | 1 | -2/+4 |
|
|
* | Fix a leak that would happen under error conditions (found by Coverty). | Thomas Heller | 2006-03-16 | 1 | -0/+1 |
|
|
* | Use int 0 as default defval for LCID if nothing has been supplied. | Thomas Heller | 2006-03-16 | 1 | -3/+8 |
|
|
* | Fix compiler warning. | Thomas Heller | 2006-03-16 | 1 | -1/+1 |
|
|
* | Fixes from Neal Norwitz, plus other small fixes. | Thomas Heller | 2006-03-16 | 1 | -8/+18 |
|
|
* | Rewrite the AllocFunctionCallback function for better error handling. | Thomas Heller | 2006-03-16 | 1 | -15/+16 |
|
|
* | Set eol-style to native. | Tim Peters | 2006-03-16 | 1 | -13/+13 |
|
|
* | Update test_winsound to check for a configured sound card (using a VBScript | Trent Mick | 2006-03-16 | 2 | -34/+128 |
|
|
* | Make mktuple consistent with mklist to get rid of Coverity warnings. Also us... | Neal Norwitz | 2006-03-16 | 1 | -10/+10 |
|
|
* | Add some versionadded info to new incremental codec docs and fix doco nits. | Neal Norwitz | 2006-03-16 | 2 | -2/+8 |
|
|
* | Don't delete non-autogenerated source files when cleaning up. | Thomas Heller | 2006-03-16 | 1 | -2/+2 |
|
|
* | Remove some more references to regex that I missed. | Neal Norwitz | 2006-03-16 | 5 | -25/+0 |
|
|
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 69 | -7120/+73 |
|
|
* | Add a news entry about the sre/re swap. | Neal Norwitz | 2006-03-16 | 1 | -0/+3 |
|
|
* | Spel compatibility write. | Neal Norwitz | 2006-03-16 | 1 | -1/+1 |
|
|
* | Add back an sre.py that should be backwards compatible except for the warning. | Neal Norwitz | 2006-03-16 | 1 | -0/+10 |
|
|
* | Rename sre.py -> re.py | Neal Norwitz | 2006-03-16 | 5 | -6/+7 |
|
|
* | Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps). | Neal Norwitz | 2006-03-16 | 1 | -6/+0 |
|
|
* | The pre module has been gone for a while. Need to go through and find other ... | Neal Norwitz | 2006-03-16 | 1 | -3/+0 |
|
|
* | Oops! Use python_d.exe _before_ it's destroyed :-) | Tim Peters | 2006-03-16 | 1 | -1/+1 |
|
|
* | Change the Windows buildbot "clean" step to remove | Tim Peters | 2006-03-16 | 1 | -1/+4 |
|
|
* | Merge the tim-obmalloc branch to the trunk. | Tim Peters | 2006-03-16 | 2 | -205/+537 |
|
|
* | Instead of relative imports, use (implicitly) absolute ones. | Guido van Rossum | 2006-03-15 | 2 | -2/+2 |
|
|
* | Document the other change from patch #1359365. | Walter Dörwald | 2006-03-15 | 1 | -2/+4 |
|
|
* | SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError | Walter Dörwald | 2006-03-15 | 3 | -1/+12 |
|
|
* | Backport from upstream version: compatibility with older Python | Thomas Heller | 2006-03-15 | 3 | -4/+35 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-03-15 | 50 | -58/+12 |
|
|
* | Fix typo. | Walter Dörwald | 2006-03-15 | 1 | -2/+2 |
|
|
* | Don't try to explicitly set path in runpy package tests (tests were broken on... | Nick Coghlan | 2006-03-15 | 1 | -1/+0 |
|
|
* | Don't let cleanup errors mask real errors in the runpy tests | Nick Coghlan | 2006-03-15 | 1 | -5/+18 |
|
|
* | Catch situations where currentframe() returns None. See SF patch #1447410, th... | Vinay Sajip | 2006-03-15 | 1 | -2/+5 |
|
|
* | Make test_runpy close all references to test modules before trying to delete ... | Nick Coghlan | 2006-03-15 | 1 | -8/+11 |
|
|
* | Add section | Andrew M. Kuchling | 2006-03-15 | 1 | -0/+6 |
|
|
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 98 | -420/+2212 |
|
|
* | Implement PEP 338 which has been marked as accepted by GvR | Nick Coghlan | 2006-03-15 | 3 | -42/+625 |
|
|
* | Revert rev 43041, which introduced the "z" format qualifier | Tim Peters | 2006-03-15 | 1 | -4/+4 |
|
|