summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #13645: pyc files now contain the size of the corresponding sourceAntoine Pitrou2012-01-131-0/+4
* Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-0/+4
* Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w...Antoine Pitrou2012-01-121-0/+3
* use full unicode mappings for upper/lower/title case (#12736)Benjamin Peterson2012-01-111-0/+2
* Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-091-0/+2
* Issue #13738: Simplify implementation of bytes.lower() and bytes.upper().Antoine Pitrou2012-01-081-0/+2
* Merge with 3.2 for #12364.Ross Lagerwall2012-01-081-0/+4
|\
| * Issue #12364: Fix a hang in concurrent.futures.ProcessPoolExecutor.Ross Lagerwall2012-01-081-0/+4
* | Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-0/+3
|\ \ | |/
| * Issue #13502: threading: Fix a race condition in Event.wait() that made itCharles-François Natali2012-01-071-0/+3
* | Issue #9993: When the source and destination are on different filesystems,Antoine Pitrou2012-01-061-0/+5
* | Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-0/+2
|\ \ | |/
| * Issue #12926: Fix a bug in tarfile's link extraction.Lars Gustäbel2012-01-051-0/+2
* | merge from 3.2Senthil Kumaran2012-01-041-0/+2
|\ \ | |/
| * Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-041-0/+2
* | Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-0/+3
|\ \ | |/
| * Issue #13636: Weak ciphers are now disabled by default in the ssl moduleAntoine Pitrou2012-01-031-0/+3
* | Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+3
|\ \ | |/
| * Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch byCharles-François Natali2012-01-021-0/+3
* | Issue #12715: Add an optional symlinks argument to shutil functions (copyfile...Antoine Pitrou2011-12-291-0/+5
* | add a flags parameter to select.epollBenjamin Peterson2011-12-271-0/+2
* | Issue #13577: Built-in methods and functions now have a __qualname__.Antoine Pitrou2011-12-231-0/+3
* | merge from 3.2. News update.Senthil Kumaran2011-12-231-0/+2
|\ \ | |/
| * News entry for Issue12798Senthil Kumaran2011-12-231-0/+2
* | Issue #13626: Add support for SSL Diffie-Hellman key exchange, through theAntoine Pitrou2011-12-221-0/+3
* | Merge with 3.2 for #11006.Ross Lagerwall2011-12-221-0/+2
|\ \ | |/
| * Issue #11006: Don't issue low level warning in subprocess when pipe2() fails.Ross Lagerwall2011-12-221-0/+2
* | 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-211-0/+3
* | 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
* | (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-181-0/+3
|\ \ | |/
| * 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-181-0/+3
| |/
* | 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 #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