| Commit message (Expand) | Author | Age | Files | Lines |
* | Double-fix of crash in Unicode freelist handling. | Jeremy Hylton | 2003-09-16 | 1 | -0/+5 |
|
|
* | SF #662923 | Raymond Hettinger | 2003-09-12 | 1 | -0/+4 |
|
|
* | select.select() now accepts a sequence (as defined by PySequence_Fast()) for | Brett Cannon | 2003-09-10 | 1 | -0/+2 |
|
|
* | mention new module doc display feature of pydoc in libref and NEWS | Skip Montanaro | 2003-09-10 | 1 | -0/+5 |
|
|
* | SF bug 801631: file.truncate fault on windows. | Tim Peters | 2003-09-07 | 1 | -0/+4 |
|
|
* | **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. | Skip Montanaro | 2003-09-06 | 1 | -0/+3 |
|
|
* | NEWS about email package 794466 patch. | Barry Warsaw | 2003-09-03 | 1 | -1/+2 |
|
|
* | Document the Pynche patch. | Barry Warsaw | 2003-09-03 | 1 | -0/+3 |
|
|
* | SF bug #795506: Wrong handling of string format code for float values. | Raymond Hettinger | 2003-08-27 | 1 | -0/+3 |
|
|
* | Added doubled word warnings. | Raymond Hettinger | 2003-08-25 | 1 | -0/+2 |
|
|
* | Describe the fix to the email package. | Barry Warsaw | 2003-08-19 | 1 | -0/+3 |
|
|
* | This started opening files in text mode by default in the 2.3 release, | Tim Peters | 2003-08-18 | 1 | -0/+6 |
|
|
* | Improvements to set.py: | Raymond Hettinger | 2003-08-17 | 1 | -1/+4 |
|
|
* | Make sets.py compatible with Py2.2 | Raymond Hettinger | 2003-08-15 | 1 | -0/+2 |
|
|
* | complex_new(): This could leak when the argument was neither string nor | Tim Peters | 2003-08-15 | 1 | -0/+3 |
|
|
* | [Patch #739124] Add use_default_colors() to curses module | Andrew M. Kuchling | 2003-08-13 | 1 | -0/+2 |
|
|
* | SF bug #778964: bad seed in python 2.3 random | Raymond Hettinger | 2003-08-09 | 1 | -0/+4 |
|
|
* | SF bug #770485: cStringIO does not set closed attr | Raymond Hettinger | 2003-08-08 | 1 | -0/+2 |
|
|
* | Modified itertools.izip() to match the behavior of __builtin__.zip() | Raymond Hettinger | 2003-08-08 | 1 | -0/+3 |
|
|
* | Removed deprecated functions | Raymond Hettinger | 2003-08-05 | 1 | -1/+4 |
|
|
* | forgot to commit this - note about the signal module SIGRT(MIN,MAX) | Anthony Baxter | 2003-08-05 | 1 | -0/+2 |
|
|
* | Mention caching and better thread-safety for Lib/_strptime.py | Brett Cannon | 2003-08-05 | 1 | -0/+4 |
|
|
* | As discussed on python-dev, changed builtin.zip() to handle zero arguments | Raymond Hettinger | 2003-08-02 | 1 | -0/+3 |
|
|
* | add skeletal "what's new" for 2.4a1 and mention a couple python-mode tweaks. | Skip Montanaro | 2003-08-01 | 1 | -0/+42 |
|
|
* | Fix typo. | Walter Dörwald | 2003-07-30 | 1 | -1/+1 |
|
|
* | Get rid of empty sections | Barry Warsaw | 2003-07-29 | 1 | -18/+0 |
|
|
* | SF bug 778400: IDLE hangs when selecting "Edit with IDLE". | Tim Peters | 2003-07-29 | 1 | -0/+5 |
|
|
* | Added section for 2.3 final; moved IDLE news into it that I inserted in | Tim Peters | 2003-07-29 | 1 | -10/+37 |
|
|
* | Gave the main NEWS file its own IDLE section, and populated it with a | Tim Peters | 2003-07-27 | 1 | -3/+13 |
|
|
* | Updated news for 2.3c2. | Barry Warsaw | 2003-07-25 | 1 | -1/+25 |
|
|
* | Update version numbers and dates for 2.3c2 -- we won't be able to do this | Tim Peters | 2003-07-24 | 1 | -1/+1 |
|
|
* | Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. | Jack Jansen | 2003-07-23 | 1 | -0/+5 |
|
|
* | Change the zipimport implementation to accept files containing | Thomas Heller | 2003-07-22 | 1 | -0/+4 |
|
|
* | Windows fix: When PYTHONCASEOK is set, or for any other reason imports | Tim Peters | 2003-07-22 | 1 | -0/+3 |
|
|
* | Added note about the pyexpat memory leak fix. | Fred Drake | 2003-07-21 | 1 | -0/+5 |
|
|
* | Merge 23c1-branch back into the head. Barry will send email about the | Tim Peters | 2003-07-21 | 1 | -2/+36 |
|
|
* | Minor typo | Barry Warsaw | 2003-07-20 | 1 | -2/+3 |
|
|
* | Oh, well. | Jeremy Hylton | 2003-07-18 | 1 | -2/+0 |
|
|
* | Forgot the release date. | Jeremy Hylton | 2003-07-18 | 1 | -0/+2 |
|
|
* | The rest of the news. | Jeremy Hylton | 2003-07-17 | 1 | -22/+87 |
|
|
* | Partial progress on NEWS. | Jeremy Hylton | 2003-07-17 | 1 | -11/+55 |
|
|
* | Remove code that tried to warn about shadowing builtin names after a | Neil Schemenauer | 2003-07-16 | 1 | -6/+0 |
|
|
* | Add mmap bugfix; typo and grammar fixes | Andrew M. Kuchling | 2003-07-16 | 1 | -3/+5 |
|
|
* | Doctest now examines all docstrings by default. Previously, it would | Raymond Hettinger | 2003-07-16 | 1 | -0/+9 |
|
|
* | Make close() identical to __del__() for a dumbdbm database. Make | Tim Peters | 2003-07-13 | 1 | -0/+3 |
|
|
* | Repaired typos in comments. | Tim Peters | 2003-07-13 | 1 | -1/+1 |
|
|
* | Fixed critical shutdown race in _Database._commit. | Tim Peters | 2003-07-13 | 1 | -0/+8 |
|
|
* | New function sys.getcheckinterval(), to complement setcheckinterval(). | Tim Peters | 2003-07-06 | 1 | -0/+3 |
|
|
* | An Anonymous Coward on c.l.py posted a little program with bizarre | Tim Peters | 2003-07-04 | 1 | -0/+11 |
|
|
* | Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel | Neal Norwitz | 2003-07-01 | 1 | -0/+3 |
|
|