Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.2 | Sandro Tosi | 2012-01-14 | 1 | -1/+1 |
|\ | |||||
| * | remove 'Documenting Python' and its references, it's now on devguide | Sandro Tosi | 2012-01-14 | 1 | -1/+1 |
| | | |||||
* | | Issue #12760: Refer to the new 'x' open mode as "exclusive creation" mode. | Charles-François Natali | 2012-01-14 | 1 | -2/+3 |
| | | |||||
* | | Fix merge glitch in What's New | Nick Coghlan | 2012-01-14 | 1 | -0/+1 |
| | | |||||
* | | Implement PEP 380 - 'yield from' (closes #11682) | Nick Coghlan | 2012-01-13 | 1 | -1/+16 |
| | | |||||
* | | Issue #12760: Add a create mode to open(). Patch by David Townshend. | Charles-François Natali | 2012-01-09 | 1 | -0/+9 |
| | | |||||
* | | Issue #12042: merge with 3.2 | Sandro Tosi | 2012-01-05 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Issue #12042: a queue is only used to retrive results; preliminary patch by ↵ | Sandro Tosi | 2012-01-05 | 1 | -2/+2 |
| | | | | | | | | Jordan Stadler | ||||
* | | Fix PyUnicode_Fill() doc: return type is Py_ssize_t, not int | Victor Stinner | 2012-01-04 | 1 | -1/+1 |
| | | |||||
* | | Add whatsnew items | Antoine Pitrou | 2011-12-23 | 1 | -0/+12 |
| | | |||||
* | | Issue #13597: Fix the documentation of the "-u" command-line option, and ↵ | Antoine Pitrou | 2011-12-21 | 1 | -3/+7 |
|\ \ | |/ | | | | | wording of "What's new in Python 3.0" about standard streams. | ||||
| * | Issue #13597: Fix the documentation of the "-u" command-line option, and ↵ | Antoine Pitrou | 2011-12-21 | 1 | -3/+7 |
| | | | | | | | | wording of "What's new in Python 3.0" about standard streams. | ||||
* | | Issue #13624: Write a specialized UTF-8 encoder to allow more optimization | Victor Stinner | 2011-12-18 | 1 | -1/+3 |
| | | | | | | | | The main bottleneck was the PyUnicode_READ() macro. | ||||
* | | What's New in Python 3.3: complete the deprecation list | Victor Stinner | 2011-12-17 | 1 | -0/+3 |
| | | | | | | | | Add also FIXMEs in unicodeobject.c | ||||
* | | property -> staticmethod | Benjamin Peterson | 2011-12-16 | 1 | -1/+1 |
| | | |||||
* | | improve abstract property support (closes #11610) | Benjamin Peterson | 2011-12-15 | 1 | -0/+17 |
| | | | | | | | | Thanks to Darren Dale for patch. | ||||
* | | Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the ↵ | Giampaolo Rodola' | 2011-12-14 | 1 | -0/+6 |
| | | | | | | | | scheduler can be used in non-blocking applications | ||||
* | | Fix #8684: make sched.scheduler class thread-safe | Giampaolo Rodola' | 2011-12-14 | 1 | -0/+4 |
| | | |||||
* | | Make PyUnicode_Copy() private => _PyUnicode_Copy() | Victor Stinner | 2011-12-12 | 1 | -2/+2 |
| | | | | | | | | | | | | Undocument the function. Make also decode_utf8_errors() as private (static). | ||||
* | | What's New in Python 3.3: Add entry for lzma module (issue #6715). | Nadeem Vawda | 2011-12-08 | 1 | -0/+10 |
| | | |||||
* | | What's New in Python 3.3: Add a Deprecated section | Victor Stinner | 2011-12-08 | 1 | -3/+6 |
| | | |||||
* | | Merge fix for Issue #12666 from 3.2 | Jason R. Coombs | 2011-12-03 | 1 | -1/+9 |
|\ \ | |/ | |||||
| * | Issue #12666: Clarifying changes in map for Python 3 | Jason R. Coombs | 2011-08-01 | 1 | -1/+9 |
| | | |||||
* | | Mention hashable memoryviews, and reformat. | Antoine Pitrou | 2011-11-29 | 1 | -13/+13 |
| | | |||||
* | | Add subheaders to make PEP 393 description clearer | Antoine Pitrou | 2011-11-29 | 1 | -22/+28 |
| | | |||||
* | | Issue #12567: The curses module uses Unicode functions for Unicode arguments | Victor Stinner | 2011-11-25 | 1 | -0/+5 |
| | | | | | | | | | | when it is linked to the ncurses library. It encodes also Unicode strings to the locale encoding instead of UTF-8. | ||||
* | | Typo | Antoine Pitrou | 2011-11-25 | 1 | -1/+1 |
| | | |||||
* | | Update What's new for PEP 3155 | Antoine Pitrou | 2011-11-25 | 1 | -0/+59 |
| | | |||||
* | | Add a "What's New" entry for #12170 | Petri Lehtinen | 2011-11-24 | 1 | -0/+7 |
| | | |||||
* | | fix wrong credit and issue id given in previous commit | Giampaolo Rodola' | 2011-11-22 | 1 | -6/+6 |
| | | |||||
* | | Fix 13245: | Giampaolo Rodola' | 2011-11-22 | 1 | -1/+16 |
| | | | | | | | | | | | | | | sched.scheduler class constructor's timefunc and delayfunct parameters are now optional. scheduler.enter and scheduler.enterabs methods gained a new kwargs parameter. Patch contributed by Matt Mulsow. | ||||
* | | What's new in Python 3.3: Rephrase PEP 393 doc | Victor Stinner | 2011-11-21 | 1 | -36/+43 |
| | | |||||
* | | Document new and deprecated Unicode functions | Victor Stinner | 2011-11-20 | 1 | -11/+92 |
| | | |||||
* | | Add a couple other whatsnew items | Antoine Pitrou | 2011-11-17 | 1 | -2/+18 |
| | | |||||
* | | Add various items in whatsnew | Antoine Pitrou | 2011-11-17 | 1 | -1/+20 |
| | | |||||
* | | Remove XXX, as the functions and macros are mentioned in the porting section | Antoine Pitrou | 2011-11-17 | 1 | -2/+0 |
| | | |||||
* | | Explain concrete (resource consumption) effects of PEP 393 a bit. | Antoine Pitrou | 2011-11-17 | 1 | -5/+13 |
| | | |||||
* | | Be a bit less shy | Antoine Pitrou | 2011-11-17 | 1 | -1/+1 |
| | | |||||
* | | What's New in 3.3: Add a "Deprecated ..." section | Victor Stinner | 2011-11-15 | 1 | -5/+17 |
| | | |||||
* | | Issue #13374: The Windows bytes API has been deprecated in the os module. Use | Victor Stinner | 2011-11-15 | 1 | -0/+4 |
| | | | | | | | | | | Unicode filenames instead of bytes filenames to not depend on the ANSI code page anymore and to support any filename. | ||||
* | | Merge 3.2 | Éric Araujo | 2011-11-15 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix markup | Éric Araujo | 2011-11-14 | 1 | -2/+2 |
| | | |||||
* | | Fix a few typos | Éric Araujo | 2011-11-14 | 1 | -1/+1 |
| | | |||||
* | | Fix and deprecated the unicode_internal codec | Victor Stinner | 2011-11-10 | 1 | -0/+2 |
| | | | | | | | | | | | | unicode_internal codec uses Py_UNICODE instead of the real internal representation (PEP 393: Py_UCS1, Py_UCS2 or Py_UCS4) for backward compatibility. | ||||
* | | Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. | Charles-François Natali | 2011-11-10 | 1 | -0/+3 |
| | | |||||
* | | Fix the issue number of my cp65001 commit: 13247 => issue #13216 | Victor Stinner | 2011-10-26 | 1 | -1/+1 |
| | | |||||
* | | Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) | Victor Stinner | 2011-10-26 | 1 | -0/+5 |
| | | |||||
* | | Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to | Victor Stinner | 2011-10-25 | 1 | -0/+10 |
| | | | | | | | | | | the time module. time.clock_gettime(time.CLOCK_MONOTONIC) provides a monotonic clock | ||||
* | | Improve the porting section | Antoine Pitrou | 2011-10-23 | 1 | -6/+24 |
| | | |||||
* | | Improve / clean up the PEP 393 description | Antoine Pitrou | 2011-10-23 | 1 | -16/+20 |
| | |