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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Version bump for 3.4.1.
v3.4.1
Larry Hastings
2014-05-17
4
-6
/
+6
*
Rebuild pydoc topics.
Larry Hastings
2014-05-17
1
-78
/
+78
*
Merge.
Larry Hastings
2014-05-17
69
-4598
/
+5120
|
\
|
*
Upgrade pip to 1.5.6
Donald Stufft
2014-05-16
2
-1
/
+1
|
*
Issue #21430: additions to the description of non-blocking SSL sockets
Antoine Pitrou
2014-05-18
1
-3
/
+20
|
*
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
5
-15
/
+74
|
*
Miscellaneous corrections and updates to the OS X README file.
Ned Deily
2014-05-17
1
-13
/
+17
|
*
Issue #18104: revise docstrings, remove obsolete comments.
Terry Jan Reedy
2014-05-15
1
-29
/
+32
|
*
Issue #21364: remove recommendation of broken pattern.
Antoine Pitrou
2014-05-15
1
-15
/
+12
|
*
Issue #21488: Oops, the patch for codecs.encode/decode doc was written by
Victor Stinner
2014-05-14
1
-1
/
+0
|
*
Issue #20998: Fixed re.fullmatch() of repeated single character pattern
Serhiy Storchaka
2014-05-14
5
-19
/
+25
|
*
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
4
-2
/
+17
|
*
Issue #21497: faulthandler functions now raise a better error if sys.stderr is
Victor Stinner
2014-05-14
2
-0
/
+29
|
*
Backed out changeset 6ceedbd88b5f
Victor Stinner
2014-05-14
2
-22
/
+6
|
*
Issue #21488: Add support of keyword arguments for codecs.encode and codecs.d...
Victor Stinner
2014-05-14
2
-6
/
+22
|
*
Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword supp...
Victor Stinner
2014-05-14
2
-4
/
+7
|
*
#21347: use string not list in shell=True example.
R David Murray
2014-05-14
1
-1
/
+1
|
*
Issue #21470: Do a better job seeding the random number generator
Raymond Hettinger
2014-05-13
2
-1
/
+6
|
*
Issue #21499: Ignore __builtins__ in several test_importlib.test_api tests.
Eric Snow
2014-05-13
2
-7
/
+10
|
*
Fix test-order-dependend asyncio test failure caused by rev 909ea8cc86bbab92d...
Guido van Rossum
2014-05-13
1
-6
/
+9
|
*
- Issue #17756: Fix test_code test when run from the installed location.
doko@ubuntu.com
2014-05-13
2
-1
/
+3
|
*
Issue 21469: Add missing news item
Raymond Hettinger
2014-05-12
1
-0
/
+4
|
*
Issue 21469: Mitigate risk of false positives with robotparser.
Raymond Hettinger
2014-05-12
1
-2
/
+9
|
*
Merge doc change from 3.3
Jason R. Coombs
2014-05-12
1
-2
/
+2
|
|
\
|
|
*
Update docs to reflect resurrection of Setuptools over Distribute
Jason R. Coombs
2014-05-12
1
-2
/
+2
|
*
|
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow
2014-05-12
5
-4269
/
+4319
|
*
|
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
Victor Stinner
2014-05-13
2
-0
/
+6
|
*
|
Issue #21418: Fix a crash in the builtin function super() when called without
Victor Stinner
2014-05-13
2
-2
/
+12
|
*
|
Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code
Victor Stinner
2014-05-12
1
-3
/
+1
|
*
|
Issue #21422: Add a test to check that bool << int and bool >> int return an int
Victor Stinner
2014-05-12
1
-0
/
+7
|
*
|
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...
Guido van Rossum
2014-05-12
2
-6
/
+47
|
*
|
Issue #21383: Allow "make touch" to work when building outside of the
Ned Deily
2014-05-11
1
-0
/
+1
|
*
|
Issue #18104: News for 3.4 (which will not merge forward).
Terry Jan Reedy
2014-05-11
1
-0
/
+7
|
*
|
whitespace
Terry Jan Reedy
2014-05-11
1
-1
/
+0
|
*
|
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
Terry Jan Reedy
2014-05-11
4
-32
/
+114
|
*
|
use logical rather than bit and
Benjamin Peterson
2014-05-11
1
-1
/
+1
|
*
|
Change all references to Unix to POSIX in the subprocess docs. It's
Gregory P. Smith
2014-05-11
1
-14
/
+14
|
*
|
Remove the warning-soup from the subprocess documentation by adding
Gregory P. Smith
2014-05-11
1
-79
/
+48
|
*
|
remove confusing delete indexing (closes #21466)
Benjamin Peterson
2014-05-11
1
-2
/
+0
|
*
|
Try to fix issue #21425 workaround for shared library builds
Antoine Pitrou
2014-05-11
1
-2
/
+2
|
*
|
Fix printing out error message when test fails and run with -bb
Antoine Pitrou
2014-05-11
1
-1
/
+1
|
*
|
Try workaround for test issues in #21425
Antoine Pitrou
2014-05-11
1
-0
/
+8
|
*
|
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou
2014-05-11
4
-4
/
+57
|
*
|
asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.
Guido van Rossum
2014-05-10
1
-5
/
+1
|
*
|
Merge
Tim Golden
2014-05-09
1
-9
/
+9
|
|
\
\
|
|
*
|
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. I...
Tim Golden
2014-05-09
1
-9
/
+9
|
*
|
|
Issue21452 Add missing backslash to build path for make_buildinfo
Tim Golden
2014-05-09
1
-6
/
+6
|
|
/
/
|
*
|
Issue #21438: Document what loaders don't require a module name for
Brett Cannon
2014-05-09
1
-1
/
+11
|
*
|
Issue #21157: Touch up imp docs to be more explicit about importlib
Brett Cannon
2014-05-09
1
-4
/
+8
|
*
|
Issue #21435: Segfault in gc with cyclic trash
Tim Peters
2014-05-08
3
-11
/
+62
[next]