summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* MergeMichael Foord2011-12-221-0/+3
|\
| * Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger...Michael Foord2011-12-221-0/+3
* | Docs and News update for Issue13620. Chrome support in webbrowser.pySenthil Kumaran2011-12-211-0/+3
* | Issue #12708: Add starmap() and starmap_async() methods (similar to itertools...Antoine Pitrou2011-12-212-0/+4
* | Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-211-0/+2
|\ \ | |/
| * Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-211-0/+2
* | Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...Antoine Pitrou2011-12-201-0/+3
* | 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
|\ \ | |/