| Commit message (Expand) | Author | Age | Files | Lines |
* | fix testrelease-2.3.1 | mattip | 2014-06-06 | 1 | -2/+2 |
* | merge default into release | mattip | 2014-06-06 | 3 | -24/+26 |
|\ |
|
| * | redo search for tkinter's license.terms | mattip | 2014-06-06 | 1 | -14/+16 |
| * | rephrasing (lesshaste) | mattip | 2014-06-06 | 2 | -4/+5 |
| * | release note fixes | mattip | 2014-06-06 | 1 | -5/+4 |
| * | typos | mattip | 2014-06-06 | 1 | -2/+2 |
* | | merge default into release branch | mattip | 2014-06-06 | 130 | -1998/+95867 |
|\| |
|
| * | prepare 2.3.1 release | mattip | 2014-06-06 | 5 | -13/+105 |
| * | merge packaging branch into default, which updates command line parsing | mattip | 2014-06-06 | 4 | -75/+295 |
| |\ |
|
| | * | merge packaging branch, which adds argparse, updates LICENSE, and completes w... | mattip | 2014-06-06 | 0 | -0/+0 |
| | * | document branch | mattip | 2014-06-06 | 1 | -0/+6 |
| | * | load local argparse if system-wide is missing | mattip | 2014-06-05 | 1 | -1/+5 |
| | * | make cffi and license creation non-fatal, fix license_base for windows | mattip | 2014-06-05 | 2 | -8/+20 |
| | * | use actual license terms instead of whatever is in /usr/share/doc/*/copyright... | mattip | 2014-06-04 | 3 | -9/+58 |
| | * | merge default into branch | mattip | 2014-06-03 | 59 | -522/+93214 |
| | |\ |
|
| | * | | cleanup, try to create LICENSE on darwin | mattip | 2014-05-22 | 1 | -18/+33 |
| | * | | typos | mattip | 2014-05-22 | 1 | -2/+2 |
| | * | | append more bits to LICENSE file, invent something for gdbm | mattip | 2014-05-22 | 1 | -11/+27 |
| | * | | append bits to LICENSE file | mattip | 2014-05-22 | 2 | -20/+52 |
| | * | | merge heads, prefering e058ca3ed85b | mattip | 2014-05-22 | 0 | -0/+0 |
| | |\ \ |
|
| | | * | | tests pass | mattip | 2014-05-22 | 3 | -16/+35 |
| | | * | | add backward compatible file for buildbots | mattip | 2014-05-21 | 1 | -0/+36 |
| | | * | | move file for backward compatability | mattip | 2014-05-21 | 1 | -5/+15 |
| | * | | | accept positional arguments for backward compatability | mattip | 2014-05-22 | 2 | -14/+81 |
| | |/ / |
|
| | * | | rationalize some logic, create 'generate_license()' | mattip | 2014-05-21 | 1 | -24/+32 |
| | * | | start to modernize packaging | mattip | 2014-05-21 | 1 | -47/+58 |
| * | | | merge heads | Armin Rigo | 2014-06-05 | 15 | -27/+92613 |
| |\ \ \ |
|
| | * | | | issue1762 follow up: execfile should also accept null bytes | Philip Jenvey | 2014-06-04 | 2 | -11/+29 |
| | * | | | cross-reference methods to decrease RAM demand during translation on windows ... | mattip | 2014-06-04 | 1 | -6/+25 |
| | | |/
| | |/| |
|
| | * | | add copyright and permission notice | mattip | 2014-06-03 | 1 | -0/+41 |
| | * | | Add UnicodeData 6.2.0, used by Python 3.3 | Amaury Forgeot d'Arc | 2014-06-02 | 7 | -0/+92506 |
| | * | | The "zero" parameter of lltype.malloc() is checked to be constant. | Amaury Forgeot d'Arc | 2014-05-25 | 1 | -4/+4 |
| | * | | fix not_const(s_None) | Ronan Lamy | 2014-06-02 | 2 | -6/+7 |
| | * | | help the annotator a little | Maciej Fijalkowski | 2014-06-02 | 1 | -0/+1 |
| * | | | Test and fix | Armin Rigo | 2014-06-05 | 2 | -4/+10 |
| * | | | Test and fix. It's relatively hard to hit the case on PyPy, but | Armin Rigo | 2014-06-05 | 3 | -1/+23 |
| |/ / |
|
| * | | A way to get an address from str | Maciej Fijalkowski | 2014-06-02 | 1 | -0/+9 |
| * | | remove misleading _freeze_() | Ronan Lamy | 2014-06-01 | 1 | -2/+2 |
| * | | The variable 'uid' was originally unsigned. | Armin Rigo | 2014-06-01 | 1 | -1/+1 |
| * | | move MethodsPBCRepr out of lltypesystem/ | Ronan Lamy | 2014-06-01 | 2 | -47/+44 |
| * | | inline single-use function | Ronan Lamy | 2014-05-31 | 2 | -13/+4 |
| * | | fix 2176b15be96f hopefully | Ronan Lamy | 2014-05-31 | 1 | -1/+1 |
| * | | By default, use for the RPython-level 'str(instance)' a different | Armin Rigo | 2014-05-31 | 1 | -1/+5 |
| * | | close files opened by FileType option handling, there must be a better way? | mattip | 2014-05-30 | 1 | -0/+3 |
| * | | close files opened during import (upstream issue 21610 created and patch subm... | mattip | 2014-05-30 | 2 | -9/+12 |
| * | | Fix noConst(): recent improvements to heapcache mean this hack no longer | Armin Rigo | 2014-05-29 | 4 | -5/+18 |
| * | | redo commit 8faa5a81be74 properly | Ronan Lamy | 2014-05-29 | 6 | -92/+89 |
| * | | Backed out changeset 8faa5a81be74 | Armin Rigo | 2014-05-29 | 5 | -7/+92 |
| * | | rename NoneFrozenPBCRepr to NoneRepr and move it to rpython.rtyper.rnone | Ronan Lamy | 2014-05-29 | 5 | -92/+7 |
| * | | remove whitespace changes | Brian Kearns | 2014-05-28 | 1 | -5/+1 |