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
*
VS10 requires the /MANIFEST option
Amaury Forgeot d'Arc
2011-03-23
1
-0
/
+1
*
Tweaks to the distutils build_ext command on win32
Amaury Forgeot d'Arc
2011-03-23
1
-20
/
+15
*
Skip failures on win32
Amaury Forgeot d'Arc
2011-03-17
2
-1
/
+5
*
This import is no more needed
Amaury Forgeot d'Arc
2011-03-17
1
-1
/
+0
*
Fix the test: it's normal for moving gc's to allocate an additional nonmoving...
Amaury Forgeot d'Arc
2011-03-17
1
-2
/
+7
*
DML queries don't have a description.
Alex Gaynor
2011-03-16
1
-0
/
+10
*
merge heads
Antonio Cuni
2011-03-15
6
-21
/
+25
|
\
|
*
Fix assertRaises error in test_iadd function
Miguel de Val Borro
2011-03-14
1
-1
/
+5
|
*
Skip part of the test: PyPy now adds a __dict__ to ast.AST objects.
Amaury Forgeot d'Arc
2011-03-14
1
-15
/
+19
|
*
add a gc.collect() to fix the test
Amaury Forgeot d'Arc
2011-03-14
1
-0
/
+1
|
*
ctypes should not call a Structure user-defined __new__ and __init__,
Amaury Forgeot d'Arc
2011-03-14
3
-5
/
+0
*
|
cpython tests have the bad habit of writing files to the cwd; change it to a ...
Antonio Cuni
2011-03-15
1
-2
/
+5
|
/
*
Remove useless import
Amaury Forgeot d'Arc
2011-03-14
1
-1
/
+0
*
Merge extend-rweakdict: rweakref.RWeakValueDictionary now works with integer ...
Amaury Forgeot d'Arc
2011-03-14
1
-1
/
+0
|
\
|
*
This test passes now :-)
Amaury Forgeot d'Arc
2011-03-14
1
-1
/
+0
*
|
Removed a ctypes xfail and hard-coded test of OS X macholib.
tav
2011-03-13
3
-5
/
+3
*
|
Fixed up ctypes doctests to reflect CArgObject's repr.
tav
2011-03-13
1
-3
/
+3
*
|
Improved ctypes.CFUNCTYPE prototype and paramflags handling.
tav
2011-03-12
1
-2
/
+3
|
/
*
Skip two tests that try to import __main__.pyc when __main__.py is missing
Amaury Forgeot d'Arc
2011-03-11
1
-0
/
+4
*
Add a modifiable copy of test_cmd_line_script
Amaury Forgeot d'Arc
2011-03-11
1
-0
/
+213
*
Reset the timeout to its previous value.
Amaury Forgeot d'Arc
2011-03-11
1
-1
/
+1
*
Don't skip this test on other platforms.
Alex Gaynor
2011-03-10
1
-1
/
+1
*
Our sys.stdout has a different implementation and is fully buffered when redi...
Amaury Forgeot d'Arc
2011-03-10
1
-0
/
+3
*
merge default
holger krekel
2011-03-08
100
-0
/
+19671
|
\
|
*
PyPy does not import "lone .pyc file" when the .py file does not exist.
Amaury Forgeot d'Arc
2011-03-07
1
-24
/
+35
|
*
Add mutable copy of test_runpy.py
Amaury Forgeot d'Arc
2011-03-07
1
-0
/
+402
|
*
(alex, armin): fix the lib2to3 failure. It was assuming refcounting in very s...
Alex Gaynor
2011-03-06
1
-7
/
+6
|
*
Make a mutable copy of lib2to3
Alex Gaynor
2011-03-06
99
-0
/
+19259
*
|
merge default
holger krekel
2011-03-06
184
-181
/
+50293
|
\
|
|
*
Add a missing gc.collect(). While we are at it, rewrite gc.collect() to
Armin Rigo
2011-03-06
1
-1
/
+2
|
*
Use the thread module for test_ctypes.
Armin Rigo
2011-02-25
1
-1
/
+1
|
*
(vincele)
Armin Rigo
2011-02-24
1
-0
/
+578
|
*
Revert 8759aa9651bd. Breaks translation.
Armin Rigo
2011-02-23
1
-423
/
+0
|
*
(vincele) Fix AST_Tests.test_snippets from lib-python/2.7.0/test/test_ast.py
Maciej Fijalkowski
2011-02-23
1
-0
/
+423
|
*
Close the file explicitely to let the test pass on Windows
Amaury Forgeot d'Arc
2011-02-18
1
-1
/
+2
|
*
Be sure to close all mmaps and files, otherwise os.unlink fails on Windows
Amaury Forgeot d'Arc
2011-02-17
1
-5
/
+12
|
*
Fix tests checking the extension of .so files
Alex Gaynor
2011-02-17
1
-2
/
+2
|
*
Fix a NameError.
Alex Gaynor
2011-02-17
1
-1
/
+2
|
*
Make another xfail test pass, probably.
Armin Rigo
2011-02-16
1
-8
/
+12
|
*
These tests now (seem to) pass.
Armin Rigo
2011-02-16
2
-3
/
+0
|
*
Fix. Change the tests from xfail() to check_impl_detail()
Armin Rigo
2011-02-16
1
-6
/
+5
|
*
One case where the test is not xfail()ing, but fails because of the presence ...
Armin Rigo
2011-02-16
2
-3
/
+2
|
*
bah, hack the lib-python conftest failure detection logic, else it uncorrectly
Antonio Cuni
2011-02-16
1
-2
/
+4
|
*
merge heads
Armin Rigo
2011-02-16
1
-0
/
+5
|
|
\
|
|
*
Another TODO item
Amaury Forgeot d'Arc
2011-02-16
1
-0
/
+5
|
*
|
Generalize this test. Now test_deque passes.
Armin Rigo
2011-02-16
1
-1
/
+1
|
*
|
Add usemodules=_collections.
Armin Rigo
2011-02-16
1
-2
/
+2
|
*
|
Generalize the test.
Armin Rigo
2011-02-16
1
-1
/
+4
|
|
/
|
*
merge heads
Armin Rigo
2011-02-15
1
-7
/
+12
|
|
\
|
|
*
Update TODO list:
Amaury Forgeot d'Arc
2011-02-15
1
-7
/
+12
[next]