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
/
lib-python
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue #2202 -- backport change from CPython to always use os.urandom for uuid4
Alex Gaynor
2015-12-04
1
-15
/
+2
*
issue #2191: switch to UnicodeBuilder as soon as we see a unicode
Armin Rigo
2015-11-29
1
-4
/
+4
*
Write OrderedDict in such a way that when imported on top of a
Armin Rigo
2015-11-27
1
-3
/
+175
*
Fix for direct running of test_coercion
Armin Rigo
2015-10-04
1
-1
/
+1
*
mhlib test requires some extra modules. Also, it fails
Stefano Rivera
2015-09-08
1
-1
/
+1
*
Issue #867: backport CPython's 92656b5df2f2
Armin Rigo
2015-07-01
2
-0
/
+7
*
Another import issue
Amaury Forgeot d'Arc
2015-06-13
1
-1
/
+1
*
Fix renamed import
Amaury Forgeot d'Arc
2015-06-13
1
-1
/
+1
*
It is TypeError.
Amaury Forgeot d'Arc
2015-06-13
1
-3
/
+3
*
Fix imports in test_bz2
Amaury Forgeot d'Arc
2015-06-13
1
-3
/
+3
*
Add missing test, the test suite should start now.
Amaury Forgeot d'Arc
2015-06-12
1
-0
/
+1
*
Merge vendor/stdlib: 2.7.10
Amaury Forgeot d'Arc
2015-06-12
197
-1390
/
+4108
|
\
|
*
Upgrade 2.7 stdlib to 2.7.10
Amaury Forgeot d'Arc
2015-06-12
199
-1394
/
+4130
*
|
Instead of crashing when we don't find _reuse/_drop, display a warning.
Armin Rigo
2015-05-10
1
-24
/
+33
*
|
Write a small comment on the same line that points to the long
Armin Rigo
2015-05-10
1
-2
/
+2
*
|
fix for cpython issue #23881 - replace test ftp servers, also close connections
mattip
2015-04-08
1
-7
/
+15
*
|
Fix exception being raised by kqueue.control (CPython compatibility)
Jakub Stasiak
2015-02-15
1
-0
/
+11
*
|
merge default into branch
mattip
2015-02-14
1
-9
/
+1
|
\
\
|
*
|
Issue #1975: copy and adapt the audioop module from the py3.3 branch.
Amaury Forgeot d'Arc
2015-02-10
1
-9
/
+1
*
|
|
hg merge default
Amaury Forgeot d'Arc
2015-02-06
1
-6
/
+1
|
\
|
|
|
*
|
from_buffer_copy().
Armin Rigo
2015-01-27
1
-3
/
+0
|
*
|
next test
Armin Rigo
2015-01-27
1
-1
/
+0
|
*
|
Turns out we can more or less write ctypes' from_buffer() method
Armin Rigo
2015-01-27
1
-2
/
+1
*
|
|
Fix remaining failures in test_ttk_guionly
Amaury Forgeot d'Arc
2015-01-25
2
-2
/
+8
*
|
|
Fix more tkinter tests
Amaury Forgeot d'Arc
2015-01-24
2
-0
/
+8
*
|
|
merge default into branch
mattip
2015-01-19
2
-143
/
+33
|
\
|
|
|
*
|
hg merge default
Armin Rigo
2015-01-16
3
-4
/
+4
|
|
\
\
|
*
|
|
Kill some methods and comments on OrderedDict,
Armin Rigo
2015-01-13
1
-47
/
+13
|
*
|
|
Fix test
Armin Rigo
2014-12-22
1
-2
/
+3
|
*
|
|
Trying to finish this, using a slightly sub-efficient __iter__() method.
Armin Rigo
2014-12-22
1
-16
/
+26
|
*
|
|
(ltratt, arigo)
Armin Rigo
2014-12-22
1
-103
/
+11
|
*
|
|
Fix another CPython test
Armin Rigo
2014-12-16
1
-1
/
+6
*
|
|
|
merge default into branch
mattip
2015-01-12
5
-6
/
+30
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Change the default C++ compiler from 'cc' to 'c++'. On CPython this setting
Armin Rigo
2014-12-31
1
-1
/
+1
|
*
|
|
(larstiq) Tell virtualenv to copy libpypy-c.dylib as well.
Amaury Forgeot d'Arc
2014-12-31
1
-1
/
+1
|
*
|
|
fix
Armin Rigo
2014-12-26
1
-1
/
+1
|
*
|
|
Ignore exception message
Armin Rigo
2014-12-23
1
-2
/
+2
|
|
/
/
|
*
|
(ltratt, arigo)
Armin Rigo
2014-12-16
1
-0
/
+10
|
*
|
Add a test for 'OrderedDict.popitem(last=False)'
Armin Rigo
2014-12-16
1
-0
/
+10
|
*
|
Fix a CPython test
Armin Rigo
2014-12-16
1
-1
/
+5
|
*
|
Fixed typo in the stdlib upgrade guide
Alex Gaynor
2014-12-14
1
-1
/
+1
*
|
|
fix test_sysconfig by skipping cpython-specific test
Brian Kearns
2014-12-19
1
-1
/
+3
*
|
|
fix test_doctest test_lineendings not closing files
Brian Kearns
2014-12-19
1
-2
/
+4
*
|
|
fix test_readline version check
Brian Kearns
2014-12-18
1
-1
/
+2
*
|
|
skip a test_unicode when no ctypes.pythonapi exists
Brian Kearns
2014-12-18
1
-0
/
+4
*
|
|
Don't assume __builtins__ is a dict.
Alex Gaynor
2014-12-17
1
-2
/
+2
*
|
|
add test_ensurepip
Philip Jenvey
2014-12-14
1
-0
/
+1
*
|
|
Resolved merge conflicts in distutils/sysconfig.py
Alex Gaynor
2014-12-14
1
-469
/
+0
*
|
|
Resolved merge conflicts in test_file2k.py
Alex Gaynor
2014-12-14
1
-5
/
+1
*
|
|
Resolved merge conflicts in test_ssl.py
Alex Gaynor
2014-12-14
1
-12
/
+2
[next]