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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #24769: Interpreter now starts properly when dynamic loading
Larry Hastings
2015-08-25
1
-0/+4
*
Merged in 1st1/cpython350 (pull request #5)
Larry Hastings
2015-08-24
1
-0/+2
|
\
|
*
Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines
Yury Selivanov
2015-08-17
1
-0/+2
*
|
Merged in stevedower/cpython350 (pull request #6)
Larry Hastings
2015-08-24
1
-0/+2
|
\
\
|
*
|
Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.
Steve Dower
2015-08-19
1
-0/+2
|
|
/
*
|
#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray
2015-08-15
2
-0/+4
|
/
*
Merged in brettcannon/cpython350/3.5 (pull request #2)
larry
2015-08-12
1
-0/+4
|
\
|
*
Issue #24492: make sure that ``from ... import ...` raises an
Brett Cannon
2015-08-12
1
-0/+4
*
|
Issue #24839: platform._syscmd_ver raises DeprecationWarning
Steve Dower
2015-08-11
1
-0/+1
*
|
Post-release bump for Python 3.5.0rc1.
Larry Hastings
2015-08-11
1
-0/+12
|
/
*
Fixed doubled spaces in Misc/NEWS.
Serhiy Storchaka
2015-08-09
1
-13/+13
|
\
|
*
Fixed doubled spaces in Misc/NEWS.
Serhiy Storchaka
2015-08-09
1
-17/+17
*
|
Issue #24824: Signatures of codecs.encode() and codecs.decode() now are
Serhiy Storchaka
2015-08-09
1
-0/+3
*
|
Issue #24634: Importing uuid should not try to load libc on Windows
Steve Dower
2015-07-14
1
-0/+2
*
|
Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.
Stefan Krah
2015-08-08
1
-0/+3
*
|
Issue #24667: Resize odict in all cases that the underlying dict resizes.
Eric Snow
2015-08-07
1
-0/+2
*
|
Issue #24798: _msvccompiler.py doesn't properly support manifests
Steve Dower
2015-08-05
1
-0/+2
*
|
Issue #4395: Better testing and documentation of binary operators.
Robert Collins
2015-08-06
1
-0/+3
|
\
\
|
|
/
|
*
Issue #4395: Better testing and documentation of binary operators.
Robert Collins
2015-08-06
1
-0/+3
*
|
Issue #23004: mock_open() now reads binary data correctly when the type of re...
Berker Peksag
2015-08-06
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23004: mock_open() now reads binary data correctly when the type of re...
Berker Peksag
2015-08-06
1
-0/+3
*
|
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov
2015-08-05
1
-0/+2
*
|
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Yury Selivanov
2015-08-05
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Yury Selivanov
2015-08-05
1
-0/+3
*
|
Merge issue #24129 from 3.4
Nick Coghlan
2015-08-05
2
-0/+6
|
\
\
|
|
/
|
*
Issue #24129: Clarify reference docs for name resolution.
Nick Coghlan
2015-08-05
2
-0/+6
*
|
Issue #23973: Update typing.py from GitHub repo.
Guido van Rossum
2015-08-05
1
-0/+2
*
|
Issue #24751: Merge with 3.4
Zachary Ware
2015-08-05
1
-0/+7
|
\
\
|
|
/
|
*
Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds.
Zachary Ware
2015-08-05
1
-0/+4
*
|
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
2
-0/+3
|
\
\
|
|
/
|
*
Issue #20769: Improve reload() docs. Patch by Dorian Pula.
Robert Collins
2015-08-04
2
-0/+3
*
|
Issue #24021: docstring for urllib.urlcleanup.
Robert Collins
2015-08-04
1
-0/+2
|
\
\
|
|
/
|
*
Issue #24021: docstring for urllib.urlcleanup.
Robert Collins
2015-08-04
1
-0/+2
*
|
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins
2015-08-03
1
-0/+2
|
\
\
|
|
/
|
*
Issue #23888: Handle fractional time in cookie expiry. Patch by ssh.
Robert Collins
2015-08-03
1
-0/+2
*
|
Issue #23652: Merge with 3.4
Zachary Ware
2015-08-02
1
-0/+4
|
\
\
|
|
/
|
*
Issue #23652: Make the select module compile against LSB headers.
Zachary Ware
2015-08-02
1
-0/+4
*
|
Issue 24745: Add ACKS entry.
Terry Jan Reedy
2015-08-01
1
-0/+1
|
\
\
|
|
/
|
*
Issue 24745: Add ACKS entry.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
|
Merge with 3.4
Terry Jan Reedy
2015-08-01
1
-0/+1
|
\
\
|
|
/
|
*
Issue #21192: Idle Editor. When a file is run, put its name in the restart bar.
Terry Jan Reedy
2015-08-01
1
-0/+1
*
|
Issue #22932: Fix timezones in email.utils.formatdate.
Robert Collins
2015-07-31
2
-0/+4
|
\
\
|
|
/
|
*
Issue #22932: Fix timezones in email.utils.formatdate.
Robert Collins
2015-07-31
2
-0/+4
*
|
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins
2015-07-30
2
-0/+4
|
\
\
|
|
/
|
*
Issue #23779: imaplib raises TypeError if authenticator tries to abort.
Robert Collins
2015-07-30
2
-0/+4
*
|
Merge with 3.4 for Issue #24729
Jason R. Coombs
2015-07-29
1
-0/+3
|
\
\
|
|
/
|
*
Merge
Jason R. Coombs
2015-07-29
1
-0/+3
|
|
\
|
|
*
Issue #24729: Correct reference to open function.
Jason R. Coombs
2015-07-29
1
-0/+3
*
|
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins
2015-07-29
1
-0/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan.
Robert Collins
2015-07-29
1
-0/+2
|
|
/
[next]