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
...
*
|
|
Resolved merge conflicts in test_ssl.py
Alex Gaynor
2014-12-14
1
-5
/
+0
*
|
|
Resolved merge conflicts in test_ssl.py
Alex Gaynor
2014-12-14
1
-45
/
+0
*
|
|
Attempted to resolve merge conflicts in ssl.py
Alex Gaynor
2014-12-14
1
-20
/
+1
*
|
|
Merged in stdlib/vendor. There are merge conflict markers right now
Alex Gaynor
2014-12-14
216
-3492
/
+13055
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Upgrade 2.7 stdlib to 2.7.9
Alex Gaynor
2014-12-14
218
-3577
/
+12608
*
|
sqlite3: fix fetching of cursor.description attr
Roman Podoliaka
2014-12-11
1
-0
/
+23
*
|
Merged larstiq/pypy-virtualenv/issue1922-take2 into default
Armin Rigo
2014-11-19
1
-0
/
+36
|
\
\
|
*
|
add versions
Wouter van Heyst
2014-11-14
1
-4
/
+3
|
*
|
match different virtualenv versions on top of arigo's patch
Wouter van Heyst
2014-11-14
1
-0
/
+37
*
|
|
Rename 'rctime' to plain 'time'.
Amaury Forgeot d'Arc
2014-11-12
1
-1
/
+1
|
/
/
*
|
Oups, wrong test. Fix it and be more precise: check exactly each
Armin Rigo
2014-09-28
1
-1
/
+6
*
|
Generalize the test to account for PyPy's particular behavior, which is subtl...
Armin Rigo
2014-09-26
1
-1
/
+6
*
|
use a try finally instead
Brian Kearns
2014-09-07
1
-19
/
+17
*
|
close and trunctate file on test failure
mattip
2014-09-08
1
-0
/
+4
*
|
fix for issue #1846, also submitted to cpython as http://bugs.python.org/issu...
mattip
2014-08-30
1
-35
/
+44
*
|
Test fix for test_xpickle
Armin Rigo
2014-08-30
1
-2
/
+4
*
|
Add one specific function used during encoding to _pypyjson.
Armin Rigo
2014-08-29
1
-0
/
+7
*
|
line length
Brian Kearns
2014-08-28
1
-3
/
+6
*
|
another fix for idlelib
Brian Kearns
2014-08-28
1
-1
/
+1
*
|
further hacks for pypy compat
Brian Kearns
2014-08-28
1
-2
/
+2
*
|
adjust this function to work on pypy?
Brian Kearns
2014-08-28
1
-0
/
+1
*
|
adjust this test for pypy
Brian Kearns
2014-08-28
1
-2
/
+2
*
|
(Originally by pjenvey) Dont' call close here, if the handshake fails we stil...
Alex Gaynor
2014-08-27
1
-5
/
+4
*
|
further improvements for test_tarfile
Brian Kearns
2014-08-25
1
-135
/
+169
*
|
modernize/fix up test_tarfile
Brian Kearns
2014-08-25
1
-154
/
+184
*
|
fix test_tarfile so it passes on win32
Brian Kearns
2014-08-25
1
-3
/
+3
*
|
small tweak
Brian Kearns
2014-08-25
1
-1
/
+1
*
|
have tarfile explicitly close fileobj in more cases
Brian Kearns
2014-08-25
1
-24
/
+41
*
|
update this change to preserve existing behavior
Brian Kearns
2014-08-25
1
-1
/
+6
*
|
fix reliance on refcounting in test_weakref
Brian Kearns
2014-08-24
1
-0
/
+2
*
|
fix tarfile.gzopen so it properly closes
Brian Kearns
2014-08-24
1
-3
/
+3
*
|
call gc.collect before testing weakref
Brian Kearns
2014-08-24
1
-0
/
+1
*
|
caret impl detail
Philip Jenvey
2014-08-23
1
-1
/
+4
*
|
Made functools.partial objects immutable
Alex Gaynor
2014-08-23
1
-3
/
+3
*
|
we match py3's improved error messages
Philip Jenvey
2014-08-22
1
-3
/
+3
*
|
reapply our workaround
Philip Jenvey
2014-08-22
1
-1
/
+1
*
|
missing import
Philip Jenvey
2014-08-22
1
-1
/
+1
*
|
Added two missing files to the lib-python conftest, also delete some deadcode
Alex Gaynor
2014-08-20
1
-8
/
+2
*
|
branch for stdlib 2.7.8
Philip Jenvey
2014-08-20
453
-5264
/
+15414
|
\
|
|
*
bump the id 2.7.8
Philip Jenvey
2014-08-20
1
-1
/
+1
|
*
update the Python 2.7 stdlib to 2.7.8
Philip Jenvey
2014-08-20
444
-5265
/
+13824
|
*
update the Python 3 stdlib to v3.2.5
Philip Jenvey
2014-03-12
350
-3308
/
+12427
*
|
Move the class declaration outside the function. There is no
Armin Rigo
2014-07-16
1
-5
/
+6
*
|
accept unicode keys
Maciej Fijalkowski
2014-07-08
1
-0
/
+11
*
|
Copy the checkin message as comment to the newly introduced function.
Armin Rigo
2014-07-04
1
-0
/
+8
*
|
Tweaks to timeit.py:
Armin Rigo
2014-07-02
1
-16
/
+13
*
|
remove PyDLL and pythonapi from ctypes
mattip
2014-06-23
2
-16
/
+14
*
|
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
*
|
null chars
Maciej Fijalkowski
2014-05-13
1
-0
/
+11
[prev]
[next]