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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
#11558: Better message if attach called on non-multipart.
R David Murray
2014-03-06
2
-0/+5
*
whatsnew: tweak a couple importlib porting notes.
R David Murray
2014-03-03
1
-1/+1
*
Issue #20283: RE pattern methods now accept the string keyword parameters
Serhiy Storchaka
2014-03-06
1
-0/+4
|
\
|
*
Issue #20283: RE pattern methods now accept the string keyword parameters
Serhiy Storchaka
2014-03-06
1
-0/+4
|
*
Bump to 3.3.5rc2.
v3.3.5rc2
Georg Brandl
2014-03-02
1
-1/+1
|
*
Update NEWS for 3.3.5rc2.
Georg Brandl
2014-03-02
1
-17/+38
|
*
merge 3.3.5rc1 release commits with 3.3 branch
Georg Brandl
2014-03-02
2
-2/+2
|
|
\
|
|
*
Bump to 3.3.5rc1.
Georg Brandl
2014-02-23
2
-2/+2
*
|
|
Close #20839: pkgutil.find_loader now uses importlib.util.find_spec
Nick Coghlan
2014-03-04
1
-0/+4
*
|
|
Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.
Martin v. Löwis
2014-03-02
1
-0/+2
*
|
|
Issue #20465: Update Windows installer to SQLite 3.8.3.1.
Martin v. Löwis
2014-03-02
1
-1/+2
*
|
|
Issue #20748: Uninstalling pip does not leave behind the pyc of
Martin v. Löwis
2014-03-02
1
-0/+3
*
|
|
Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__
Yury Selivanov
2014-03-02
1
-0/+3
*
|
|
merge 3.3
Benjamin Peterson
2014-03-02
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
add Chris Angelico
Benjamin Peterson
2014-03-02
1
-0/+1
*
|
|
Issue #20465: fix NEWS typo (it's 3.8.3.1)
Ned Deily
2014-03-01
1
-1/+1
*
|
|
Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.
Ned Deily
2014-03-01
1
-0/+2
*
|
|
merge for issue #20778
Brett Cannon
2014-02-28
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #20778: Fix modulefinder to work with bytecode-only modules.
Brett Cannon
2014-02-28
1
-0/+2
*
|
|
Merge heads
Martin v. Löwis
2014-02-28
1
-0/+3
|
\
\
\
|
*
\
\
Merge with 3.3
Martin v. Löwis
2014-02-28
1
-0/+3
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #20731: Properly position in source code files even if they
Martin v. Löwis
2014-02-28
1
-0/+3
|
|
*
|
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...
Antoine Pitrou
2014-02-27
1
-0/+3
|
|
*
|
Mention issue 20621 fix in the NEWS file for 3.3.5rc1.
Gregory P. Smith
2014-02-26
1
-0/+4
|
|
*
|
Issue #19619: Blacklist non-text codecs in method API
Serhiy Storchaka
2014-02-24
1
-0/+6
*
|
|
|
Close #20568: install unversioned pip command on Windows
Nick Coghlan
2014-02-28
1
-0/+3
*
|
|
|
Close #20757: return success for skipped pip uninstall
Nick Coghlan
2014-02-28
1
-0/+7
|
/
/
/
*
|
|
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...
Antoine Pitrou
2014-02-27
1
-0/+3
*
|
|
Fix formatting in NEWS entry.
R David Murray
2014-02-25
1
-3/+2
*
|
|
Issue #20765: Add missing documentation for PurePath.with_name() and PurePath...
Antoine Pitrou
2014-02-25
1
-0/+6
*
|
|
Fix wording of NEWS entry.
R David Murray
2014-02-24
1
-3/+3
*
|
|
Remove redundant NEWS entry.
R David Murray
2014-02-24
1
-3/+0
*
|
|
Fix NEWS entry wording.
R David Murray
2014-02-24
1
-1/+1
*
|
|
Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
Serhiy Storchaka
2014-02-24
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.
Serhiy Storchaka
2014-02-24
1
-0/+6
*
|
|
Fix wording in NEWS entry.
R David Murray
2014-02-24
1
-1/+1
*
|
|
Issue #20743: Fix a reference leak in test_tcl.
Antoine Pitrou
2014-02-23
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #20743: Fix a reference leak in test_tcl.
Antoine Pitrou
2014-02-23
1
-0/+2
|
|
/
*
|
Fix wording in news entry.
R David Murray
2014-02-23
1
-1/+1
*
|
Issue #20637: Key-sharing now also works for instance dictionaries of subclas...
Antoine Pitrou
2014-02-23
2
-0/+7
*
|
Issue #20641: Run custom actions with the NoImpersonate flag to support UAC.
Martin v. Löwis
2014-02-22
1
-0/+3
*
|
Issue #19748: On AIX, time.mktime() now raises an OverflowError for year
Victor Stinner
2014-02-21
1
-0/+10
*
|
Issue #20710: The pydoc summary line no longer displays the "self" parameter
Larry Hastings
2014-02-21
1
-0/+3
*
|
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware
2014-02-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #20221: Removed conflicting (or circular) hypot definition
Zachary Ware
2014-02-20
1
-0/+3
*
|
Misc/NEWS: Add some missing news items re asyncio.
Yury Selivanov
2014-02-20
1
-0/+19
*
|
merge heads
Yury Selivanov
2014-02-19
1
-0/+2
|
\
\
|
*
|
Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok.
Serhiy Storchaka
2014-02-19
1
-0/+2
*
|
|
inspect: Fix getfullargspec() to not to follow __wrapped__ chains
Yury Selivanov
2014-02-19
1
-0/+4
|
/
/
*
|
Fixed grid_columnconfigure() and grid_rowconfigure() methods of
Serhiy Storchaka
2014-02-19
1
-0/+3
|
\
\
|
|
/
[next]