| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time... | Victor Stinner | 2012-03-14 | 1 | -2/+1 |
|
|
* | What's New in Python 3.3: Repeat the dict lookup change in Porting section | Victor Stinner | 2012-03-13 | 1 | -0/+5 |
|
|
* | Fix doc of datetime.date*.*fromtimestamp() methods | Victor Stinner | 2012-03-13 | 1 | -0/+5 |
|
|
* | Close #14210: add command argument completion to pdb: complete file names, gl... | Georg Brandl | 2012-03-10 | 1 | -0/+8 |
|
|
* | Close #14248: fix typo. | Georg Brandl | 2012-03-10 | 1 | -1/+1 |
|
|
* | Issue #14205: Document the dict lookup change in What's New in Python 3.3 | Victor Stinner | 2012-03-09 | 1 | -0/+7 |
|
|
* | Add todo item about hash randomization. | Georg Brandl | 2012-03-07 | 1 | -0/+2 |
|
|
* | Add some simple examples to the PEP 380 section of What's New | Nick Coghlan | 2012-03-06 | 1 | -0/+47 |
|
|
* | Add PEP 414 to What's New, consolidate memoryview entries | Nick Coghlan | 2012-03-06 | 1 | -5/+20 |
|
|
* | Issue #14200: Add benchmark results to text flow. | Martin v. Löwis | 2012-03-06 | 1 | -13/+10 |
|
|
* | Issue #10181: Add warning that structure layouts in memoryobject.h and | Stefan Krah | 2012-02-29 | 1 | -0/+9 |
|
|
* | Add PyMemoryView_FromMemory() to whatsnew/3.3. | Stefan Krah | 2012-02-29 | 1 | -0/+4 |
|
|
* | Remove duplicate label. | Georg Brandl | 2012-02-26 | 1 | -2/+0 |
|
|
* | Close issue #6210: Implement PEP 409 | Nick Coghlan | 2012-02-26 | 1 | -0/+64 |
|
|
* | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -0/+56 |
|
|
* | Issue #14040: Remove rarely used file name suffixes for C extensions (under P... | Antoine Pitrou | 2012-02-20 | 1 | -0/+14 |
|
|
* | merge with 3.2 | Sandro Tosi | 2012-02-19 | 1 | -3/+3 |
|\ |
|
| * | don't split 'Hye-Shik Chang' name; thanks to Sergey from docs@ | Sandro Tosi | 2012-02-19 | 1 | -3/+3 |
|
|
* | | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ... | Florent Xicluna | 2012-02-13 | 1 | -0/+2 |
|
|
* | | What's new typo | Antoine Pitrou | 2012-02-12 | 1 | -1/+1 |
|
|
* | | Add section on bz2 module to whatsnew/3.3. | Nadeem Vawda | 2012-02-11 | 1 | -0/+22 |
|
|
* | | Fix typo in whatsnew/3.3. | Nadeem Vawda | 2012-02-11 | 1 | -1/+1 |
|
|
* | | Backout f8409b3d6449: the PEP 410 is not accepted yet | Victor Stinner | 2012-02-08 | 1 | -36/+0 |
|
|
* | | PEP 410 | Victor Stinner | 2012-02-08 | 1 | -0/+36 |
|
|
* | | What's New in 3.3: reorder modules | Victor Stinner | 2012-02-08 | 1 | -79/+79 |
|
|
* | | What's New in 3.3: Fix time module doc | Victor Stinner | 2012-02-08 | 1 | -3/+3 |
|
|
* | | Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to | Charles-François Natali | 2012-02-06 | 1 | -1/+1 |
|
|
* | | Issue #13734: Add os.fwalk(), a directory walking function yielding file | Charles-François Natali | 2012-02-05 | 1 | -0/+4 |
|
|
* | | Small grammar fixes by Mark Summerfield. | Georg Brandl | 2012-02-04 | 1 | -10/+10 |
|
|
* | | Issue #13835: fixes to What's new 3.3; patch by July Tikhonov | Sandro Tosi | 2012-01-22 | 1 | -3/+3 |
|
|
* | | Close #10278: Add time.wallclock() function, monotonic clock. | Victor Stinner | 2012-01-18 | 1 | -5/+7 |
|
|
* | | 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 J... | Sandro Tosi | 2012-01-05 | 1 | -2/+2 |
|
|
* | | 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 word... | Antoine Pitrou | 2011-12-21 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | Issue #13597: Fix the documentation of the "-u" command-line option, and word... | Antoine Pitrou | 2011-12-21 | 1 | -3/+7 |
|
|
* | | Issue #13624: Write a specialized UTF-8 encoder to allow more optimization | Victor Stinner | 2011-12-18 | 1 | -1/+3 |
|
|
* | | What's New in Python 3.3: complete the deprecation list | Victor Stinner | 2011-12-17 | 1 | -0/+3 |
|
|
* | | property -> staticmethod | Benjamin Peterson | 2011-12-16 | 1 | -1/+1 |
|
|
* | | improve abstract property support (closes #11610) | Benjamin Peterson | 2011-12-15 | 1 | -0/+17 |
|
|
* | | Fix #13449: add 'blocking' parameter to sched.scheduler.run() so that the sch... | Giampaolo Rodola' | 2011-12-14 | 1 | -0/+6 |
|
|
* | | 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 |
|
|