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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge with 3.5. Fix test_wsgiref execution from the test module.
Senthil Kumaran
2015-09-03
1
-3/+2
|
\
\
\
|
|
/
/
|
*
|
Fix test_wsgiref execution from the test module.
Senthil Kumaran
2015-09-03
1
-3/+2
*
|
|
Merge 3.4 (test_gdb)
Victor Stinner
2015-09-03
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n'
Victor Stinner
2015-09-03
1
-1/+2
*
|
|
Merge with 3.4
Terry Jan Reedy
2015-09-03
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.
Terry Jan Reedy
2015-09-03
1
-1/+1
*
|
|
oops, rename pymonotonic_new() to pymonotonic()
Victor Stinner
2015-09-02
1
-3/+3
*
|
|
Issue #24707: Remove assertion in monotonic clock
Victor Stinner
2015-09-02
1
-10/+0
*
|
|
Merge 3.4 (test_warnings)
Victor Stinner
2015-09-02
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Fix test_warnings: don't modify warnings.filters
Victor Stinner
2015-09-02
1
-0/+6
*
|
|
Merge 3.4 (test_gdb)
Victor Stinner
2015-09-02
1
-17/+33
|
\
\
\
|
|
/
/
|
*
|
test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings
Victor Stinner
2015-09-02
1
-20/+29
|
*
|
test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise
Victor Stinner
2015-09-02
1
-4/+11
*
|
|
Turn 'rem' comments into a real usage message in PCbuild/build.bat
Zachary Ware
2015-09-02
1
-15/+36
*
|
|
Merge 3.5 heads (issue #24975)
Yury Selivanov
2015-09-02
3
-11/+21
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #24975: Fix AST compilation for PEP 448 syntax.
Yury Selivanov
2015-09-01
3
-11/+21
*
|
|
Merge 3.4 (asyncio doc)
Victor Stinner
2015-09-02
1
-4/+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
asyncio doc: fix subprocess sections
Victor Stinner
2015-09-02
1
-4/+4
*
|
|
Improve tutorial suggestion for looping techniques
Raymond Hettinger
2015-09-01
1
-11/+11
*
|
|
Make asyncio provisional
Yury Selivanov
2015-08-31
1
-0/+7
*
|
|
Issue #24952: Merge 3.4 into 3.5
Martin Panter
2015-08-31
4
-2/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #24952: Clarify default argument of stack_size() in threading, _thread
Martin Panter
2015-08-31
4
-2/+8
*
|
|
merge 3.4 (#24963)
Benjamin Peterson
2015-08-30
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
fix spelling that was a bit confused (closes #24963)
Benjamin Peterson
2015-08-30
1
-1/+1
*
|
|
merge
Raymond Hettinger
2015-08-30
3
-14/+15
|
\
\
\
|
|
/
/
|
*
|
Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.
Raymond Hettinger
2015-08-30
4
-14/+19
*
|
|
Issue #24272: Remove usage of default reST role from typing docs
Zachary Ware
2015-08-30
1
-47/+50
*
|
|
Issue #24962: Merge 3.4
Zachary Ware
2015-08-30
1
-2/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #24962: Remove space from filename
Zachary Ware
2015-08-30
1
-2/+3
*
|
|
Null Merge from 3.5.0 to 3.5.1
Donald Stufft
2015-08-29
0
-0/+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Update setuptools to 18.2 and pip to 7.1.2
Donald Stufft
2015-08-29
3
-2/+2
*
|
|
Issue #24953: Include ICC version in sys.version string when bulit with ICC o...
Zachary Ware
2015-08-29
1
-0/+8
*
|
|
Issue #24881: Fixed setting binary mode in Python implementation of FileIO
Serhiy Storchaka
2015-08-28
2
-1/+5
*
|
|
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
Robert Collins
2015-08-27
3
-2/+41
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #21112: Fix regression in unittest.expectedFailure on subclasses.
Robert Collins
2015-08-27
3
-2/+41
*
|
|
Issue #24947: Merge 3.4
Zachary Ware
2015-08-27
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #24947: Fix grammar in asyncio doc
Zachary Ware
2015-08-27
1
-1/+1
*
|
|
Merge with 3.4
Terry Jan Reedy
2015-08-27
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #24790: correct typo noticed by Eric Smith
Terry Jan Reedy
2015-08-27
1
-1/+1
*
|
|
Merge with 3.4
Terry Jan Reedy
2015-08-27
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #24790: Restore unused function.
Terry Jan Reedy
2015-08-27
1
-0/+3
*
|
|
Merge with 3.4
Terry Jan Reedy
2015-08-27
1
-35/+50
|
\
\
\
|
|
/
/
|
*
|
Issue #24782: In Idle extension config dialog, replace tabs with sorted list.
Terry Jan Reedy
2015-08-27
1
-35/+50
*
|
|
docs: Better comment for tp_as_async slot
Yury Selivanov
2015-08-26
2
-2/+4
*
|
|
Issue #24913: Fix overrun error in deque.index().
Raymond Hettinger
2015-08-26
3
-0/+10
*
|
|
Misc/NEWS needs a Python 3.5.0rc3 section in 3.5 and trunk.
Larry Hastings
2015-08-26
1
-0/+12
*
|
|
Merge from Python 3.5.0 (rc2) to Python 3.5.1.
Larry Hastings
2015-08-25
9
-68/+114
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Added missing #-marks to Misc/NEWS lines.
Larry Hastings
2015-08-25
1
-12/+12
|
*
|
Added missing IDLE updates to Misc/NEWS that shipped with Python 3.5.0rc1.
Larry Hastings
2015-08-25
1
-1/+15
|
*
|
Move misplaced Misc/NEWS item from 3.5.0rc1 to 3.5.0rc2.
Larry Hastings
2015-08-25
1
-4/+4
[prev]
[next]