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
...
|
*
|
Issue #15724: Add versionchanged tags to the memoryview documentation.
Stefan Krah
2012-08-30
1
-2/+10
|
*
|
Add missing unit.
Stefan Krah
2012-09-01
1
-1/+1
|
*
|
Compile _decimal without asserts and update benchmark results.
Stefan Krah
2012-09-01
2
-2/+2
|
*
|
Close #14223: Fix window.addch(curses.ACS_HLINE)
Victor Stinner
2012-09-01
2
-27/+14
|
*
|
Issue #15828: Don't try to close a file if imp.find_module() doesn't
Brett Cannon
2012-08-31
1
-1/+3
|
*
|
Issue #15828: Restore support for C extension modules in imp.load_module()
Nick Coghlan
2012-08-31
4
-21/+35
|
*
|
Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...
Antoine Pitrou
2012-09-07
2
-1/+5
|
*
|
Issue #15781: Fix two small race conditions in import's module locking.
Antoine Pitrou
2012-08-27
5
-3635/+3659
|
*
|
Issue #15784: Modify OSError.__str__() to better distinguish between
Richard Oudkerk
2012-08-28
3
-4/+7
|
*
|
Issue #15785: Modify window.get_wch() API of the curses module: return a
Victor Stinner
2012-08-28
4
-13/+20
*
|
|
Issue #15822: Fix installation of lib2to3 grammar pickles to ensure
Ned Deily
2012-09-09
3
-3/+25
*
|
|
null merge
Ned Deily
2012-09-09
0
-0/+0
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Issue #15822: Fix installation of lib2to3 grammar pickles to ensure
Ned Deily
2012-09-09
3
-4/+23
*
|
|
Merge #5088: document behavior of optparse defaults with 'append' action.
R David Murray
2012-09-08
1
-0/+11
|
\
\
\
|
|
/
/
|
*
|
#5088: document behavior of optparse defaults with 'append' action.
R David Murray
2012-09-08
1
-0/+11
*
|
|
Merge Ezio's 'merge heads'.
R David Murray
2012-09-08
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Merge heads.
Ezio Melotti
2012-09-08
2
-8/+14
|
|
\
\
*
|
\
\
#15865: merge with 3.2.
Ezio Melotti
2012-09-08
3
-12/+16
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
#15865: add "*" in the signature to document keyword-only args in the docs. ...
Ezio Melotti
2012-09-08
2
-8/+14
*
|
|
|
Merge #15510: clarify textwrap's handling of whitespace, and add confirming t...
R David Murray
2012-09-08
2
-14/+69
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
#15510: clarify textwrap's handling of whitespace, and add confirming tests.
R David Murray
2012-09-08
2
-14/+69
|
|
/
/
*
|
|
merge #15847: allow args to be a tuple in parse_args
R David Murray
2012-09-08
2
-1/+22
|
\
\
\
|
|
/
/
|
*
|
#15847: allow args to be a tuple in parse_args
R David Murray
2012-09-08
2
-1/+22
*
|
|
Issue #15814: Update whatsnew to the current state of hashing memoryviews.
Stefan Krah
2012-09-08
1
-3/+2
*
|
|
Merge 3.2.
Stefan Krah
2012-09-08
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #15868: Fix refleak in bytesio.c (Coverity #715365).
Stefan Krah
2012-09-08
1
-1/+3
*
|
|
Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...
Antoine Pitrou
2012-09-07
2
-1/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...
Antoine Pitrou
2012-09-07
2
-1/+5
*
|
|
Issue #15876: Fix a refleak in the curses module
Ross Lagerwall
2012-09-07
2
-0/+3
*
|
|
Fix for fcc629208842
Christian Heimes
2012-09-07
1
-9/+7
|
\
\
\
|
|
/
/
|
*
|
Fix for fcc629208842
Christian Heimes
2012-09-07
1
-9/+7
*
|
|
Issue #15591 and Issue #11715: silence output of setup.py when make is run wi...
Christian Heimes
2012-09-06
1
-7/+9
|
\
\
\
|
*
\
\
Issue #15591 and Issue #11715: silence output of setup.py when make is run wi...
Christian Heimes
2012-09-06
1
-7/+9
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #15591 and Issue #11715: silence output of setup.py when make is run wi...
Christian Heimes
2012-09-06
1
-7/+9
*
|
|
|
Fix a typo in the curses docs
Ross Lagerwall
2012-09-06
1
-1/+1
|
/
/
/
*
|
|
Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently
Christian Heimes
2012-09-06
1
-0/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #15591: run ctypes' configure in quiet mode when setup.py runs silently
Christian Heimes
2012-09-06
1
-0/+2
*
|
|
After the jump in line 1051 unicode_tmp is NULL. Found by Coverity.
Stefan Krah
2012-09-06
1
-1/+1
*
|
|
_testbuffer.c: In all current use cases of cmp_structure() dest->format and
Stefan Krah
2012-09-06
1
-3/+2
*
|
|
add whatsnew entry for PEP 421
Eric Snow
2012-09-06
1
-0/+35
*
|
|
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
7
-9/+140
|
\
\
\
|
|
/
/
|
*
|
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-05
7
-9/+140
*
|
|
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Antoine Pitrou
2012-09-05
6
-12/+47
|
\
\
\
|
|
/
/
|
*
|
Issue #15841: The readable(), writable() and seekable() methods of BytesIO
Antoine Pitrou
2012-09-05
6
-12/+47
*
|
|
Issue #15855: updated related manual entries.
Alexander Belopolsky
2012-09-03
1
-1/+7
*
|
|
Issue #15855: added docstrings for memoryview methods and data descriptors ne...
Alexander Belopolsky
2012-09-03
1
-13/+28
*
|
|
Issue #15855: added docstrings for memoryview methods and data descriptors (m...
Alexander Belopolsky
2012-09-03
1
-10/+41
|
\
\
\
|
|
/
/
|
*
|
Issue #15855: added docstrings for memoryview methods and data descriptors.
Alexander Belopolsky
2012-09-03
1
-11/+43
*
|
|
#15557,#15447,#15509: webbrowser test suite added.
R David Murray
2012-09-03
2
-0/+195
*
|
|
#15447: Use subprocess.DEVNULL in webbrowser, instead of opening
R David Murray
2012-09-03
2
-2/+5
[prev]
[next]