summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-0/+64
* - Issue #10181: New memoryview implementation fixes multiple ownershipStefan Krah2012-02-251-0/+56
* Issue #14040: Remove rarely used file name suffixes for C extensions (under P...Antoine Pitrou2012-02-201-0/+14
* merge with 3.2Sandro Tosi2012-02-191-3/+3
|\
| * don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@Sandro Tosi2012-02-191-3/+3
* | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...Florent Xicluna2012-02-131-0/+2
* | What's new typoAntoine Pitrou2012-02-121-1/+1
* | Add section on bz2 module to whatsnew/3.3.Nadeem Vawda2012-02-111-0/+22
* | Fix typo in whatsnew/3.3.Nadeem Vawda2012-02-111-1/+1
* | Backout f8409b3d6449: the PEP 410 is not accepted yetVictor Stinner2012-02-081-36/+0
* | PEP 410Victor Stinner2012-02-081-0/+36
* | What's New in 3.3: reorder modulesVictor Stinner2012-02-081-79/+79
* | What's New in 3.3: Fix time module docVictor Stinner2012-02-081-3/+3
* | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), toCharles-François Natali2012-02-061-1/+1
* | Issue #13734: Add os.fwalk(), a directory walking function yielding fileCharles-François Natali2012-02-051-0/+4
* | Small grammar fixes by Mark Summerfield.Georg Brandl2012-02-041-10/+10
* | Issue #13835: fixes to What's new 3.3; patch by July TikhonovSandro Tosi2012-01-221-3/+3
* | Close #10278: Add time.wallclock() function, monotonic clock.Victor Stinner2012-01-181-5/+7
* | merge with 3.2Sandro Tosi2012-01-141-1/+1
|\ \ | |/
| * remove 'Documenting Python' and its references, it's now on devguideSandro Tosi2012-01-141-1/+1
* | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode.Charles-François Natali2012-01-141-2/+3
* | Fix merge glitch in What's NewNick Coghlan2012-01-141-0/+1
* | Implement PEP 380 - 'yield from' (closes #11682)Nick Coghlan2012-01-131-1/+16
* | Issue #12760: Add a create mode to open(). Patch by David Townshend.Charles-François Natali2012-01-091-0/+9
* | Issue #12042: merge with 3.2Sandro Tosi2012-01-051-2/+2
|\ \ | |/
| * Issue #12042: a queue is only used to retrive results; preliminary patch by J...Sandro Tosi2012-01-051-2/+2
* | Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not intVictor Stinner2012-01-041-1/+1
* | Add whatsnew itemsAntoine Pitrou2011-12-231-0/+12
* | Issue #13597: Fix the documentation of the "-u" command-line option, and word...Antoine Pitrou2011-12-211-3/+7
|\ \ | |/
| * Issue #13597: Fix the documentation of the "-u" command-line option, and word...Antoine Pitrou2011-12-211-3/+7
* | Issue #13624: Write a specialized UTF-8 encoder to allow more optimizationVictor Stinner2011-12-181-1/+3
* | What's New in Python 3.3: complete the deprecation listVictor Stinner2011-12-171-0/+3
* | property -> staticmethodBenjamin Peterson2011-12-161-1/+1
* | improve abstract property support (closes #11610)Benjamin Peterson2011-12-151-0/+17
* | Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch...Giampaolo Rodola'2011-12-141-0/+6
* | Fix #8684: make sched.scheduler class thread-safeGiampaolo Rodola'2011-12-141-0/+4
* | Make PyUnicode_Copy() private => _PyUnicode_Copy()Victor Stinner2011-12-121-2/+2
* | What's New in Python 3.3: Add entry for lzma module (issue #6715).Nadeem Vawda2011-12-081-0/+10
* | What's New in Python 3.3: Add a Deprecated sectionVictor Stinner2011-12-081-3/+6
* | Merge fix for Issue #12666 from 3.2Jason R. Coombs2011-12-031-1/+9
|\ \ | |/
| * Issue #12666: Clarifying changes in map for Python 3Jason R. Coombs2011-08-011-1/+9
* | Mention hashable memoryviews, and reformat.Antoine Pitrou2011-11-291-13/+13
* | Add subheaders to make PEP 393 description clearerAntoine Pitrou2011-11-291-22/+28
* | Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-251-0/+5
* | TypoAntoine Pitrou2011-11-251-1/+1
* | Update What's new for PEP 3155Antoine Pitrou2011-11-251-0/+59
* | Add a "What's New" entry for #12170Petri Lehtinen2011-11-241-0/+7
* | fix wrong credit and issue id given in previous commitGiampaolo Rodola'2011-11-221-6/+6
* | Fix 13245:Giampaolo Rodola'2011-11-221-1/+16
* | What's new in Python 3.3: Rephrase PEP 393 docVictor Stinner2011-11-211-36/+43