summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
|\
| * Fix no-op tests in importlib.Antoine Pitrou2011-12-301-0/+4
| |
* | Issue #12715: Add an optional symlinks argument to shutil functions ↵Antoine Pitrou2011-12-292-26/+294
| | | | | | | | | | | | | | | | | | (copyfile, copymode, copystat, copy, copy2). When that parameter is true, symlinks aren't dereferenced and the operation instead acts on the symlink itself (or creates one, if relevant). Patch by Hynek Schlawack.
* | Limit test scope to those platforms that can save the target filenames. ↵Jason R. Coombs2011-12-281-0/+17
| | | | | | | | Reference #11638.
* | don't fail if CLOEXEC doesn't existBenjamin Peterson2011-12-271-2/+3
| |
* | merge 3.2Benjamin Peterson2011-12-271-0/+1
|\ \ | |/
| * propgate error in other conditionsBenjamin Peterson2011-12-271-0/+1
| |
* | add a flags parameter to select.epollBenjamin Peterson2011-12-271-0/+2
| |
* | Ported some test cases from 2.7 for #11638Jason R. Coombs2011-12-261-2/+21
| |
* | Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
|\ \ | |/ | | | | dropped connections in case of simultaneous connection requests.
| * Issue #13565: Increase multiprocessing's server socket backlog, to avoidCharles-François Natali2011-12-231-1/+1
| | | | | | | | dropped connections in case of simultaneous connection requests.
* | Issue #13577: Built-in methods and functions now have a __qualname__.Antoine Pitrou2011-12-231-1/+27
| | | | | | | | Patch by sbt.
* | merge from 3.2. Minor code style improvements in http.server suggested in ↵Senthil Kumaran2011-12-231-6/+3
|\ \ | |/ | | | | Issue13294.
| * Minor code style improvements in http.server suggested in Issue13294.Senthil Kumaran2011-12-231-6/+3
| |
* | Forgot the data file for Diffie-Hellman tests.Antoine Pitrou2011-12-221-0/+9
| |
* | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through theAntoine Pitrou2011-12-223-1/+34
| | | | | | | | SSLContext.load_dh_params() method and the ssl.OP_SINGLE_DH_USE option.
* | MergeMichael Foord2011-12-222-4/+22
|\ \ | |/
| * Metaclasses with metaclasses with a __dict__ descriptor can no longer ↵Michael Foord2011-12-222-4/+22
| | | | | | | | | | | | trigger code execution with inspect.getattr_static. Closes issue 11829.
* | Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-83/+43
|\ \ | |/
| * Use context managers in test_ssl to simplify test writing.Antoine Pitrou2011-12-211-68/+35
| |
* | Issue #13645: fix test_import failure when run immediately after test_coding.Antoine Pitrou2011-12-211-1/+2
|\ \ | |/
| * Issue #13645: fix test_import failure when run immediately after test_coding.Antoine Pitrou2011-12-211-1/+2
| |
* | Issue 13620 - Support chrome browser in webbrowser.py module.Senthil Kumaran2011-12-211-0/+17
| |
* | Issue #12708: Add starmap() and starmap_async() methods (similar to ↵Antoine Pitrou2011-12-213-3/+50
| | | | | | | | | | | | itertools.starmap()) to multiprocessing.Pool. Patch by Hynek Schlawack.
* | Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-213-38/+149
|\ \ | |/ | | | | Also fixes issue #13581: `help(type)` wouldn't display anything.
| * Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-213-38/+149
| | | | | | | | Also fixes issue #13581: `help(type)` wouldn't display anything.
* | Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.Antoine Pitrou2011-12-212-1/+3
| | | | | | | | (followup to issue #13627)
* | MergeAntoine Pitrou2011-12-201-11/+8
|\ \
| * \ Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't reallyCharles-François Natali2011-12-201-11/+8
| |\ \ | | |/ | | | | | | support multiprocessing.Event.
| | * Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't reallyCharles-François Natali2011-12-201-11/+8
| | | | | | | | | | | | support multiprocessing.Event.
* | | Issue #13637: "a2b" functions in the binascii module now accept ASCII-only ↵Antoine Pitrou2011-12-201-3/+31
|/ / | | | | | | unicode strings.
* | Fix for buggy testAntoine Pitrou2011-12-201-0/+1
| |
* | Issue #13634: Add support for querying and disabling SSL compression.Antoine Pitrou2011-12-203-0/+38
| |
* | (bug #8684) fix 'fedora without thread buildbot' as per ↵Giampaolo Rodola'2011-12-191-1/+4
| | | | | | | | http://bugs.python.org/issue8684
* | Issue #13627: Add support for SSL Elliptic Curve-based Diffie-HellmanAntoine Pitrou2011-12-193-1/+16
| | | | | | | | | | key exchange, through the SSLContext.set_ecdh_curve() method and the ssl.OP_SINGLE_ECDH_USE option.
* | Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-191-0/+65
|\ \ | |/ | | | | Patch by Philipp Hagemeister.
| * Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-191-0/+65
| | | | | | | | Patch by Philipp Hagemeister.
* | Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-191-1/+1
|\ \ | |/ | | | | failing.
| * Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-191-1/+1
| | | | | | | | failing.
* | (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames inVictor Stinner2011-12-191-3/+19
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | the Python traceback if Python is optimized. * delay the lookup of the size_t type, it is not available at startup * The second argument of the PyFrameObjectPtr constructor is optional, as done in other constructors * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns an empty tuple instead of None if Python is optimized * Fix py-bt and py-bt-full to handle correctly "optimized" frames * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx() if the pointer is optimized out in PyEval_EvalFrameEx()
| * Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-191-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | traceback if Python is optimized. * delay the lookup of the size_t type, it is not available at startup * The second argument of the PyFrameObjectPtr constructor is optional, as done in other constructors * iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns an empty tuple instead of None if Python is optimized * Fix py-bt and py-bt-full to handle correctly "optimized" frames * Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx() if the pointer is optimized out in PyEval_EvalFrameEx()
* | Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL serversAntoine Pitrou2011-12-192-1/+5
| | | | | | | | | | choose the cipher based on their own preferences, rather than on the client's.
* | Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix aCharles-François Natali2011-12-191-9/+21
|\ \ | |/ | | | | race condition).
| * Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix aCharles-François Natali2011-12-191-9/+21
| | | | | | | | race condition).
* | #13576: merge with 3.2.Ezio Melotti2011-12-192-0/+47
|\ \ | |/
| * #13576: add tests about the handling of (possibly broken) condcoms.Ezio Melotti2011-12-192-0/+47
| |
* | Merge 3.2Michael Foord2011-12-182-4/+11
|\ \ | |/
| * Fix inspect.getattr_static to work on modules (again).Michael Foord2011-12-182-4/+11
| | | | | | | | Closes issue 11813.
* | Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-182-0/+29
|\ \ | |/
| * Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-182-0/+30
| |