| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the peephole optimizer to remove more dead code (jumps after returns) | Neal Norwitz | 2006-10-14 | 1 | -0/+35 |
|
|
* | Bug #1545497: when given an explicit base, int() did ignore NULs | Georg Brandl | 2006-10-12 | 1 | -0/+5 |
|
|
* | Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode | Georg Brandl | 2006-10-12 | 1 | -0/+22 |
|
|
* | Bug #1565150: Fix subsecond processing for os.utime on Windows. | Martin v. Löwis | 2006-10-09 | 1 | -0/+8 |
|
|
* | Bug #1572832: fix a bug in ISO-2022 codecs which may cause segfault | Hye-Shik Chang | 2006-10-08 | 1 | -0/+10 |
|
|
* | Forward-port of r52136,52138: a review of overflow-detecting code. | Armin Rigo | 2006-10-04 | 3 | -8/+29 |
|
|
* | Fix integer negation and absolute value to not rely | Martin v. Löwis | 2006-10-04 | 1 | -0/+1 |
|
|
* | Fix for SF bug 1569998: break permitted inside try. | Jeremy Hylton | 2006-10-04 | 1 | -0/+14 |
|
|
* | Convert test_imp over to unittest. | Brett Cannon | 2006-10-03 | 1 | -29/+33 |
|
|
* | Convert test_import to unittest. | Georg Brandl | 2006-09-30 | 1 | -200/+197 |
|
|
* | Bug #1556784: allow format strings longer than 127 characters in | Georg Brandl | 2006-09-30 | 1 | -0/+1 |
|
|
* | Bug #1560617: in pyclbr, return full module name not only for classes, | Georg Brandl | 2006-09-30 | 1 | -0/+3 |
|
|
* | Bug #1566800: make sure that EnvironmentError can be called with any | Georg Brandl | 2006-09-30 | 1 | -3/+8 |
|
|
* | Patch #1567691: super() and new.instancemethod() now don't accept | Georg Brandl | 2006-09-30 | 2 | -0/+15 |
|
|
* | Another crasher. | Armin Rigo | 2006-09-25 | 1 | -0/+36 |
|
|
* | Fix a bug in traceback.format_exception_only() that led to an error | Georg Brandl | 2006-09-24 | 1 | -0/+4 |
|
|
* | Fix a bug in the parser's future statement handling that led to "with" | Georg Brandl | 2006-09-24 | 1 | -0/+21 |
|
|
* | Make output on test_strptime() be more verbose in face of failure. This is in | Brett Cannon | 2006-09-23 | 1 | -3/+7 |
|
|
* | Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). | Neal Norwitz | 2006-09-22 | 1 | -0/+91 |
|
|
* | * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t | Jack Diederich | 2006-09-21 | 1 | -0/+4 |
|
|
* | Add a "crasher" taken from the sgml bug report referenced in the comment | Neal Norwitz | 2006-09-11 | 1 | -0/+16 |
|
|
* | Forward port of 51850 from release25-maint branch. | Neal Norwitz | 2006-09-11 | 2 | -15/+225 |
|
|
* | Remove the __unicode__ method from exceptions. Allows unicode() to be called | Brett Cannon | 2006-09-09 | 2 | -2/+10 |
|
|
* | Fix the speed regression in inspect.py by adding another cache to speed up ge... | Nick Coghlan | 2006-09-07 | 1 | -0/+11 |
|
|
* | Fixed subprocess bug #1531862 again, after removing tests | Gustavo Niemeyer | 2006-09-07 | 1 | -0/+6 |
|
|
* | Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. | Georg Brandl | 2006-09-06 | 1 | -26/+13 |
|
|
* | Revert 51758 because it broke all the buildbots | Neal Norwitz | 2006-09-06 | 1 | -42/+0 |
|
|
* | Fixing #1531862: Do not close standard file descriptors in the | Gustavo Niemeyer | 2006-09-06 | 1 | -0/+42 |
|
|
* | Fix a few bugs on cjkcodecs found by Oren Tirosh: | Hye-Shik Chang | 2006-09-05 | 2 | -0/+8 |
|
|
* | Bug #1520864 (again): unpacking singleton tuples in list comprehensions and | Neal Norwitz | 2006-09-05 | 1 | -0/+4 |
|
|
* | Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. | Neal Norwitz | 2006-09-05 | 2 | -2/+2 |
|
|
* | Fix SF bug #1546288, crash in dict_equal. | Neal Norwitz | 2006-09-05 | 1 | -1/+9 |
|
|
* | Fix endcase for str.rpartition() | Raymond Hettinger | 2006-09-04 | 1 | -1/+1 |
|
|
* | Hmm, this test has failed at least twice recently on the OpenBSD and | Neal Norwitz | 2006-09-02 | 1 | -1/+12 |
|
|
* | Make decimal.ContextManager a private implementation detail of decimal.localc... | Nick Coghlan | 2006-09-02 | 1 | -13/+2 |
|
|
* | Bug #1550714: fix SystemError from itertools.tee on negative value for n. | Neal Norwitz | 2006-09-02 | 1 | -0/+1 |
|
|
* | Remove the old decimal context management tests from test_contextlib (guess w... | Nick Coghlan | 2006-08-31 | 1 | -26/+0 |
|
|
* | Fix the wrongheaded implementation of context management in the decimal modul... | Nick Coghlan | 2006-08-31 | 1 | -0/+39 |
|
|
* | - Move functions common to all path modules into genericpath.py and have the | Jack Diederich | 2006-08-26 | 1 | -0/+184 |
|
|
* | A new test here relied on preserving invisible trailing | Tim Peters | 2006-08-25 | 1 | -2/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-08-25 | 2 | -4/+4 |
|
|
* | The regular expression engine in '_sre' can segfault when interpreting | Armin Rigo | 2006-08-25 | 1 | -0/+47 |
|
|
* | Fix SF bug #1545837: array.array borks on deepcopy. | Thomas Wouters | 2006-08-24 | 1 | -0/+7 |
|
|
* | Reverting the patch that tried to fix the issue whereby x**2 raises | Alex Martelli | 2006-08-23 | 1 | -14/+1 |
|
|
* | Bug fixes large and small for tokenize. | Jeremy Hylton | 2006-08-23 | 2 | -35/+114 |
|
|
* | x**2 should about equal x*x (including for a float x such that the result is | Alex Martelli | 2006-08-23 | 1 | -1/+14 |
|
|
* | Baby steps towards better tests for tokenize | Jeremy Hylton | 2006-08-23 | 1 | -3/+46 |
|
|
* | Expose column offset information in parse trees. | Jeremy Hylton | 2006-08-22 | 1 | -0/+38 |
|
|
* | Patch #1541585: fix buffer overrun when performing repr() on | Neal Norwitz | 2006-08-21 | 1 | -0/+4 |
|
|
* | Patch #1542451: disallow continue anywhere under a finally | Neal Norwitz | 2006-08-21 | 1 | -0/+87 |
|
|