Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Improve description of PEP 3151 | Antoine Pitrou | 2011-10-23 | 1 | -33/+38 |
| | | |||||
* | | Use ``...`` for string literals. | Ezio Melotti | 2011-10-23 | 1 | -1/+1 |
| | | |||||
* | | Fix documentation formatting. | Florent Xicluna | 2011-10-23 | 1 | -1/+1 |
| | | |||||
* | | Documentation typo. | Florent Xicluna | 2011-10-23 | 1 | -1/+1 |
| | | |||||
* | | Issue #13201: equality for range objects is now based on equality of the ↵ | Mark Dickinson | 2011-10-23 | 1 | -0/+6 |
| | | | | | | | | underlying sequences. Thanks Sven Marnach for the patch. | ||||
* | | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -0/+6 |
| | | |||||
* | | merge | Raymond Hettinger | 2011-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue 12668: Fix wording in Whatsnew3.2 | Raymond Hettinger | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. | Senthil Kumaran | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore | Victor Stinner | 2011-10-18 | 1 | -0/+5 |
| | | | | | | | | | | error handlers on all Windows versions. The MBCS codec is now supporting all error handlers, instead of only replace to encode and ignore to decode. | ||||
* | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new ↵ | Senthil Kumaran | 2011-10-16 | 1 | -0/+10 |
| | | | | | | | | method arg. | ||||
* | | What's new in Python 3.3: document new functions of the os module | Victor Stinner | 2011-10-13 | 1 | -0/+73 |
| | | |||||
* | | What's New in Python 3.3: mention the PEP 3151 | Victor Stinner | 2011-10-12 | 1 | -0/+63 |
| | | |||||
* | | Merge whatsnew fixes with 3.2. | Ezio Melotti | 2011-10-09 | 1 | -7/+10 |
|\ \ | |/ | |||||
| * | Fix/improve markup in whatsnew/2.7. | Ezio Melotti | 2011-10-09 | 1 | -7/+10 |
| | | |||||
* | | Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias | Charles-François Natali | 2011-10-06 | 1 | -7/+14 |
| | | | | | | | | Fuchs, updated by Tiago Gonçalves. | ||||
* | | More info about PEP 393 in whatsnew and NEWS | Éric Araujo | 2011-10-04 | 1 | -5/+6 |
| | | |||||
* | | Minor updates to the whatsnew maintenance rules | Éric Araujo | 2011-10-04 | 1 | -5/+4 |
| | | |||||
* | | Update and reorganize the whatsnew entry for PEP 393. | Ezio Melotti | 2011-09-29 | 1 | -21/+42 |
| | | |||||
* | | Complete What's New in 3.3 about PEP 393 | Victor Stinner | 2011-09-29 | 1 | -0/+28 |
| | | |||||
* | | #13054: sys.maxunicode is now always 0x10FFFF. | Ezio Melotti | 2011-09-28 | 1 | -0/+11 |
| | | |||||
* | | Issue #1172711: Update What's New in Python 3.3 document for the array module. | Meador Inge | 2011-09-21 | 1 | -9/+9 |
| | | | | | | | | | | The commit fixes 3c56e546dc60, which documented #1172711 as a struct module change; it is an array module change. | ||||
* | | What's New in Python 3.3: add curses.unget_wch() | Victor Stinner | 2011-09-21 | 1 | -4/+8 |
| | |