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 #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
2
-0/+5
*
merge 3.3 (#23362)
Benjamin Peterson
2015-03-02
1
-1/+1
|
\
|
*
use PyMem_NEW to detect overflow (closes #23362)
Benjamin Peterson
2015-03-02
1
-1/+1
*
|
merge 3.3 (#23367)
Benjamin Peterson
2015-03-02
2
-3/+12
|
\
\
|
|
/
|
*
fix possible overflow bugs in unicodedata (closes #23367)
Benjamin Peterson
2015-03-02
2
-3/+12
*
|
Issue #18382: Zero-length messages are consumed by ReadFile on Windows 8 and ...
Steve Dower
2015-03-02
1
-2/+11
*
|
wrap everything at 80 chars
Benjamin Peterson
2015-03-02
1
-98/+97
*
|
link to the correct dis method or function (closes #23561)
Benjamin Peterson
2015-03-02
1
-3/+3
*
|
Added more tests for urllib.parse utility functions.
Serhiy Storchaka
2015-03-02
2
-69/+129
*
|
Issue #23527: Update Gmail port number for STARTTLS to 587.
Berker Peksag
2015-03-02
1
-1/+1
*
|
Issue #23477: Improve test coverage of wsgiref.simple_server.
Berker Peksag
2015-03-02
1
-0/+25
*
|
Issue #20521: Change ``TOS`` to TOS in dis documentation.
Berker Peksag
2015-03-02
1
-4/+4
*
|
Issue #23387: Skip test_issue16464 if it raises an 5xx error.
Berker Peksag
2015-03-02
2
-21/+13
*
|
remove mention of Python 2.2 and 2.3
Benjamin Peterson
2015-03-02
1
-6/+5
*
|
Fixed pydoc tests when run with -OO.
Serhiy Storchaka
2015-03-01
1
-0/+4
*
|
Issue #20204: Added the __module__ attribute to _tkinter classes.
Serhiy Storchaka
2015-03-01
2
-2/+5
*
|
Fixes #23521: Corrected pure python implementation of timedelta division.
Alexander Belopolsky
2015-02-28
3
-3/+61
*
|
Fixed a test for issue #21619 on Windows.
Serhiy Storchaka
2015-02-28
1
-1/+1
*
|
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka
2015-02-28
3
-4/+24
*
|
Fix the clarification as to why division cannot be ported automatically
Brett Cannon
2015-02-27
1
-2/+3
*
|
Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!)
Larry Hastings
2015-02-27
1
-3/+1
*
|
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
Victor Stinner
2015-02-27
1
-6/+0
*
|
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
Victor Stinner
2015-02-27
2
-0/+4
*
|
Fix copy/paste error in bytes.isupper() doc.
Zachary Ware
2015-02-27
1
-2/+2
*
|
remove duplicate 3.4.3 tags
Benjamin Peterson
2015-02-27
1
-2/+0
*
|
Merge 3.4.3 release engineering changes back into 3.4.
Larry Hastings
2015-02-26
89
-1170/+1275
|
\
\
|
*
|
asyncio doc: lock classes are not thread safe
Victor Stinner
2015-02-26
1
-3/+11
|
*
|
remove unused import
Benjamin Peterson
2015-02-25
1
-1/+0
|
*
|
Issue #23511: Port email-simple.py to Python 3.
Berker Peksag
2015-02-25
4
-10/+10
|
*
|
fix merge_collapse to actually maintain the invariant it purports to (closes ...
Benjamin Peterson
2015-02-25
1
-1/+2
|
*
|
asyncio: add a note about (non) thread safety in each class
Victor Stinner
2015-02-25
6
-0/+22
|
*
|
asyncio doc: begin with warnings on asyncio traps
Victor Stinner
2015-02-25
1
-0/+5
|
*
|
asyncio doc: move queues to a new page
Victor Stinner
2015-02-25
3
-166/+174
|
*
|
Remove unsupported (in latex) character from the source.
Georg Brandl
2015-02-25
1
-1/+1
|
*
|
asyncio doc: close explicitly event loops
Victor Stinner
2015-02-23
1
-0/+2
|
*
|
Issue #23499: Fix grammar error noticed by SilentGhost
Ned Deily
2015-02-23
1
-2/+2
|
*
|
Broke reference loops in tests added in issue #5700.
Serhiy Storchaka
2015-02-22
1
-0/+3
|
*
|
Issue #6639: Module-level turtle functions no longer raise TclError after
Serhiy Storchaka
2015-02-22
3
-34/+40
|
*
|
Issues #814253, #9179: Warnings now are raised when group references and
Serhiy Storchaka
2015-02-21
4
-3/+61
|
*
|
Issue #23215: Multibyte codecs with custom error handlers that ignores errors
Serhiy Storchaka
2015-02-20
3
-8/+22
|
*
|
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
3
-9/+65
|
*
|
Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding
Serhiy Storchaka
2015-02-20
3
-9/+25
|
*
|
Issue #23490: Fixed possible crashes related to interoperability between
Serhiy Storchaka
2015-02-20
1
-0/+9
|
*
|
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
3
-1/+24
|
*
|
Fix typo pointed out on docs@ by Yaniv Sayeh
Zachary Ware
2015-02-20
1
-1/+1
|
*
|
Fix a typo pointed out on docs@
Zachary Ware
2015-02-20
1
-1/+1
|
*
|
remove rc4 from the default client ciphers (closes #23481)
Benjamin Peterson
2015-02-19
2
-4/+4
|
*
|
merge heads
Benjamin Peterson
2015-02-18
2
-40/+61
|
|
\
\
|
|
*
|
Issue #23474: Enhanced locale testing.
Serhiy Storchaka
2015-02-18
2
-40/+61
|
*
|
|
merge 3.3
Benjamin Peterson
2015-02-18
3
-423/+0
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
[prev]
[next]