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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issues #23808, #25911: Trying to fix walk tests on Windows.
Serhiy Storchaka
2016-03-08
1
-1/+5
|
\
|
*
Issues #23808, #25911: Trying to fix walk tests on Windows.
Serhiy Storchaka
2016-03-08
1
-1/+5
|
|
\
|
|
*
Issues #23808, #25911: Trying to fix walk tests on Windows.
Serhiy Storchaka
2016-03-08
1
-1/+5
*
|
|
Merge
Raymond Hettinger
2016-03-07
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
Document another recipe for itertools: all_equal(). Inspired by David Beazley.
Raymond Hettinger
2016-03-07
1
-0/+8
*
|
|
Closes #19475: Added timespec to the datetime.isoformat() method.
Alexander Belopolsky
2016-03-06
1
-6/+42
*
|
|
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Berker Peksag
2016-03-06
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #26489: Add dictionary unpacking support to Tools/parser/unparse.py
Berker Peksag
2016-03-06
1
-0/+5
*
|
|
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...
Berker Peksag
2016-03-06
1
-1/+11
|
\
\
\
|
|
/
/
|
*
|
Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm...
Berker Peksag
2016-03-06
1
-1/+11
|
*
|
Issue #26167: Backported copy tests.
Serhiy Storchaka
2016-03-06
1
-6/+49
*
|
|
Issue #26167: Minimized overhead in copy.copy() and copy.deepcopy().
Serhiy Storchaka
2016-03-06
1
-6/+49
*
|
|
Issue #26015: Added new tests for pickling iterators of mutable sequences.
Serhiy Storchaka
2016-03-06
5
-50/+214
|
\
\
\
|
|
/
/
|
*
|
Issue #26015: Added new tests for pickling iterators of mutable sequences.
Serhiy Storchaka
2016-03-06
5
-50/+214
*
|
|
Issue #25718: Fixed pickling and copying the accumulate() iterator with total...
Serhiy Storchaka
2016-03-06
1
-0/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #25718: Fixed pickling and copying the accumulate() iterator with total...
Serhiy Storchaka
2016-03-06
1
-0/+10
*
|
|
Issue #26482: Allowed pickling recursive dequeues.
Serhiy Storchaka
2016-03-06
1
-32/+36
*
|
|
Fixed typo in pickle tests.
Serhiy Storchaka
2016-03-04
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Fixed typo in pickle tests.
Serhiy Storchaka
2016-03-04
1
-2/+2
*
|
|
merge 3.5 (closes #26478)
Benjamin Peterson
2016-03-04
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
merge 3.4 (closes #26478)
Benjamin Peterson
2016-03-04
1
-0/+4
|
|
\
\
|
|
|
/
|
|
*
properly use the ObjArgs variant of CallMethod in dictview binary operations ...
Benjamin Peterson
2016-03-04
1
-0/+4
|
|
*
asyncio: Update 3.4 asyncio/test_tasks to upstream version
Yury Selivanov
2016-03-02
1
-1/+2
*
|
|
Issue #26335: Make mmap.write() return the number of bytes written like
Berker Peksag
2016-03-02
1
-0/+8
*
|
|
Merge 3.5 (issue #25888)
Yury Selivanov
2016-03-02
1
-0/+18
|
\
\
\
|
|
/
/
|
*
|
coroutines: Error when awaiting on coroutine that's being awaited
Yury Selivanov
2016-03-02
1
-0/+18
*
|
|
Merge 3.5 (issue #26338)
Yury Selivanov
2016-03-02
1
-10/+13
|
\
\
\
|
|
/
/
|
*
|
asyncio: Remove duplicate bind addresses in create_server.
Yury Selivanov
2016-03-02
1
-10/+13
*
|
|
Merge 3.5 (issue #26347)
Yury Selivanov
2016-03-02
1
-0/+7
|
\
\
\
|
|
/
/
|
*
|
inspect: Fix BoundArguments.apply_defaults to handle empty arguments
Yury Selivanov
2016-03-02
1
-0/+7
*
|
|
Merge 3.5 (issue #26221)
Yury Selivanov
2016-03-02
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
asyncio: Prevent StopIteration from being thrown into a Future
Yury Selivanov
2016-03-02
1
-0/+4
*
|
|
Merge 3.5 (issue #25647)
Yury Selivanov
2016-03-02
1
-0/+24
|
\
\
\
|
|
/
/
|
*
|
asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)
Yury Selivanov
2016-03-02
1
-0/+24
*
|
|
Merge 3.5
Yury Selivanov
2016-03-02
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
asyncio, selectors: Update to the upstream version
Yury Selivanov
2016-03-02
1
-1/+2
*
|
|
Merge 3.5
Victor Stinner
2016-03-01
1
-4/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #26464: Fix unicode_fast_translate() again
Victor Stinner
2016-03-01
1
-4/+10
*
|
|
Merge 3.5
Victor Stinner
2016-03-01
1
-0/+4
|
\
\
\
|
|
/
/
|
*
|
Fix str.translate()
Victor Stinner
2016-03-01
1
-0/+4
*
|
|
Issue #26457: Fixed the subnets() methods in IP network classes for the case
Serhiy Storchaka
2016-03-01
1
-0/+30
|
\
\
\
|
|
/
/
|
*
|
Issue #26457: Fixed the subnets() methods in IP network classes for the case
Serhiy Storchaka
2016-03-01
1
-0/+30
*
|
|
Issue #26385: Merge NamedTemporaryFile fix from 3.5
Martin Panter
2016-02-29
1
-1/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost
Martin Panter
2016-02-28
1
-1/+9
*
|
|
Issue #22836: Merge exception reporting from 3.5
Martin Panter
2016-02-28
1
-2/+66
|
\
\
\
|
|
/
/
|
*
|
Issue #22836: Keep exception reports sensible despite errors
Martin Panter
2016-02-28
1
-2/+66
*
|
|
Issue #26390: Merge pbkdf2_hmac() doc from 3.5
Martin Panter
2016-02-26
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #26390: Fix and test pbkdf2_hmac() parameter names
Martin Panter
2016-02-22
1
-0/+3
*
|
|
Issue #26402: Merge XML-RPC client fix from 3.5
Martin Panter
2016-02-25
1
-0/+37
|
\
\
\
|
|
/
/
|
*
|
Issue #26402: Fix XML-RPC client retrying after server disconnection
Martin Panter
2016-02-25
1
-0/+37
[next]