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/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21171: Fixed undocumented filter API of the rot13 codec.
Serhiy Storchaka
2014-04-13
1
-1
/
+1
|
\
|
*
Issue #21171: Fixed undocumented filter API of the rot13 codec.
Serhiy Storchaka
2014-04-13
1
-1
/
+1
*
|
test the change of #21193 correctly
Benjamin Peterson
2014-04-11
1
-2
/
+2
*
|
Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeErr...
Mark Dickinson
2014-04-11
1
-1
/
+1
*
|
Issue #20539: Improve math.factorial error messages and types for large inputs.
Mark Dickinson
2014-04-10
1
-2
/
+10
*
|
Update comment for the comparison table to use measured results rather than p...
Raymond Hettinger
2014-04-10
1
-9
/
+10
*
|
Closes #21172: Merged fix from 3.4.
Vinay Sajip
2014-04-10
1
-2
/
+9
|
\
|
|
*
Issue #21172: isinstance check relaxed from dict to collections.Mapping.
Vinay Sajip
2014-04-10
1
-2
/
+9
*
|
merge 3.4
Benjamin Peterson
2014-04-10
2
-1
/
+9
|
\
|
|
*
teach 2to3 about 'yield from'
Benjamin Peterson
2014-04-10
2
-1
/
+9
*
|
merge 3.4
Benjamin Peterson
2014-04-10
5
-9
/
+17
|
\
|
|
*
add matrix multiplication operator support to 2to3
Benjamin Peterson
2014-04-10
5
-9
/
+17
|
*
inspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov
2014-04-08
2
-93
/
+141
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-09
12
-10
/
+88
*
|
Add algorithmic notes for nsmallest() and nlargest().
Raymond Hettinger
2014-04-09
1
-0
/
+56
*
|
inspect: Make Signature and Parameter hashable. Issue #20334.
Yury Selivanov
2014-04-08
2
-10
/
+46
*
|
inspect.signautre: Fix functools.partial support. Issue #21117
Yury Selivanov
2014-04-08
2
-98
/
+142
*
|
(Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a
Victor Stinner
2014-04-07
3
-0
/
+34
|
\
|
|
*
Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if
Victor Stinner
2014-04-07
2
-0
/
+15
|
*
asyncio: Document Task.cancel() properly.
Victor Stinner
2014-04-07
1
-0
/
+19
*
|
Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the
Victor Stinner
2014-04-05
1
-1
/
+1
*
|
Issue #21118: Add unit test for invalid character replacement (code point hig...
Victor Stinner
2014-04-05
1
-0
/
+8
*
|
Issue #21118: Add more unit tests on str.translate()
Victor Stinner
2014-04-05
1
-0
/
+20
*
|
Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow...
Mark Dickinson
2014-04-05
2
-10
/
+16
*
|
merge 3.4 (#21128)
Benjamin Peterson
2014-04-04
1
-0
/
+3
|
\
|
|
*
make temporary read-only files writable, so rmtree can remove them (#21128)
Benjamin Peterson
2014-04-04
1
-0
/
+3
*
|
Issue #17621: Introduce importlib.util.LazyLoader.
Brett Cannon
2014-04-04
2
-1
/
+225
*
|
Issue #21076: sigpending() is not available on Windows
Victor Stinner
2014-04-04
1
-4
/
+5
*
|
fix #21076: turn signal module constants into enums
Giampaolo Rodola'
2014-04-04
3
-5
/
+120
*
|
Issue #20636: Improved the repr of Tkinter widgets.
Serhiy Storchaka
2014-04-04
2
-0
/
+10
*
|
Issue #19505: The items, keys, and values views of OrderedDict now support
Serhiy Storchaka
2014-04-04
2
-3
/
+35
*
|
Closes #21149: Improved thread-safety in logging cleanup during interpreter s...
Vinay Sajip
2014-04-04
1
-8
/
+9
|
\
|
|
*
Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...
Vinay Sajip
2014-04-04
1
-8
/
+9
*
|
merge 3.4 (#21135)
Benjamin Peterson
2014-04-03
1
-1
/
+1
|
\
|
|
*
remove unused argument (closes #21135)
Benjamin Peterson
2014-04-03
1
-1
/
+1
*
|
merge 3.4
Benjamin Peterson
2014-04-02
1
-1
/
+1
|
\
|
|
*
make sure to test UnicodeEncodeError, too
Benjamin Peterson
2014-04-02
1
-1
/
+1
*
|
merge 3.4 (#21134)
Benjamin Peterson
2014-04-02
1
-0
/
+6
|
\
|
|
*
bail in unicode error's __str__ methods if the objects are not properly initi...
Benjamin Peterson
2014-04-02
1
-0
/
+6
*
|
merge 3.4
Benjamin Peterson
2014-04-02
1
-1
/
+1
|
\
|
|
*
make test name consistent with the rest of the file
Benjamin Peterson
2014-04-02
1
-1
/
+1
*
|
merge
Raymond Hettinger
2014-04-02
1
-0
/
+16
|
\
|
|
*
Issue #18652: Add an itertools recipe for first_true()
Raymond Hettinger
2014-04-02
1
-0
/
+16
*
|
merge 3.4 (#21082)
Benjamin Peterson
2014-04-01
2
-29
/
+8
|
\
|
|
*
merge 3.3 (#21082)
Benjamin Peterson
2014-04-01
2
-29
/
+8
|
|
\
|
|
*
merge 3.2 (#21082)
Benjamin Peterson
2014-04-01
2
-29
/
+8
|
|
|
\
|
|
|
*
remove directory mode check from makedirs (closes #21082)
Benjamin Peterson
2014-04-01
2
-27
/
+8
*
|
|
|
merge 3.4
Benjamin Peterson
2014-04-01
1
-1
/
+1
|
\
|
|
|
|
*
|
|
fix typo
Benjamin Peterson
2014-04-01
1
-1
/
+1
*
|
|
|
merge 3.4
Benjamin Peterson
2014-04-01
1
-5
/
+2
|
\
|
|
|
[next]