| Commit message (Expand) | Author | Age | Files | Lines |
* | Change NEWS entry for recent socket API change | Georg Brandl | 2006-03-22 | 1 | -1/+1 |
|
|
* | News about email 4.0. | Barry Warsaw | 2006-03-22 | 1 | -0/+8 |
|
|
* | moved older releases into HISTORY | Anthony Baxter | 2006-03-20 | 1 | -5287/+0 |
|
|
* | Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch... | Neal Norwitz | 2006-03-20 | 1 | -0/+2 |
|
|
* | SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated | Anthony Baxter | 2006-03-20 | 1 | -0/+3 |
|
|
* | Previously, Python code had no easy way to access the contents of a | Georg Brandl | 2006-03-18 | 1 | -0/+4 |
|
|
* | RFE #567972: Socket objects' family, type and proto properties are | Georg Brandl | 2006-03-17 | 1 | -0/+3 |
|
|
* | Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. | Neal Norwitz | 2006-03-16 | 1 | -1/+8 |
|
|
* | Add a news entry about the sre/re swap. | Neal Norwitz | 2006-03-16 | 1 | -0/+3 |
|
|
* | Merge the tim-obmalloc branch to the trunk. | Tim Peters | 2006-03-16 | 1 | -0/+12 |
|
|
* | Document the other change from patch #1359365. | Walter Dörwald | 2006-03-15 | 1 | -2/+4 |
|
|
* | SF patch #1359365: cStringIO.StringIO.isatty() will raise a ValueError | Walter Dörwald | 2006-03-15 | 1 | -0/+3 |
|
|
* | Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass | Walter Dörwald | 2006-03-15 | 1 | -0/+6 |
|
|
* | Bug #1448490: Fix a bug that ISO-2022 codecs could not handle | Hye-Shik Chang | 2006-03-13 | 1 | -0/+3 |
|
|
* | Add regrtest -w option. | Martin v. Löwis | 2006-03-10 | 1 | -0/+2 |
|
|
* | Update Unicode database to Unicode 4.1. | Martin v. Löwis | 2006-03-09 | 1 | -0/+4 |
|
|
* | Move entry to correct section. | Georg Brandl | 2006-03-09 | 1 | -3/+3 |
|
|
* | Patch #1446372: quit and exit can now be called from the interactive | Georg Brandl | 2006-03-09 | 1 | -0/+3 |
|
|
* | Patch #1434038: property() now uses the getter's docstring if there is | Georg Brandl | 2006-03-08 | 1 | -0/+4 |
|
|
* | Add note about PEP 357. | Guido van Rossum | 2006-03-07 | 1 | -0/+5 |
|
|
* | SF patch #1443865; gc.get_count() added and optional argument 'generation' | Barry Warsaw | 2006-03-07 | 1 | -1/+4 |
|
|
* | Add a note about the bug fixes | Neal Norwitz | 2006-03-07 | 1 | -0/+2 |
|
|
* | Import bdist_msi | Martin v. Löwis | 2006-03-05 | 1 | -0/+3 |
|
|
* | Remove test for timing (already not built since commented out in setup.py). | Neal Norwitz | 2006-03-04 | 1 | -0/+3 |
|
|
* | Remove duplicate entry | Neal Norwitz | 2006-03-02 | 1 | -3/+0 |
|
|
* | Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditional | Brett Cannon | 2006-03-01 | 1 | -0/+4 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -0/+5 |
|
|
* | Updates to the with-statement: | Guido van Rossum | 2006-02-28 | 1 | -0/+9 |
|
|
* | Its right now. | Tim Peters | 2006-02-28 | 1 | -3/+3 |
|
|
* | Note that as generates a warning too | Neal Norwitz | 2006-02-28 | 1 | -0/+2 |
|
|
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -1/+2 |
|
|
* | Wups, add NEWS item I'd written but not checked in. | Thomas Wouters | 2006-02-28 | 1 | -0/+6 |
|
|
* | Check the return code for PyErr_Warn() when warning about raising string | Brett Cannon | 2006-02-27 | 1 | -0/+4 |
|
|
* | Finish removal of CO_GENERATOR_ALLOWED. | Neal Norwitz | 2006-02-27 | 1 | -0/+3 |
|
|
* | PEP 343 -- the with-statement. | Guido van Rossum | 2006-02-27 | 1 | -0/+2 |
|
|
* | Skip over doc strings. | Martin v. Löwis | 2006-02-27 | 1 | -0/+2 |
|
|
* | Patch 1413181, by Gabriel Becedillas. | Tim Peters | 2006-02-27 | 1 | -0/+6 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2006-02-27 | 1 | -1/+1 |
|
|
* | Add an entry for 308 | Neal Norwitz | 2006-02-27 | 1 | -0/+2 |
|
|
* | Create _ast module. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Generate code to recursively copy an AST into | Martin v. Löwis | 2006-02-26 | 1 | -1/+3 |
|
|
* | - Patch 1433928: | Guido van Rossum | 2006-02-25 | 1 | -0/+8 |
|
|
* | Bug #854823: socketmodule now builds on Sun platforms even when | Georg Brandl | 2006-02-20 | 1 | -0/+3 |
|
|
* | Bug #1413790: zipfile now sanitizes absolute archive names that are | Georg Brandl | 2006-02-20 | 1 | -0/+6 |
|
|
* | Fix the encodings package codec search function to only search | Marc-André Lemburg | 2006-02-19 | 1 | -0/+6 |
|
|
* | Patch #1215184: FileInput now can be given an opening hook which can | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1212287: fileinput.input() now has a mode parameter for | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1215184: fileinput now has a fileno() function for getting the | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1349274: gettext.install() now optionally installs additional | Georg Brandl | 2006-02-19 | 1 | -0/+3 |
|
|
* | Patch #1337756: fileinput now accepts Unicode filenames. | Georg Brandl | 2006-02-19 | 1 | -0/+2 |
|
|