summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Document new and deprecated Unicode functionsVictor Stinner2011-11-201-11/+92
* | Add a couple other whatsnew itemsAntoine Pitrou2011-11-171-2/+18
* | Add various items in whatsnewAntoine Pitrou2011-11-171-1/+20
* | Remove XXX, as the functions and macros are mentioned in the porting sectionAntoine Pitrou2011-11-171-2/+0
* | Explain concrete (resource consumption) effects of PEP 393 a bit.Antoine Pitrou2011-11-171-5/+13
* | Be a bit less shyAntoine Pitrou2011-11-171-1/+1
* | What's New in 3.3: Add a "Deprecated ..." sectionVictor Stinner2011-11-151-5/+17
* | Issue #13374: The Windows bytes API has been deprecated in the os module. UseVictor Stinner2011-11-151-0/+4
* | Merge 3.2Éric Araujo2011-11-151-2/+2
|\ \ | |/
| * Fix markupÉric Araujo2011-11-141-2/+2
* | Fix a few typosÉric Araujo2011-11-141-1/+1
* | Fix and deprecated the unicode_internal codecVictor Stinner2011-11-101-0/+2
* | Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support.Charles-François Natali2011-11-101-0/+3
* | Fix the issue number of my cp65001 commit: 13247 => issue #13216Victor Stinner2011-10-261-1/+1
* | Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)Victor Stinner2011-10-261-0/+5
* | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants toVictor Stinner2011-10-251-0/+10
* | Improve the porting sectionAntoine Pitrou2011-10-231-6/+24
* | Improve / clean up the PEP 393 descriptionAntoine Pitrou2011-10-231-16/+20
* | Improve description of PEP 3151Antoine Pitrou2011-10-231-33/+38
* | Use ``...`` for string literals.Ezio Melotti2011-10-231-1/+1
* | Fix documentation formatting.Florent Xicluna2011-10-231-1/+1
* | Documentation typo.Florent Xicluna2011-10-231-1/+1
* | Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-231-0/+6
* | #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-211-0/+6