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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Check deques against common sequence tests (except for slicing).
Raymond Hettinger
2015-04-01
1
-0/+16
*
|
Issue #23821: Fixed test_pdb failure under -O.
Serhiy Storchaka
2015-04-01
1
-11/+15
|
\
\
|
|
/
|
*
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
2
-7/+22
|
\
\
|
|
/
|
*
Issue #23838: linecache now clears the cache and returns an empty result on
Serhiy Storchaka
2015-04-01
2
-4/+21
*
|
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
8
-78/+72
|
\
\
|
|
/
|
*
Issue #23799: Added test.support.start_threads() for running and cleaning up
Serhiy Storchaka
2015-04-01
8
-80/+74
*
|
Issue 23793: Add deque support for __add__(), __mul__(), and __imul__().
Raymond Hettinger
2015-03-31
1
-0/+77
*
|
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
4
-2/+229
*
|
Issue #23611: Serializing more "lookupable" objects (such as unbound methods
Serhiy Storchaka
2015-03-31
2
-19/+33
*
|
Issue #13583: sqlite3.Row now supports slice indexing.
Serhiy Storchaka
2015-03-31
1
-0/+18
*
|
Merge heads
Serhiy Storchaka
2015-03-31
3
-13/+63
|
\
\
|
*
|
Issue #23485: Enhance and update selectors doc and test_selectors
Victor Stinner
2015-03-31
1
-3/+34
|
*
|
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
2
-4/+14
|
*
|
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
2
-6/+15
*
|
|
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
4
-18/+308
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings.
Serhiy Storchaka
2015-03-31
4
-18/+308
*
|
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
2
-4/+13
*
|
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
3
-11/+22
*
|
Issue #23485: Fix test_signal, select.select() now retries the syscall if the
Victor Stinner
2015-03-30
1
-3/+17
*
|
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
3
-9/+17
*
|
Partially revert 3603bae63c13 (issue23326) for asyncio.
Serhiy Storchaka
2015-03-30
1
-0/+4
*
|
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
*
|
Issue #23605: Fix typo in an os.walk() comment
Victor Stinner
2015-03-30
1
-1/+1
*
|
Merge 3.5.0a3 release engineering changes back into trunk.
Larry Hastings
2015-03-30
7
-106/+236
|
\
\
|
*
|
Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on
Serhiy Storchaka
2015-03-30
1
-1/+18
|
*
|
Issue #23171: csv.Writer.writerow() now supports arbitrary iterables.
Serhiy Storchaka
2015-03-30
2
-5/+10
|
*
|
Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods
Victor Stinner
2015-03-30
1
-87/+13
|
*
|
Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps
Victor Stinner
2015-03-30
1
-4/+61
|
*
|
Merge: #23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
2
-7/+136
|
|
\
\
|
|
|
/
|
|
*
#23745: handle duplicate MIME parameter names in new parser.
R David Murray
2015-03-30
2
-7/+136
|
*
|
Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in:
Victor Stinner
2015-03-29
1
-2/+2
|
*
|
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
1
-15/+11
|
|
\
\
|
|
|
/
|
|
*
Issue #22390: test.regrtest now emits a warning if temporary files or
Serhiy Storchaka
2015-03-29
1
-15/+11
*
|
|
Release bump for Python 3.5.0a3.
v3.5.0a3
Larry Hastings
2015-03-29
2
-2/+2
*
|
|
Regenerated pydoc topics and minor doc fixes for 3.5.0a3.
Larry Hastings
2015-03-29
1
-1/+1
|
/
/
*
|
Issue #14260: The groupindex attribute of regular expression pattern object
Serhiy Storchaka
2015-03-29
3
-4/+14
*
|
#2211: properly document the Morsel behavior changes.
R David Murray
2015-03-29
2
-1/+10
*
|
merge 3.4 (#23801)
Benjamin Peterson
2015-03-29
2
-2/+26
|
\
\
|
|
/
|
*
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
Donald Stufft
2015-03-29
2
-2/+26
*
|
Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray
2015-03-29
1
-3/+10
|
\
\
|
|
/
|
*
#23792: Ignore KeyboardInterrupt when the pydoc pager is active.
R David Murray
2015-03-29
1
-3/+10
*
|
Added explicit tests for issue #23803.
Serhiy Storchaka
2015-03-29
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23803: Fixed str.partition() and str.rpartition() when a separator
Serhiy Storchaka
2015-03-29
1
-0/+2
*
|
Removed unintentional trailing spaces in text files.
Serhiy Storchaka
2015-03-29
4
-11/+11
*
|
Make some tests more frienly to MemoryError.
Serhiy Storchaka
2015-03-28
6
-16/+42
|
\
\
|
|
/
[prev]
[next]