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 #18972: Modernize email examples and use the argparse module in them.
Serhiy Storchaka
2013-10-06
1
-0/+5
*
Issue #19087: Improve bytearray allocation in order to allow cheap popping of...
Antoine Pitrou
2013-10-05
1
-0/+3
*
#19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.
Ezio Melotti
2013-10-05
1
-0/+1
*
Issue #18716: Deprecate the formatter module
Brett Cannon
2013-10-04
1
-0/+2
*
Fix typo.
Eric Snow
2013-10-03
1
-1/+1
|
\
|
*
Fix typo.
Eric Snow
2013-10-03
1
-1/+1
|
*
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
1
-0/+2
|
*
[issue19151] Fix docstring and use of _get_suppported_file_loaders() to refle...
Eric Snow
2013-10-03
1
-0/+3
*
|
[issue19151] Fix issue number in Misc/NEWS entry.
Eric Snow
2013-10-03
1
-1/+1
*
|
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
1
-0/+2
*
|
[issue19951] Fix docstring and use of _get_suppported_file_loaders() to refle...
Eric Snow
2013-10-03
1
-0/+3
*
|
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-1/+2
|
\
\
|
|
/
|
*
Issue #19014: memoryview.cast() is now allowed on zero-length views.
Antoine Pitrou
2013-10-03
1
-0/+2
*
|
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Serhiy Storchaka
2013-10-03
1
-0/+2
|
\
\
|
|
/
|
*
Issue #18037: 2to3 now escapes '\u' and '\U' in native strings.
Serhiy Storchaka
2013-10-03
1
-0/+2
*
|
Close #17839: support bytes-like objects in base64 module
Nick Coghlan
2013-10-02
1
-0/+4
*
|
Close #18690: register memoryview with Sequence ABC
Nick Coghlan
2013-10-02
1
-0/+3
*
|
Close #19078: memoryview now supports reversed
Nick Coghlan
2013-10-02
1
-0/+4
*
|
Issue #19132: The pprint module now supports compact mode.
Serhiy Storchaka
2013-10-02
1
-0/+2
*
|
Issue #19137: The pprint module now correctly formats instances of set and
Serhiy Storchaka
2013-10-02
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19137: The pprint module now correctly formats instances of set and
Serhiy Storchaka
2013-10-02
1
-0/+3
|
*
Issue #18594: Fix the fallback path in collections.Counter().
Raymond Hettinger
2013-10-02
1
-1/+2
*
|
Close #10042: functools.total_ordering now handles NotImplemented
Nick Coghlan
2013-10-01
2
-0/+5
*
|
Merge #19092 from 3.3
Nick Coghlan
2013-10-01
2
-1/+5
|
\
\
|
|
/
|
*
Close #19092: ExitStack now reraises exceptions from __exit__
Nick Coghlan
2013-10-01
2
-1/+5
*
|
merge
Raymond Hettinger
2013-10-01
1
-0/+3
|
\
\
|
|
/
|
*
Issue #18594: Fix the fast path for collections.Counter().
Raymond Hettinger
2013-10-01
1
-0/+3
*
|
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
2
-0/+4
|
\
\
|
|
/
|
*
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except whe...
Antoine Pitrou
2013-09-30
2
-0/+4
*
|
Merge 3.4.0a3 release changes.
Larry Hastings
2013-09-30
1
-0/+17
|
\
\
|
*
|
Issue #5845: In site.py, only load readline history from ~/.python_history if...
Antoine Pitrou
2013-09-29
1
-0/+4
|
*
|
Properly initialize all fields of a SSL object after allocation.
Antoine Pitrou
2013-09-29
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Properly initialize all fields of a SSL object after allocation.
Antoine Pitrou
2013-09-29
1
-0/+2
|
*
|
Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...
Antoine Pitrou
2013-09-29
1
-0/+3
|
*
|
Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010
Christian Heimes
2013-09-29
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010
Christian Heimes
2013-09-29
1
-0/+2
|
*
|
Issue #4366: Fix building extensions on all platforms when --enable-shared is...
Antoine Pitrou
2013-09-28
1
-0/+3
|
|
\
\
|
|
|
/
|
|
*
Issue #4366: Fix building extensions on all platforms when --enable-shared is...
Antoine Pitrou
2013-09-28
1
-0/+3
*
|
|
Post-version release cleanup.
Larry Hastings
2013-09-30
1
-0/+12
*
|
|
Version bump to 3.4.0a3.
v3.4.0a3
Larry Hastings
2013-09-28
2
-2/+6
|
/
/
*
|
Issue #18950: Fix miscellaneous bugs in the sunau module.
Serhiy Storchaka
2013-09-28
1
-0/+7
|
\
\
|
|
/
|
*
Issue #18950: Fix miscellaneous bugs in the sunau module.
Serhiy Storchaka
2013-09-28
1
-0/+7
*
|
Close #18596: Support address sanity checking in clang/GCC
Nick Coghlan
2013-09-28
2
-0/+8
*
|
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
Serhiy Storchaka
2013-09-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty
Serhiy Storchaka
2013-09-27
1
-0/+3
*
|
logging: added support for Unix domain sockets to SocketHandler and DatagramH...
Vinay Sajip
2013-09-27
1
-0/+3
*
|
merge 3.3
Benjamin Peterson
2013-09-27
1
-1/+1
|
\
\
|
|
/
|
*
fix my absurd spelling
Benjamin Peterson
2013-09-27
1
-1/+1
*
|
merge 3.3 (#19098)
Benjamin Peterson
2013-09-27
1
-0/+3
|
\
\
|
|
/
|
*
don't scale compiler stack frames if the recursion limit is huge (closes #19098)
Benjamin Peterson
2013-09-27
1
-0/+3
[next]