| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 2112. mmap does not raises EnvironmentError no more, but | Facundo Batista | 2008-02-17 | 1 | -0/+3 |
|
|
* | Now we handle different the backup copy, because of security | Facundo Batista | 2008-02-17 | 1 | -0/+5 |
|
|
* | Move test_logging over to doctest. | Brett Cannon | 2008-02-17 | 2 | -0/+3 |
|
|
* | Prevent a crash with nested scopes, again caused by calling Py_DECREF when th... | Amaury Forgeot d'Arc | 2008-02-16 | 1 | -0/+3 |
|
|
* | Issue #2115: __slot__ attributes setting was 10x slower. | Amaury Forgeot d'Arc | 2008-02-15 | 1 | -0/+4 |
|
|
* | Two new functions: | Skip Montanaro | 2008-02-15 | 1 | -3/+25 |
|
|
* | Bug #2111: mmap segfaults when trying to write a block opened with PROT_READ | Christian Heimes | 2008-02-15 | 1 | -0/+2 |
|
|
* | Fixed repr() and str() of complex numbers. Complex suffered from the same pro... | Christian Heimes | 2008-02-15 | 1 | -0/+3 |
|
|
* | Implemented Martin's suggestion to clear the free lists during the garbage co... | Christian Heimes | 2008-02-14 | 1 | -0/+4 |
|
|
* | Add pickle support to ctypes types. | Thomas Heller | 2008-02-13 | 1 | -0/+3 |
|
|
* | #2063: correct order of utime and stime in os.times() | Georg Brandl | 2008-02-13 | 1 | -0/+2 |
|
|
* | Patch #1966: Break infinite loop in httplib when the servers | Martin v. Löwis | 2008-02-12 | 1 | -0/+3 |
|
|
* | Patch #1736: Fix file name handling of _msi.FCICreate. | Martin v. Löwis | 2008-02-12 | 1 | -0/+2 |
|
|
* | Rename rational.Rational to fractions.Fraction, to avoid name clash | Mark Dickinson | 2008-02-10 | 1 | -0/+4 |
|
|
* | Complete an open todo on pickletools -- add a pickle optimizer. | Raymond Hettinger | 2008-02-10 | 1 | -0/+3 |
|
|
* | Add missing NEWS entry for r60695 | Nick Coghlan | 2008-02-10 | 1 | -0/+4 |
|
|
* | Issue #1706: Require Windows 2000+ | Christian Heimes | 2008-02-09 | 1 | -0/+4 |
|
|
* | Update big5hkscs codec to conform to the HKSCS:2004 revision. | Hye-Shik Chang | 2008-02-08 | 1 | -0/+2 |
|
|
* | issue 2045: Infinite recursion when printing a subclass of defaultdict, | Amaury Forgeot d'Arc | 2008-02-08 | 1 | -0/+3 |
|
|
* | Deallocate content of the dict free list on interpreter shutdown | Christian Heimes | 2008-02-08 | 1 | -0/+3 |
|
|
* | Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collect... | Raymond Hettinger | 2008-02-07 | 1 | -0/+3 |
|
|
* | Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaN | Mark Dickinson | 2008-02-06 | 1 | -0/+3 |
|
|
* | Unified naming convention for free lists and their limits. All free lists | Christian Heimes | 2008-02-06 | 1 | -0/+4 |
|
|
* | Limit free list of method and builtin function objects to 256 entries each. | Christian Heimes | 2008-02-06 | 1 | -0/+3 |
|
|
* | * Use the same code to profile for test_profile and test_cprofile. | Georg Brandl | 2008-02-05 | 1 | -0/+2 |
|
|
* | Issue #2004: Use mode 0700 for temporary directories and default | Lars Gustäbel | 2008-02-05 | 1 | -0/+3 |
|
|
* | sync with most recent version from python-mode sf project | Skip Montanaro | 2008-02-05 | 1 | -215/+353 |
|
|
* | #1750076: Debugger did not step on every iteration of a while statement. | Amaury Forgeot d'Arc | 2008-02-04 | 1 | -0/+4 |
|
|
* | Correct quotes in NEWS file | Amaury Forgeot d'Arc | 2008-02-04 | 1 | -2/+2 |
|
|
* | Patch #1953 | Christian Heimes | 2008-02-04 | 1 | -1/+5 |
|
|
* | Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S... | Amaury Forgeot d'Arc | 2008-02-03 | 1 | -0/+6 |
|
|
* | Ignore leaky warnings from test_asynchat | Neal Norwitz | 2008-02-03 | 1 | -1/+1 |
|
|
* | Add an entry for r60537. | Brett Cannon | 2008-02-03 | 1 | -0/+4 |
|
|
* | Merge this fix from the pybsddb tree: | Gregory P. Smith | 2008-02-03 | 1 | -0/+3 |
|
|
* | Split the refleak mail body into two parts, the first being those failing | Skip Montanaro | 2008-02-02 | 1 | -3/+14 |
|
|
* | Update the leaky tests (ie, ignore these tests if they report leaks). This v... | Neal Norwitz | 2008-02-02 | 1 | -1/+1 |
|
|
* | Rewrite test_queue as unittest. Written for GHOP by Ian Seyer. | Georg Brandl | 2008-02-02 | 1 | -0/+1 |
|
|
* | Add GHOP contributor. | Georg Brandl | 2008-02-02 | 1 | -0/+1 |
|
|
* | Fixed bug #1983: Return from fork() is pid_t, not int | Christian Heimes | 2008-01-31 | 1 | -0/+6 |
|
|
* | Issue #1678380. Fix a bug that identifies 0j and -0j when they appear | Mark Dickinson | 2008-01-31 | 1 | -0/+3 |
|
|
* | Bug #1234: Fixed semaphore errors on AIX 5.2 | Christian Heimes | 2008-01-30 | 1 | -0/+2 |
|
|
* | Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detec... | Christian Heimes | 2008-01-30 | 1 | -0/+3 |
|
|
* | Update Vim syntax highlighting to specify what revision was used to generate | Brett Cannon | 2008-01-29 | 3 | -8/+9 |
|
|
* | Added clear cache methods to clear the internal type lookup cache for ref lea... | Christian Heimes | 2008-01-27 | 1 | -0/+3 |
|
|
* | Move C API entries to the corresponding section. | Georg Brandl | 2008-01-26 | 1 | -38/+41 |
|
|
* | #1473257: add generator.gi_code attribute that refers to | Georg Brandl | 2008-01-26 | 1 | -1/+5 |
|
|
* | #1940: make it possible to use curses.filter() before curses.initscr() | Georg Brandl | 2008-01-26 | 1 | -0/+4 |
|
|
* | Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From... | Christian Heimes | 2008-01-25 | 1 | -1/+7 |
|
|
* | News entry for r60265 (Issue 1920). | Amaury Forgeot d'Arc | 2008-01-24 | 1 | -1/+6 |
|
|
* | News about recently fixed crashers: | Guido van Rossum | 2008-01-24 | 1 | -0/+4 |
|
|