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 #17576: Removed deprecation warnings added in changeset 618cca51a27e.
Serhiy Storchaka
2013-12-14
6
-45/+12
*
|
|
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
5
-40/+27
|
\
\
\
|
|
/
/
|
*
|
Issue #19623: Fixed writing to unseekable files in the aifc module.
Serhiy Storchaka
2013-12-14
6
-62/+103
*
|
|
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
4
-17/+50
|
\
\
\
|
|
/
/
|
*
|
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
4
-17/+50
*
|
|
#19970: fix additional typo in 3.4 asyncio docs.
R David Murray
2013-12-14
1
-1/+1
*
|
|
Issue #19972: Add rarely used freefunc. This fixes a leak if sys.exit()
Stefan Krah
2013-12-14
1
-8/+14
*
|
|
Merge from 3.3.
Stefan Krah
2013-12-14
1
-9/+11
|
\
\
\
|
|
/
/
|
*
|
Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted
Stefan Krah
2013-12-14
1
-9/+11
*
|
|
#19981: merge with 3.3.
Ezio Melotti
2013-12-14
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
#19981: fix typo in email.mailbox docs. Patch by Claudiu Popa.
Ezio Melotti
2013-12-14
1
-2/+2
*
|
|
Merge: #19970: Fix some comment typos.
R David Murray
2013-12-14
3
-4/+4
|
\
\
\
|
|
/
/
|
*
|
#19970: Fix some comment typos.
R David Murray
2013-12-14
3
-4/+4
*
|
|
#19975: remove unused imports from webbrowser module.
R David Murray
2013-12-13
1
-3/+0
*
|
|
Issue #19704: Port test.test_threaded_import to PEP 451
Brett Cannon
2013-12-13
1
-6/+6
*
|
|
merge for issue #19963
Brett Cannon
2013-12-13
1
-2/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #19963: Document that importlib.import_module() will import
Brett Cannon
2013-12-13
2
-2/+8
*
|
|
Merge: #18036: update .pyc FAQ entry in light of PEP 3147.
R David Murray
2013-12-13
1
-18/+27
|
\
\
\
|
|
/
/
|
*
|
#18036: update .pyc FAQ entry in light of PEP 3147.
R David Murray
2013-12-13
1
-18/+27
*
|
|
Issue #19946: Raise ImportError when the main module cannot be found
Brett Cannon
2013-12-13
2
-0/+5
*
|
|
Issue #14432: Document the removal of the PyFrameObject.f_tstate field
Victor Stinner
2013-12-13
1
-10/+20
*
|
|
asyncio doc: explain where does the task come from.
Victor Stinner
2013-12-13
1
-4/+6
*
|
|
asyncio doc: change style of the sequence diagram to focus on the control flow
Victor Stinner
2013-12-13
2
-0/+0
*
|
|
(Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if
Victor Stinner
2013-12-13
3
-3/+25
|
\
\
\
|
|
/
/
|
*
|
Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"
Victor Stinner
2013-12-13
3
-3/+25
*
|
|
Issue #19787: PyThread_set_key_value() now always set the value
Victor Stinner
2013-12-13
6
-39/+24
*
|
|
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
3
-7/+4
|
\
\
\
|
|
/
/
|
*
|
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
3
-7/+4
*
|
|
asyncio: remove references to the Tulip project, rename Tulip to asyncio.
Victor Stinner
2013-12-13
4
-3/+8
*
|
|
Backout changeset 46393019b650
Victor Stinner
2013-12-13
7
-24/+30
*
|
|
#19957: Simplify encode_7or8bit now that _payload is always str.
R David Murray
2013-12-13
2
-14/+12
*
|
|
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
Victor Stinner
2013-12-13
7
-30/+24
*
|
|
Issue #19952: test_asyncio: relax timings of Windows events, buildbots are
Victor Stinner
2013-12-13
1
-2/+2
*
|
|
(Merge 3.3) Issue #14432: Fix compilation when thread support is disabled
Victor Stinner
2013-12-13
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #14432: Fix compilation when thread support is disabled
Victor Stinner
2013-12-13
1
-0/+4
*
|
|
Issue #14432: Null merge 3.3, Python 3.4 has a different fix
Victor Stinner
2013-12-13
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
4
-0/+141
*
|
|
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
8
-45/+179
*
|
|
Close #19576: PyGILState_Ensure() now initializes threads. At startup, Python
Victor Stinner
2013-12-13
2
-0/+10
*
|
|
Issue #19751: Fix hash_info test of test_sys on SPARC Solaris
Victor Stinner
2013-12-12
1
-5/+1
*
|
|
Issue #19751: Fix typo in configuration option
Victor Stinner
2013-12-12
1
-1/+1
*
|
|
Merge from 3.3.
Stefan Krah
2013-12-12
1
-7/+7
|
\
\
\
|
|
/
/
|
*
|
Do not discard const qualifier without a reason.
Stefan Krah
2013-12-12
1
-7/+7
*
|
|
Merge fix from 3.3
Zachary Ware
2013-12-12
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Avoid UnicodeEncodeError by only printing ASCII.
Zachary Ware
2013-12-12
1
-2/+2
*
|
|
Add a sequence diagram for the chained coroutines example
Victor Stinner
2013-12-12
3
-1/+10
*
|
|
Properly filter some recent additions in the Windows build files.
Zachary Ware
2013-12-11
3
-2/+44
*
|
|
Null merge with 3.3.
Zachary Ware
2013-12-11
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Filter namespaceobject's files properly in the pythoncore VS project.
Zachary Ware
2013-12-11
1
-2/+6
*
|
|
Issue #19828: Merge with 3.3
Zachary Ware
2013-12-11
2
-9/+10
|
\
\
\
|
|
/
/
[prev]
[next]