index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-09-09
1
-1/+1
|
\
|
*
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-09-09
1
-1/+1
*
|
Fixes expected error when getting encoding while shutting down.
Steve Dower
2016-09-09
1
-1/+1
*
|
Changes pyvenv.cfg trick into an actual sys.path file.
Steve Dower
2016-09-09
1
-6/+0
*
|
Merge 3.5
Donald Stufft
2016-09-09
2
-1/+1
|
\
\
|
|
/
|
*
Merge 3.4
Donald Stufft
2016-09-09
2
-1/+1
|
|
\
|
|
*
Upgrade setuptools to 27.1.2
Donald Stufft
2016-09-09
2
-1/+1
*
|
|
Issue #28038: Remove Tools/parser/com2ann.py and its unit test.
Guido van Rossum
2016-09-09
1
-260/+0
*
|
|
Revert #27959: ImportError within an encoding module should also skip the enc...
Steve Dower
2016-09-09
1
-3/+4
*
|
|
Merge 3.5
Donald Stufft
2016-09-09
2
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Merge 3.4
Donald Stufft
2016-09-09
2
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Upgrade setuptools to 27.1.1
Donald Stufft
2016-09-09
2
-1/+1
|
|
*
Issue #27960: Revert state to 675e20c38fdac6, backing out all changes by deve...
Jason R. Coombs
2016-09-06
1
-2/+5
|
|
*
Issue #12885: Revert commits in 3.4 branch which is security-only fixes.
Jason R. Coombs
2016-09-02
2
-67/+29
*
|
|
Issue #27106: Add test for configparser.__all__
Martin Panter
2016-09-09
1
-0/+6
*
|
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
12
-13/+937
*
|
|
regrtest: log FS and locale encodings
Victor Stinner
2016-09-09
1
-1/+5
*
|
|
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
20
-89/+987
*
|
|
Merge: #27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.
R David Murray
2016-09-09
1
-9/+1
|
\
\
\
|
|
/
/
|
*
|
#27630: Be consistent in how _XXX/_encoded_XXX vars are initialized.
R David Murray
2016-09-09
1
-9/+1
|
*
|
Issue #26020: Fix evaluation order for set literals
Raymond Hettinger
2016-09-08
1
-0/+15
*
|
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
7
-234/+7
*
|
|
Add policy keyword to email.generator.DecodedGenerator.
R David Murray
2016-09-08
1
-2/+4
*
|
|
Merge
Raymond Hettinger
2016-09-08
1
-0/+15
*
|
|
More lenient skipping of console tests.
Steve Dower
2016-09-08
1
-3/+15
*
|
|
Skips console open_fd tests when we don't have real consoles.
Steve Dower
2016-09-08
1
-18/+21
*
|
|
[merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest
Senthil Kumaran
2016-09-08
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Issue28010 - Make http.client.HTTPConnection.putrequest documentation consist...
Senthil Kumaran
2016-09-08
1
-1/+2
*
|
|
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower
2016-08-31
3
-1/+80
*
|
|
Remove legacy "from __future__ import with_statement" lines.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
4
-8/+0
*
|
|
Add a new private version to the builtin dict type
Victor Stinner
2016-09-08
3
-4/+190
*
|
|
Issue #21201: Improves readability of multiprocessing error message from serv...
Davin Potts
2016-09-08
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #21201: Improves readability of multiprocessing error message from serv...
Davin Potts
2016-09-08
1
-1/+1
*
|
|
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray
2016-09-08
2
-11/+31
*
|
|
Issue #28027: Remove Lib/plat-* files
Zachary Ware
2016-09-08
32
-9261/+0
*
|
|
Issue #28026: Raise ImportError when exec_module() exists but create_module()...
Eric Snow
2016-09-08
2
-10/+3
*
|
|
Fixes tests broken by issue #27781.
Steve Dower
2016-09-08
4
-6/+10
*
|
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
67
-286/+286
*
|
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
2
-95/+23
*
|
|
Implement compact dict
Victor Stinner
2016-09-08
5
-15/+44
*
|
|
Issue #27445: Merge from 3.5
Berker Peksag
2016-09-08
2
-4/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #27445: Don't pass str(_charset) to MIMEText.set_payload()
Berker Peksag
2016-09-08
2
-4/+5
*
|
|
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-5/+0
*
|
|
Remove old typo.
Serhiy Storchaka
2016-09-08
1
-1/+1
*
|
|
[merge from 3.5] Issue11551 - Increase the test coverage of _dummy_thread mod...
Senthil Kumaran
2016-09-08
1
-41/+115
|
\
\
\
|
|
/
/
|
*
|
Issue11551 - Increase the test coverage of _dummy_thread module to 100%.
Senthil Kumaran
2016-09-08
1
-41/+115
*
|
|
Issue 26798: fetch OSError and HTTPException like other tests that use open_u...
Christian Heimes
2016-09-08
1
-2/+8
*
|
|
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon
2016-09-08
3
-0/+29
*
|
|
Issue #17211: Yield a namedtuple in pkgutil.
Eric Snow
2016-09-08
3
-19/+26
*
|
|
#24277: The new email API is no longer provisional.
R David Murray
2016-09-08
2
-0/+40
[next]