| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Minor simplification. | Armin Rigo | 2011-08-02 | 3 | -16/+8 |
* | | | merge default | Maciej Fijalkowski | 2011-08-02 | 3 | -45/+70 |
|\ \ \
| | |/
| |/| |
|
| * | | update contributor.txt and LICENSE | Maciej Fijalkowski | 2011-08-02 | 2 | -37/+68 |
| * | | kill, outdated | Maciej Fijalkowski | 2011-08-02 | 1 | -6/+0 |
| * | | update doc | Maciej Fijalkowski | 2011-08-02 | 1 | -2/+2 |
* | | | change version to final | Maciej Fijalkowski | 2011-08-02 | 1 | -1/+1 |
|/ / |
|
* / | start writing a release announcement | Maciej Fijalkowski | 2011-08-02 | 1 | -0/+5 |
|/ |
|
* | improve the summary | Maciej Fijalkowski | 2011-08-02 | 1 | -2/+5 |
* | a simple command to just print the summary | Maciej Fijalkowski | 2011-08-02 | 1 | -1/+17 |
* | merge | Maciej Fijalkowski | 2011-08-02 | 3 | -17/+36 |
|\ |
|
| * | merge heads | Armin Rigo | 2011-08-02 | 3 | -6/+8 |
| |\ |
|
| * | | Fix test. | Armin Rigo | 2011-08-02 | 1 | -1/+1 |
| * | | Simplify a bit, computing a "toobig" value in a way that is | Armin Rigo | 2011-08-01 | 1 | -6/+8 |
| * | | With the new logic, we can remove this ovfcheck(). | Armin Rigo | 2011-08-01 | 1 | -6/+4 |
| * | | Add a few extra careful ovfcheck() in the code that computes new | Armin Rigo | 2011-08-01 | 1 | -3/+17 |
| * | | Detect and raise MemoryError upon mallocs of negative length. | Armin Rigo | 2011-08-01 | 1 | -6/+11 |
* | | | kill unnecessary imports as well | Maciej Fijalkowski | 2011-08-02 | 1 | -1/+1 |
* | | | Kill logging. Anto says it's irrelevant | Maciej Fijalkowski | 2011-08-02 | 1 | -8/+0 |
| |/
|/| |
|
* | | use just a name of the type | Maciej Fijalkowski | 2011-08-02 | 1 | -1/+1 |
* | | Don't repr the whole world and don't force tracebacks here | Maciej Fijalkowski | 2011-08-02 | 1 | -4/+4 |
* | | merge | Maciej Fijalkowski | 2011-08-02 | 67 | -446/+1554 |
|\ \ |
|
| * | | Alex Gaynor's error message patch to help people like me figure out what they... | Justin Peel | 2011-08-02 | 1 | -1/+3 |
| |/ |
|
| * | merge heads | Armin Rigo | 2011-08-01 | 2 | -5/+16 |
| |\ |
|
| | * | test and fix for very large structure fields which were confused with bitfields | Antonio Cuni | 2011-08-01 | 2 | -5/+16 |
| * | | Fix the test to properly close() the file. | Armin Rigo | 2011-08-01 | 1 | -1/+2 |
| * | | Wrong, we can't say "final" in StreamWriter.write(). | Armin Rigo | 2011-08-01 | 2 | -1/+23 |
| * | | Fix for the case of read(-1). | Armin Rigo | 2011-08-01 | 1 | -6/+4 |
| * | | Test and fix. | Armin Rigo | 2011-08-01 | 4 | -8/+36 |
| |/ |
|
| * | merge heads | Armin Rigo | 2011-08-01 | 11 | -146/+608 |
| |\ |
|
| | * | Add missing 'usemodules'. | Armin Rigo | 2011-08-01 | 1 | -13/+13 |
| | * | Test and fix. | Armin Rigo | 2011-08-01 | 2 | -2/+20 |
| | * | Don't do a lookup based on 'self' here. | Armin Rigo | 2011-08-01 | 1 | -2/+2 |
| | * | A quick writing and quick testing of MultibyteStream{Reader,Writer}. | Armin Rigo | 2011-08-01 | 2 | -31/+99 |
| | * | Tests for IncrementalEncoder. Pass, thanks to sharing of code. | Armin Rigo | 2011-08-01 | 1 | -2/+44 |
| | * | Incremental encoder, first try. | Armin Rigo | 2011-08-01 | 6 | -61/+157 |
| | * | Support custom errors. | Armin Rigo | 2011-07-31 | 2 | -1/+20 |
| | * | Test and fix for reset(). | Armin Rigo | 2011-07-31 | 2 | -2/+16 |
| | * | MultibyteIncrementalDecoder. | Armin Rigo | 2011-07-31 | 4 | -22/+163 |
| | * | Minor simplification of the interface. | Armin Rigo | 2011-07-31 | 2 | -8/+6 |
| | * | Incremental support: keep the decodebuf around several calls to | Armin Rigo | 2011-07-31 | 4 | -34/+100 |
| * | | Add an explicit flag 'add_memory_pressure=True' to the | Armin Rigo | 2011-08-01 | 10 | -27/+34 |
| * | | Backout changesets 1c74e688ab5b, 73cd9edd4a03, ae9804777ad3, | Armin Rigo | 2011-08-01 | 3 | -6/+5 |
| * | | hg merge jit-singlefloat: | Armin Rigo | 2011-08-01 | 43 | -258/+836 |
| |\ \ |
|
| | * | | Close branch about to be merged. | Armin Rigo | 2011-08-01 | 0 | -0/+0 |
| | * | | Add a case, shown missing by the test. | Armin Rigo | 2011-07-30 | 3 | -15/+48 |
| | * | | Fix the test on 64-bit. | Armin Rigo | 2011-07-30 | 1 | -5/+9 |
| | * | | A basic test about arrays of doubles, and a version about arrays of floats. | Armin Rigo | 2011-07-30 | 1 | -0/+63 |
| | * | | hg merge default | Armin Rigo | 2011-07-30 | 10 | -26/+85 |
| | |\ \ |
|
| | * \ \ | merge heads | Armin Rigo | 2011-07-30 | 1 | -20/+32 |
| | |\ \ \ |
|
| | | * | | | Clean up the structure and put everything about floats, longlongs and | Armin Rigo | 2011-07-30 | 1 | -20/+32 |