summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #13634: Add support for querying and disabling SSL compression.Antoine Pitrou2011-12-201-0/+2
* Issue #13627: Add support for SSL Elliptic Curve-based Diffie-HellmanAntoine Pitrou2011-12-191-0/+4
* Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-191-0/+1
|\
| * Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-191-0/+1
* | (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames inVictor Stinner2011-12-191-1/+4
|\ \ | |/
| * Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-1/+7
* | Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL serversAntoine Pitrou2011-12-191-0/+4
* | Merge 3.2Michael Foord2011-12-181-0/+3
|\ \ | |/
| * Fix inspect.getattr_static to work on modules (again).Michael Foord2011-12-181-0/+3
* | Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-182-0/+4
|\ \ | |/
| * MergeAntoine Pitrou2011-12-181-0/+3
| |\
| | * Issue #11870: threading: Properly reinitialize threads internal locks andCharles-François Natali2011-12-181-0/+3
| * | Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-182-0/+4
| |/
* | Issue #11870: threading: Properly reinitialize threads internal locks andCharles-François Natali2011-12-181-0/+3
* | Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-0/+3
|\ \ | |/
| * Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-0/+3
* | Issue #13522: document error return values of some float and complex C API fu...Antoine Pitrou2011-12-181-0/+1
|\ \ | |/
| * Issue #13522: document error return values of some float and complex C API fu...Antoine Pitrou2011-12-181-0/+1
* | Issue #11231: Fix bytes and bytearray docstringsVictor Stinner2011-12-171-0/+1
|\ \ | |/
| * Issue #11231: Fix bytes and bytearray docstringsVictor Stinner2011-12-171-0/+1
* | Issue #13530: Document os.lseek() resultVictor Stinner2011-12-171-0/+1
|\ \ | |/
| * Issue #13530: Document os.lseek() resultVictor Stinner2011-12-171-0/+1
* | Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by MichaelCharles-François Natali2011-12-171-0/+1
* | Issue #13560: os.strerror() now uses the current locale encoding instead of U...Victor Stinner2011-12-171-0/+3
* | Issue #13560: Add PyUnicode_EncodeLocale()Victor Stinner2011-12-171-2/+6
* | Issue #8373: The filesystem path of AF_UNIX sockets now uses the filesystemAntoine Pitrou2011-12-161-0/+4
* | Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-0/+3
|\ \ | |/
| * Issue #10350: Read and save errno before calling a function which might overw...Antoine Pitrou2011-12-161-0/+3
* | Add ACKS entry for 57f0af61da53.Antoine Pitrou2011-12-161-0/+1
* | Issue #6695: Full garbage collection runs now clear the freelist of set objects.Antoine Pitrou2011-12-161-0/+3
* | improve abstract property support (closes #11610)Benjamin Peterson2011-12-152-0/+3
* | Fix OSError.__init__ and OSError.__new__ so that each of them can beAntoine Pitrou2011-12-151-0/+3
* | Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-0/+4
|\ \ | |/
| * Fix the fix for issue #12149: it was incorrect, although it had the sideAntoine Pitrou2011-12-151-0/+4
* | Issue #13591: Moving the NEWS line to the right release.Meador Inge2011-12-151-3/+3
|\ \ | |/
| * Issue #13591: Moving the NEWS line to the right release.Meador Inge2011-12-151-3/+3
* | Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-151-0/+3
|\ \ | |/
| * Issue #13591: import_module potentially imports a module twice.Meador Inge2011-12-151-0/+3
* | Issue #4625: Add NEWS entry.Ned Deily2011-12-141-0/+4
|\ \ | |/
| * Issue #4625: add NEWS entry.Ned Deily2011-12-141-0/+4
* | Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...Giampaolo Rodola'2011-12-141-1/+5
* | Fix #8684: make sched.scheduler class thread-safeGiampaolo Rodola'2011-12-141-0/+3
* | Merge 3.2Alexandre Vassalotti2011-12-131-0/+3
|\ \ | |/
| * Issue #13505: Make pickling of bytes object compatible with Python 2.Alexandre Vassalotti2011-12-131-0/+3
* | merge headsBenjamin Peterson2011-12-101-0/+2
|\ \
| * | Issue #5689: Add support for lzma compression to the tarfile module.Lars Gustäbel2011-12-101-0/+2
* | | alias resource.error to OSErrorBenjamin Peterson2011-12-101-0/+2
|/ /
* | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn...Florent Xicluna2011-12-101-0/+5
* | (Merge 3.2) Issue #5905: time.strftime() is now using the locale encoding,Victor Stinner2011-12-091-0/+3
|\ \ | |/
| * Issue #5905: time.strftime() is now using the locale encoding, instead ofVictor Stinner2011-12-091-0/+3