6862 Commits (ad9c569825a2aa550a76cfb29fa23d80648be98e)

Author SHA1 Message Date
Meador Inge 3388060127 Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenNames indexes. 14 years ago
Benjamin Peterson d5890c8db5 add str.casefold() (closes #13752) 14 years ago
Meador Inge b0ae0ac668 Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. 14 years ago
Meador Inge f37c1989b1 Issue #13725: Add a NEWS entry. 14 years ago
Meador Inge 3f55e59282 Issue #13725: regrtest does not recognize -d flag. 14 years ago
Senthil Kumaran c5c5a14577 Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication. 14 years ago
Senthil Kumaran bcfe56d77c Issue13726 - Fix the ambiguous -S flag in regrtest. It is -o/--slow for printing the 10 slowest test. 14 years ago
Nick Coghlan 138f4656e3 Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 patch, and make the private CallMethod variants consistent with the public one 14 years ago
Antoine Pitrou fffbfbd397 Issue #13764: remove outdated script Misc/build.sh 14 years ago
Ross Lagerwall 66e2fb68ac Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor. 14 years ago
Charles-François Natali ded0348c08 Issue #13502: threading: Fix a race condition in Event.wait() that made it 14 years ago
Lars Gustäbel dee45e20f6 Issue #12926: Fix a bug in tarfile's link extraction. 14 years ago
Senthil Kumaran 6497aa3e00 Issue13696 - Fix 302 Redirection for Relative urls. 14 years ago
Antoine Pitrou 8f85f907e3 Issue #13636: Weak ciphers are now disabled by default in the ssl module 14 years ago
Charles-François Natali 366999a011 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by 14 years ago
Senthil Kumaran 83194f5b92 News entry for Issue12798 14 years ago
Ross Lagerwall 031bf95d32 Issue #11006: Don't issue low level warning in subprocess when pipe2() fails. 14 years ago
Michael Foord 3ba95f8bd9 Metaclasses with metaclasses with a __dict__ descriptor can no longer trigger code execution with inspect.getattr_static. 14 years ago
Antoine Pitrou 86a8a9ae98 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. 14 years ago
Antoine Pitrou 7ded21e917 Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. 14 years ago
Victor Stinner d208416a40 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python 14 years ago
Michael Foord a51623b160 Fix inspect.getattr_static to work on modules (again). 14 years ago
Antoine Pitrou 2bc801c4ea Issue #7502: Fix equality comparison for DocTestCase instances. 14 years ago
Charles-François Natali 6d5f9e73d9 Issue #11870: threading: Properly reinitialize threads internal locks and 14 years ago
Charles-François Natali cf53ae2171 Issue #8035: urllib: Fix a bug where the client could remain stuck after a 14 years ago
Antoine Pitrou 07b1c877b2 Issue #13522: document error return values of some float and complex C API functions. 14 years ago
Victor Stinner bb2e9c477d Issue #11231: Fix bytes and bytearray docstrings 14 years ago
Victor Stinner e83f899364 Issue #13530: Document os.lseek() result 14 years ago
Georg Brandl bc3b682923 Closes #13761: add a "flush" keyword argument to print(). 14 years ago
Antoine Pitrou 5136ac0ca2 Issue #13645: pyc files now contain the size of the corresponding source 14 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
Antoine Pitrou 3a5d4cb940 Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. 14 years ago
Benjamin Peterson b2bf01d824 use full unicode mappings for upper/lower/title case (#12736) 14 years ago
Charles-François Natali dc3044c704 Issue #12760: Add a create mode to open(). Patch by David Townshend. 14 years ago
Antoine Pitrou 94f6fa62bf Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). 14 years ago
Antoine Pitrou 0a08d7a095 Issue #9993: When the source and destination are on different filesystems, 14 years ago
Antoine Pitrou 78091e63d6 Issue #12715: Add an optional symlinks argument to shutil functions (copyfile, copymode, copystat, copy, copy2). 14 years ago
Benjamin Peterson 2fb9ae9dfc add a flags parameter to select.epoll 14 years ago
Antoine Pitrou 5b62942074 Issue #13577: Built-in methods and functions now have a __qualname__. 14 years ago
Antoine Pitrou 0e576f1f50 Issue #13626: Add support for SSL Diffie-Hellman key exchange, through the 14 years ago
Senthil Kumaran c90959947b Docs and News update for Issue13620. Chrome support in webbrowser.py 14 years ago
Antoine Pitrou de911b2915 Issue #12708: Add starmap() and starmap_async() methods (similar to itertools.starmap()) to multiprocessing.Pool. 14 years ago
Antoine Pitrou 0831676962 Issue #13637: "a2b" functions in the binascii module now accept ASCII-only unicode strings. 14 years ago
Antoine Pitrou 8abdb8abd8 Issue #13634: Add support for querying and disabling SSL compression. 14 years ago
Antoine Pitrou 923df6f22a Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman 14 years ago
Antoine Pitrou 6db4944cc5 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers 14 years ago
Charles-François Natali b055bf6acb Issue #11870: threading: Properly reinitialize threads internal locks and 14 years ago
Charles-François Natali 564a42c8de Issue #12809: Expose IP_TRANSPARENT in the socket module. Patch by Michael 14 years ago
Victor Stinner 1f33f2b0c3 Issue #13560: os.strerror() now uses the current locale encoding instead of UTF-8 14 years ago
Victor Stinner f2ea71fcc8 Issue #13560: Add PyUnicode_EncodeLocale() 14 years ago