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
*
Merge
Michael Foord
2011-12-22
1
-0/+3
|
\
|
*
Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...
Michael Foord
2011-12-22
1
-0/+3
*
|
Docs and News update for Issue13620. Chrome support in webbrowser.py
Senthil Kumaran
2011-12-21
1
-0/+3
*
|
Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...
Antoine Pitrou
2011-12-21
2
-0/+4
*
|
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
1
-0/+2
|
\
\
|
|
/
|
*
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
1
-0/+2
*
|
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...
Antoine Pitrou
2011-12-20
1
-0/+3
*
|
Issue #13634: Add support for querying and disabling SSL compression.
Antoine Pitrou
2011-12-20
1
-0/+2
*
|
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
Antoine Pitrou
2011-12-19
1
-0/+4
*
|
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
Antoine Pitrou
2011-12-19
1
-0/+1
|
\
\
|
|
/
|
*
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
Antoine Pitrou
2011-12-19
1
-0/+1
*
|
(Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in
Victor Stinner
2011-12-19
1
-1/+4
|
\
\
|
|
/
|
*
Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
Victor Stinner
2011-12-19
1
-1/+7
*
|
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers
Antoine Pitrou
2011-12-19
1
-0/+4
*
|
Merge 3.2
Michael Foord
2011-12-18
1
-0/+3
|
\
\
|
|
/
|
*
Fix inspect.getattr_static to work on modules (again).
Michael Foord
2011-12-18
1
-0/+3
*
|
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
2
-0/+4
|
\
\
|
|
/
|
*
Merge
Antoine Pitrou
2011-12-18
1
-0/+3
|
|
\
|
|
*
Issue #11870: threading: Properly reinitialize threads internal locks and
Charles-François Natali
2011-12-18
1
-0/+3
|
*
|
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
2
-0/+4
|
|
/
*
|
Issue #11870: threading: Properly reinitialize threads internal locks and
Charles-François Natali
2011-12-18
1
-0/+3
*
|
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
Charles-François Natali
2011-12-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #8035: urllib: Fix a bug where the client could remain stuck after a
Charles-François Natali
2011-12-18
1
-0/+3
*
|
Issue #13522: document error return values of some float and complex C API fu...
Antoine Pitrou
2011-12-18
1
-0/+1
|
\
\
|
|
/
|
*
Issue #13522: document error return values of some float and complex C API fu...
Antoine Pitrou
2011-12-18
1
-0/+1
*
|
Issue #11231: Fix bytes and bytearray docstrings
Victor Stinner
2011-12-17
1
-0/+1
|
\
\
|
|
/
|
*
Issue #11231: Fix bytes and bytearray docstrings
Victor Stinner
2011-12-17
1
-0/+1
*
|
Issue #13530: Document os.lseek() result
Victor Stinner
2011-12-17
1
-0/+1
|
\
\
|
|
/
|
*
Issue #13530: Document os.lseek() result
Victor Stinner
2011-12-17
1
-0/+1
*
|
Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael
Charles-François Natali
2011-12-17
1
-0/+1
*
|
Issue #13560: os.strerror() now uses the current locale encoding instead of U...
Victor Stinner
2011-12-17
1
-0/+3
*
|
Issue #13560: Add PyUnicode_EncodeLocale()
Victor Stinner
2011-12-17
1
-2/+6
*
|
Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystem
Antoine Pitrou
2011-12-16
1
-0/+4
*
|
Issue #10350: Read and save errno before calling a function which might overw...
Antoine Pitrou
2011-12-16
1
-0/+3
|
\
\
|
|
/
|
*
Issue #10350: Read and save errno before calling a function which might overw...
Antoine Pitrou
2011-12-16
1
-0/+3
*
|
Add ACKS entry for 57f0af61da53.
Antoine Pitrou
2011-12-16
1
-0/+1
*
|
Issue #6695: Full garbage collection runs now clear the freelist of set objects.
Antoine Pitrou
2011-12-16
1
-0/+3
*
|
improve abstract property support (closes #11610)
Benjamin Peterson
2011-12-15
2
-0/+3
*
|
Fix OSError.__init__ and OSError.__new__ so that each of them can be
Antoine Pitrou
2011-12-15
1
-0/+3
*
|
Fix the fix for issue #12149: it was incorrect, although it had the side
Antoine Pitrou
2011-12-15
1
-0/+4
|
\
\
|
|
/
|
*
Fix the fix for issue #12149: it was incorrect, although it had the side
Antoine Pitrou
2011-12-15
1
-0/+4
*
|
Issue #13591: Moving the NEWS line to the right release.
Meador Inge
2011-12-15
1
-3/+3
|
\
\
|
|
/
|
*
Issue #13591: Moving the NEWS line to the right release.
Meador Inge
2011-12-15
1
-3/+3
*
|
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
1
-0/+3
|
\
\
|
|
/
|
*
Issue #13591: import_module potentially imports a module twice.
Meador Inge
2011-12-15
1
-0/+3
*
|
Issue #4625: Add NEWS entry.
Ned Deily
2011-12-14
1
-0/+4
|
\
\
|
|
/
|
*
Issue #4625: add NEWS entry.
Ned Deily
2011-12-14
1
-0/+4
*
|
Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...
Giampaolo Rodola'
2011-12-14
1
-1/+5
*
|
Fix #8684: make sched.scheduler class thread-safe
Giampaolo Rodola'
2011-12-14
1
-0/+3
*
|
Merge 3.2
Alexandre Vassalotti
2011-12-13
1
-0/+3
|
\
\
|
|
/
[next]