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 #23821: Fixed test_pdb failure under -O.
Serhiy Storchaka
2015-04-01
1
-11/+15
*
|
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
3
-7/+25
|
\
\
|
|
/
|
*
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
3
-4/+24
*
|
It wasn't a typo, it is the mnemonic (AT=@).
R David Murray
2015-04-01
1
-1/+1
*
|
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
9
-78/+75
|
\
\
|
|
/
|
*
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
9
-80/+77
*
|
Issue #23618: Fix EINTR handling on Windows
Victor Stinner
2015-04-01
1
-2/+2
*
|
merge 3.4 (#12855)
Benjamin Peterson
2015-04-01
1
-4/+36
|
\
\
|
|
/
|
*
document what exactly str.splitlines() splits on (closes #12855)
Benjamin Peterson
2015-04-01
1
-4/+36
*
|
Issue #23618: Enhance EINTR handling in socket.connect()
Victor Stinner
2015-03-31
1
-35/+37
*
|
Issue #23618: Fix EINTR handling in socket.connect()
Victor Stinner
2015-03-31
1
-10/+8
*
|
Issue #23618: Cleanup internal_connect() in socketmodule.c
Victor Stinner
2015-03-31
1
-3/+1
*
|
Issue 23793: Add deque support for __add__(), __mul__(), and __imul__().
Raymond Hettinger
2015-03-31
4
-10/+204
*
|
Issue #23618: Refactor internal_connect()
Victor Stinner
2015-03-31
1
-79/+30
*
|
Issue #23618: Refactor internal_connect()
Victor Stinner
2015-03-31
1
-35/+57
*
|
Issue #22117: Fix integer overflow check in socket_parse_timeout() on Windows
Victor Stinner
2015-03-31
1
-3/+6
*
|
Issue #23611: Fixed enums pickling tests. Now all picklings work with all
Serhiy Storchaka
2015-03-31
1
-15/+7
*
|
Issue #18473: Fixed pickle compatibility tests for optional modules.
Serhiy Storchaka
2015-03-31
2
-10/+32
|
\
\
|
|
/
|
*
Issue #18473: Fixed pickle compatibility tests for optional modules.
Serhiy Storchaka
2015-03-31
2
-10/+32
*
|
Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath.
Serhiy Storchaka
2015-03-31
7
-5/+255
*
|
Issue #23618: Fix internal_connect_select()
Victor Stinner
2015-03-31
1
-1/+1
*
|
Issue #23618: internal_connect_select() now waits also for error events
Victor Stinner
2015-03-31
1
-6/+15
*
|
Issue #23618: Refactor internal_select() to prepare socket.connect() for EINTR
Victor Stinner
2015-03-31
1
-13/+23
*
|
Issue #23618: Refactor the _socket module
Victor Stinner
2015-03-31
1
-17/+11
*
|
What's New in Python 3.5, PEP 475: mention modified signal functions
Victor Stinner
2015-03-31
2
-2/+3
*
|
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka
2015-03-31
5
-66/+114
*
|
Issue #13583: sqlite3.Row now supports slice indexing.
Serhiy Storchaka
2015-03-31
4
-2/+24
*
|
Merge heads
Serhiy Storchaka
2015-03-31
7
-69/+181
|
\
\
|
*
|
Issue #23485: Enhance and update selectors doc and test_selectors
Victor Stinner
2015-03-31
2
-3/+40
|
*
|
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
5
-49/+85
|
*
|
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
5
-18/+57
*
|
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
6
-30/+326
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
6
-30/+326
*
|
Fix typo in Doc/whatsnew/3.5.rst.
Berker Peksag
2015-03-31
1
-1/+1
*
|
merge
Raymond Hettinger
2015-03-31
1
-8/+10
|
\
\
|
|
/
|
*
Issue #23729: Improve docs for ElementTree namespace parsing
Raymond Hettinger
2015-03-31
1
-8/+10
*
|
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
5
-23/+71
*
|
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
6
-62/+112
*
|
Issue #23485: Add _PyTime_FromMillisecondsObject() function
Victor Stinner
2015-03-30
2
-6/+25
*
|
Issue #23485: Fix test_signal, select.select() now retries the syscall if the
Victor Stinner
2015-03-30
1
-3/+17
*
|
Ignore .rst files in the venv directory.
Brett Cannon
2015-03-30
1
-0/+3
*
|
PEP 475: on EINTR, retry the function even if the timeout is equals to zero
Victor Stinner
2015-03-30
3
-3/+3
*
|
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
9
-31/+85
*
|
Partially revert 3603bae63c13 (issue23326) for asyncio.
Serhiy Storchaka
2015-03-30
1
-0/+4
*
|
#2211: Fix typo, address missed review comment.
R David Murray
2015-03-30
2
-2/+8
*
|
Merge: #23792: also catch interrupt around pipe.write.
R David Murray
2015-03-30
1
-1/+6
|
\
\
|
|
/
|
*
#23792: also catch interrupt around pipe.write.
R David Murray
2015-03-30
1
-1/+6
*
|
What's New in Python 3.5: add pep 461 (bytes%args) and 465 (a@b)
Victor Stinner
2015-03-30
1
-3/+42
*
|
Issue #23605: Fix typo in an os.walk() comment
Victor Stinner
2015-03-30
1
-1/+1
*
|
(Merge 3.4) Issue #22585: os.urandom() now releases the GIL when the
Victor Stinner
2015-03-30
1
-6/+14
|
\
\
|
|
/
[prev]
[next]