GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pypy
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor
fijal
2017-12-06
1
-23
/
+23
*
try to improve latin1 handling
fijal
2017-12-06
1
-18
/
+13
*
more trivial use cases for Utf8StringIterator
fijal
2017-12-06
1
-14
/
+3
*
use iterator for islower
fijal
2017-12-06
2
-7
/
+4
*
merge
fijal
2017-12-03
9
-46
/
+90
|
\
|
*
hg merge default
Ronan Lamy
2017-12-03
9
-46
/
+90
|
|
\
|
|
*
space.unwrap() -> space.unicode_w()
Ronan Lamy
2017-12-03
5
-26
/
+28
|
|
*
Improve interp-level test and fix bugs in W_TextIOWrapper.readline_w()
Ronan Lamy
2017-11-29
2
-17
/
+31
|
|
*
both build slaves seem happy
Matti Picus
2017-11-29
1
-0
/
+3
|
|
*
DOC: how to hack your win32 environment to build cffi modules without setuptools
Matti Picus
2017-11-26
1
-3
/
+28
*
|
|
whack sre until it compiles
fijal
2017-12-03
1
-5
/
+10
*
|
|
another untested part of exceptions module
fijal
2017-12-03
1
-1
/
+2
*
|
|
fix exceptions module
fijal
2017-12-03
1
-1
/
+1
*
|
|
"fix" the operator module
fijal
2017-12-03
1
-7
/
+10
*
|
|
fix the warnings module, add we_are_translated for now
fijal
2017-12-03
3
-15
/
+20
|
/
/
*
|
Remove newunicode() and unicode_w() again
Ronan Lamy
2017-11-28
3
-12
/
+2
*
|
kill test: _io needs the real space
Ronan Lamy
2017-11-26
1
-4
/
+0
*
|
Convert stringio to utf8
Ronan Lamy
2017-11-26
1
-19
/
+19
*
|
Fix seek() and tell()
Ronan Lamy
2017-11-26
1
-10
/
+12
*
|
Adapt DecodeBuffer to utf8
Ronan Lamy
2017-11-26
2
-25
/
+21
*
|
Reapply b89046216269
Ronan Lamy
2017-11-26
3
-0
/
+23
*
|
hg merge default
Ronan Lamy
2017-11-26
3
-221
/
+343
|
\
|
|
*
Add some tests for DecodeBuffer
Ronan Lamy
2017-11-26
2
-4
/
+39
|
*
Refactor readline_w() and move most of the logic to DecodeBuffer
Ronan Lamy
2017-11-26
1
-77
/
+111
|
*
Add readline() and readline_universal() methods to UnicodeIO, and stop sharin...
Ronan Lamy
2017-11-25
1
-19
/
+60
|
*
Extract UnicodeIO object from W_StringIO
Ronan Lamy
2017-11-25
1
-76
/
+84
|
*
Extract DecodeBuffer object from W_TextIOWrapper
Ronan Lamy
2017-11-25
1
-58
/
+62
*
|
hg merge default
Ronan Lamy
2017-11-24
4
-74
/
+116
|
\
|
|
*
Replace (pos-if-found, pos-if-not-found) tuple with (position, found)
Ronan Lamy
2017-11-24
2
-21
/
+16
|
*
More refactoring: deal with the remnant more explicitly and handle size limit...
Ronan Lamy
2017-11-24
3
-49
/
+81
|
*
Keep chipping away at readline_w()
Ronan Lamy
2017-11-24
1
-47
/
+55
|
*
generate conf.h for tests
Matti Picus
2017-11-24
1
-0
/
+7
*
|
small cleanup of copy-pasted join code
Carl Friedrich Bolz-Tereick
2017-11-24
1
-11
/
+3
*
|
replace a lot of uses of StringBuilder by Utf8StringBuilder
Carl Friedrich Bolz-Tereick
2017-11-24
1
-77
/
+39
*
|
fix encoding to operate on utf-8 encoded strings
Carl Friedrich Bolz-Tereick
2017-11-24
1
-21
/
+20
*
|
fix more tests
Carl Friedrich Bolz-Tereick
2017-11-24
2
-15
/
+6
*
|
fix unicode \-encoding in _pypyjson
Carl Friedrich Bolz-Tereick
2017-11-24
1
-2
/
+1
*
|
start fixing _rawffi
fijal
2017-11-24
4
-15
/
+17
*
|
fix _ssl module
fijal
2017-11-24
1
-3
/
+4
*
|
merge
fijal
2017-11-24
1
-41
/
+36
|
\
\
|
*
|
hg merge default
Ronan Lamy
2017-11-23
1
-41
/
+36
|
|
\
|
|
|
*
Simplify _find_line_ending() and fix logic in the case of embedded \r and sel...
Ronan Lamy
2017-11-23
1
-16
/
+15
|
|
*
refactor
Ronan Lamy
2017-11-23
1
-25
/
+21
*
|
|
start working on pypyjson
fijal
2017-11-23
4
-48
/
+15
|
/
/
*
|
one part of interp_sre
fijal
2017-11-23
1
-5
/
+8
*
|
fix multibytecodec
fijal
2017-11-23
5
-53
/
+70
*
|
merge default
fijal
2017-11-23
67
-707
/
+1755
|
\
|
|
*
Use a UnicodeBuilder in _io.TextIOWrapper.readline
Ronan Lamy
2017-11-23
1
-15
/
+9
|
*
Refactor interp_textio.py a little
Ronan Lamy
2017-11-23
2
-25
/
+23
|
*
Fix this fragile test (it broke because of 167b802baf3b, unsure why)
Armin Rigo
2017-11-19
1
-1
/
+1
[next]