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
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[issue 19152] Add versionadded for ExtensionFileLoader.get_filename().
Eric Snow
2013-10-05
1
-0/+2
*
Add missing comma.
Ezio Melotti
2013-10-05
1
-1/+1
*
#19148: fix markup errors and wording in enum docs. Patch by Esa Peuha.
Ezio Melotti
2013-10-05
1
-7/+7
*
Issue #18716: Deprecate the formatter module
Brett Cannon
2013-10-04
2
-3/+10
*
MERGE: Close #19160: Inconsistent size for GIL release in hashlib
Jesus Cea
2013-10-04
1
-2/+2
|
\
|
*
Close #19160: Inconsistent size for GIL release in hashlib
Jesus Cea
2013-10-04
1
-2/+2
*
|
MERGE: Close #19160: Inconsistent size for GIL release in hashlib
Jesus Cea
2013-10-04
1
-1/+1
|
\
\
|
|
/
|
*
Close #19160: Inconsistent size for GIL release in hashlib
Jesus Cea
2013-10-04
1
-1/+1
|
*
[issue19152] Revert 832579dbafd6.
Eric Snow
2013-10-03
1
-5/+1
|
*
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
1
-1/+5
*
|
[issue19152] Add ExtensionFileLoader.get_filename().
Eric Snow
2013-10-03
1
-1/+5
*
|
Issue #19132: Add versionchanged tags.
Serhiy Storchaka
2013-10-02
1
-0/+9
*
|
Close #17839: support bytes-like objects in base64 module
Nick Coghlan
2013-10-02
2
-30/+39
*
|
Close #18690: register memoryview with Sequence ABC
Nick Coghlan
2013-10-02
1
-0/+4
*
|
Closes #19139: Changed usage of __VENV_NAME__ and added __VENV_PROMPT__.
Vinay Sajip
2013-10-02
1
-0/+3
*
|
Issue #19132: The pprint module now supports compact mode.
Serhiy Storchaka
2013-10-02
2
-11/+27
*
|
Close #10042: functools.total_ordering now handles NotImplemented
Nick Coghlan
2013-10-01
1
-0/+19
*
|
merge from 3.3. Minor urllib.parse.rst docs fix.
Senthil Kumaran
2013-10-01
1
-1/+1
|
\
\
|
|
/
|
*
Minor doc fix in urllib.parse.rst
Senthil Kumaran
2013-10-01
1
-1/+1
*
|
Add a "skull and crossbones" to Py_AddPendingCall.
Antoine Pitrou
2013-09-30
1
-25/+30
|
\
\
|
|
/
|
*
Add a "skull and crossbones" to Py_AddPendingCall.
Antoine Pitrou
2013-09-30
1
-25/+30
*
|
Issue #19095: SSLSocket.getpeercert() now raises ValueError when the SSL hand...
Antoine Pitrou
2013-09-29
1
-1/+5
*
|
Close #18990: remove root attribute from XMLPullParser
Nick Coghlan
2013-09-28
1
-3/+10
*
|
Close #19011: Add documentation on some of the non-standard Enum behavior.
Ethan Furman
2013-09-28
1
-0/+73
*
|
logging: added support for Unix domain sockets to SocketHandler and DatagramH...
Vinay Sajip
2013-09-27
2
-2/+8
*
|
Issue #18978: Update docs to reflect explicitly the ability to set the attrib...
Jason R. Coombs
2013-09-22
1
-0/+5
*
|
Close #18626: add a basic CLI for the inspect module
Nick Coghlan
2013-09-22
2
-1/+22
*
|
Avoid inconsistent use of 'finalizer'
Nick Coghlan
2013-09-22
1
-2/+2
*
|
Close #19047: weakref doc cleanups
Nick Coghlan
2013-09-22
2
-21/+47
*
|
merge with 3.3
Georg Brandl
2013-09-22
1
-73/+1
|
\
\
|
|
/
|
*
Closes #19043: remove detailed listing of versions from license files
Georg Brandl
2013-09-22
1
-71/+1
*
|
Correcting the mistake in 678e3c0d2d99
Senthil Kumaran
2013-09-19
1
-2/+2
|
\
\
|
|
/
|
*
Correcting the mistake in 14ba90816930
Senthil Kumaran
2013-09-19
1
-2/+2
*
|
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-18
1
-0/+8
|
\
\
|
|
/
|
*
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-18
1
-0/+8
|
|
\
|
|
*
Merge #14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-18
1
-0/+8
|
|
|
\
|
|
|
*
#14984: On POSIX, enforce permissions when reading default .netrc.
R David Murray
2013-09-18
1
-0/+8
*
|
|
|
Issue #17003: Unified the size argument names in the io module with common
Serhiy Storchaka
2013-09-16
1
-26/+26
*
|
|
|
One more markup fix.
Georg Brandl
2013-09-16
1
-1/+1
*
|
|
|
#1565525: Add traceback.clear_frames() helper function to clear locals ref'd ...
Andrew Kuchling
2013-09-15
2
-0/+15
*
|
|
|
Issue 18771: Make it possible to set the number linear probes at compile-time.
Raymond Hettinger
2013-09-15
1
-2/+9
*
|
|
|
Close #18989: enum members will no longer overwrite other attributes, nor be ...
Ethan Furman
2013-09-15
1
-0/+6
*
|
|
|
Expose --bind argument for http.server, enable http.server to bind to a user
Senthil Kumaran
2013-09-15
1
-0/+9
*
|
|
|
Fixup reST syntax errors and streamline docs of PEP 446.
Georg Brandl
2013-09-15
2
-17/+16
*
|
|
|
Close #18929: inspect.classify_class_attrs will now search the metaclasses (l...
Ethan Furman
2013-09-15
1
-2/+3
*
|
|
|
Address Terry's comments
Antoine Pitrou
2013-09-15
1
-2/+5
*
|
|
|
Issue #18937: Add an assertLogs() context manager to unittest.TestCase to ens...
Antoine Pitrou
2013-09-14
1
-0/+41
*
|
|
|
Issue #18955: clarify what is removed by importlib.util.module_for_loader.
Brett Cannon
2013-09-13
1
-3/+3
*
|
|
|
#18951: merge with 3.3.
Ezio Melotti
2013-09-13
1
-6/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#18951: use consistent names in unittest docs.
Ezio Melotti
2013-09-13
1
-6/+6
[next]