aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix testrelease-2.3.1mattip2014-06-061-2/+2
* merge default into releasemattip2014-06-063-24/+26
|\
| * redo search for tkinter's license.termsmattip2014-06-061-14/+16
| * rephrasing (lesshaste)mattip2014-06-062-4/+5
| * release note fixesmattip2014-06-061-5/+4
| * typosmattip2014-06-061-2/+2
* | merge default into release branchmattip2014-06-06130-1998/+95867
|\|
| * prepare 2.3.1 releasemattip2014-06-065-13/+105
| * merge packaging branch into default, which updates command line parsingmattip2014-06-064-75/+295
| |\
| | * merge packaging branch, which adds argparse, updates LICENSE, and completes w...mattip2014-06-060-0/+0
| | * document branchmattip2014-06-061-0/+6
| | * load local argparse if system-wide is missingmattip2014-06-051-1/+5
| | * make cffi and license creation non-fatal, fix license_base for windowsmattip2014-06-052-8/+20
| | * use actual license terms instead of whatever is in /usr/share/doc/*/copyright...mattip2014-06-043-9/+58
| | * merge default into branchmattip2014-06-0359-522/+93214
| | |\
| | * | cleanup, try to create LICENSE on darwinmattip2014-05-221-18/+33
| | * | typosmattip2014-05-221-2/+2
| | * | append more bits to LICENSE file, invent something for gdbmmattip2014-05-221-11/+27
| | * | append bits to LICENSE filemattip2014-05-222-20/+52
| | * | merge heads, prefering e058ca3ed85bmattip2014-05-220-0/+0
| | |\ \
| | | * | tests passmattip2014-05-223-16/+35
| | | * | add backward compatible file for buildbotsmattip2014-05-211-0/+36
| | | * | move file for backward compatabilitymattip2014-05-211-5/+15
| | * | | accept positional arguments for backward compatabilitymattip2014-05-222-14/+81
| | |/ /
| | * | rationalize some logic, create 'generate_license()'mattip2014-05-211-24/+32
| | * | start to modernize packagingmattip2014-05-211-47/+58
| * | | merge headsArmin Rigo2014-06-0515-27/+92613
| |\ \ \
| | * | | issue1762 follow up: execfile should also accept null bytesPhilip Jenvey2014-06-042-11/+29
| | * | | cross-reference methods to decrease RAM demand during translation on windows ...mattip2014-06-041-6/+25
| | | |/ | | |/|
| | * | add copyright and permission noticemattip2014-06-031-0/+41
| | * | Add UnicodeData 6.2.0, used by Python 3.3Amaury Forgeot d'Arc2014-06-027-0/+92506
| | * | The "zero" parameter of lltype.malloc() is checked to be constant.Amaury Forgeot d'Arc2014-05-251-4/+4
| | * | fix not_const(s_None)Ronan Lamy2014-06-022-6/+7
| | * | help the annotator a littleMaciej Fijalkowski2014-06-021-0/+1
| * | | Test and fixArmin Rigo2014-06-052-4/+10
| * | | Test and fix. It's relatively hard to hit the case on PyPy, butArmin Rigo2014-06-053-1/+23
| |/ /
| * | A way to get an address from strMaciej Fijalkowski2014-06-021-0/+9
| * | remove misleading _freeze_()Ronan Lamy2014-06-011-2/+2
| * | The variable 'uid' was originally unsigned.Armin Rigo2014-06-011-1/+1
| * | move MethodsPBCRepr out of lltypesystem/Ronan Lamy2014-06-012-47/+44
| * | inline single-use functionRonan Lamy2014-05-312-13/+4
| * | fix 2176b15be96f hopefullyRonan Lamy2014-05-311-1/+1
| * | By default, use for the RPython-level 'str(instance)' a differentArmin Rigo2014-05-311-1/+5
| * | close files opened by FileType option handling, there must be a better way?mattip2014-05-301-0/+3
| * | close files opened during import (upstream issue 21610 created and patch subm...mattip2014-05-302-9/+12
| * | Fix noConst(): recent improvements to heapcache mean this hack no longerArmin Rigo2014-05-294-5/+18
| * | redo commit 8faa5a81be74 properlyRonan Lamy2014-05-296-92/+89
| * | Backed out changeset 8faa5a81be74Armin Rigo2014-05-295-7/+92
| * | rename NoneFrozenPBCRepr to NoneRepr and move it to rpython.rtyper.rnoneRonan Lamy2014-05-295-92/+7
| * | remove whitespace changesBrian Kearns2014-05-281-5/+1