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 3.4 (asyncio doc)
Victor Stinner
2015-02-12
6
-42/+72
|
\
\
|
|
/
|
*
asyncio doc: annotate coroutine on coroutine functions and methods
Victor Stinner
2015-02-12
6
-42/+72
*
|
Issue #23450: Fix signal.set_wakeup_fd() on Windows
Victor Stinner
2015-02-12
1
-11/+14
*
|
Fix installer Back button going to wrong page when modifying.
Steve Dower
2015-02-12
2
-1/+10
*
|
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the re...
Antoine Pitrou
2015-02-11
3
-2/+16
|
\
\
|
|
/
|
*
Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the re...
Antoine Pitrou
2015-02-11
3
-2/+16
*
|
Merge 3.4 (typo)
Victor Stinner
2015-02-11
1
-1/+1
|
\
\
|
|
/
|
*
Fix typo: PyMem_Alloc => PyMem_Malloc
Victor Stinner
2015-02-11
1
-1/+1
*
|
Splitted the WFILE structure to WFILE and RFILE.
Serhiy Storchaka
2015-02-11
1
-6/+11
*
|
Issue #23344: marshal.dumps() is now 20-25% faster on average.
Serhiy Storchaka
2015-02-11
3
-23/+67
*
|
Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
Serhiy Storchaka
2015-02-11
3
-40/+61
*
|
Fix typos in Doc/whatsnew/3.5.rst.
Berker Peksag
2015-02-11
1
-3/+3
*
|
Merge 3.4 (faulthandler)
Victor Stinner
2015-02-11
1
-4/+5
|
\
\
|
|
/
|
*
Issue #23433: Fix faulthandler._stack_overflow()
Victor Stinner
2015-02-11
1
-4/+5
*
|
Update copyright.
Raymond Hettinger
2015-02-11
1
-1/+1
*
|
Issue #23383: Cleaned up bytes formatting.
Serhiy Storchaka
2015-02-10
1
-140/+51
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-02-10
2
-1/+61
|
\
\
|
|
/
|
*
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
Victor Stinner
2015-02-10
2
-1/+61
*
|
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Serhiy Storchaka
2015-02-10
3
-8/+26
|
\
\
|
|
/
|
*
Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h.
Serhiy Storchaka
2015-02-10
3
-8/+26
*
|
merge 3.4 (#23361)
Benjamin Peterson
2015-02-10
2
-2/+14
|
\
\
|
|
/
|
*
merge 3.3 (#23361)
Benjamin Peterson
2015-02-10
2
-2/+13
|
|
\
|
|
*
add overflow checking (closes #23361)
Benjamin Peterson
2015-02-10
2
-2/+14
*
|
|
Added respect_handler_level to QueueListener.
Vinay Sajip
2015-02-09
5
-6/+50
*
|
|
Mirco-optimizations to reduce register spills and reloads observed on CLANG a...
Raymond Hettinger
2015-02-09
1
-2/+4
*
|
|
Merge with 3.4
Martin v. Löwis
2015-02-09
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Amend b8ebf381390f: find patchlevel.py in extensions.
Martin v. Löwis
2015-02-09
1
-1/+1
*
|
|
Merge with 3.4
Martin v. Löwis
2015-02-09
1
-145/+146
|
\
\
\
|
|
/
/
|
*
|
Issue #17896: Update msi.py to new externals dir.
Martin v. Löwis
2015-02-09
1
-4/+4
|
*
|
Post-release updates for Python 3.4.3rc1.
Larry Hastings
2015-02-08
2
-1/+12
|
*
|
Added tag v3.4.3rc1 for changeset 69dd528ca625
Larry Hastings
2015-02-08
1
-0/+1
|
*
|
Fix a copyright notice that still said 2014.
v3.4.3rc1
Larry Hastings
2015-02-08
1
-1/+1
|
*
|
Version bump for 3.4.3rc1.
Larry Hastings
2015-02-08
6
-11/+11
|
*
|
Updated pydoc topics data for 3.4.3rc1 release.
Larry Hastings
2015-02-07
1
-78/+78
*
|
|
Merge.
Larry Hastings
2015-02-08
7
-25/+158
|
\
\
\
|
*
|
|
Improve Windows release scripts
Steve Dower
2015-02-08
5
-35/+81
|
*
|
|
Issue #23285: Install new test directory.
Ned Deily
2015-02-08
1
-0/+1
|
*
|
|
Adds automated test script for the Windows installer and fixes download URL
Steve Dower
2015-02-07
4
-2/+88
*
|
|
|
Post-release updates for Python 3.5.0a1.
Larry Hastings
2015-02-08
2
-1/+13
*
|
|
|
Added tag v3.5.0a1 for changeset 5d4b6a57d5fd
Larry Hastings
2015-02-08
1
-0/+1
*
|
|
|
Fix a copyright notice that still said 2014.
v3.5.0a1
Larry Hastings
2015-02-08
1
-1/+1
*
|
|
|
Release bump for 3.5.0a1.
Larry Hastings
2015-02-08
6
-7/+7
*
|
|
|
Updated pydoc topics data for 3.5.0a1 release.
Larry Hastings
2015-02-07
1
-78/+78
|
/
/
/
*
|
|
Fix whitespace.
Charles-François Natali
2015-02-07
1
-1/+1
*
|
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
18
-522/+753
*
|
|
Closes #23357: Updated documentation on creating venvs.
Vinay Sajip
2015-02-07
1
-4/+7
|
\
\
\
|
|
/
/
|
*
|
Corrected typo.
Vinay Sajip
2015-02-07
1
-1/+1
|
*
|
Minor change to documentation on creating venvs.
Vinay Sajip
2015-02-07
1
-4/+7
*
|
|
Fix download URL embedded in Windows installer.
Steve Dower
2015-02-06
1
-1/+1
*
|
|
Require Mercurial on PATH when building a Windows release.
Steve Dower
2015-02-06
1
-0/+3
[prev]
[next]