| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -0/+3 |
|
|
* | mention pymemcompat.h in Misc/README | Michael W. Hudson | 2003-08-11 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | delete the f1 key binding. py-help-at-point is still available @ C-c C-h. | Skip Montanaro | 2003-08-01 | 1 | -1/+0 |
|
|
* | make pending-delete/delete-selection mode work with py-electric-colon | Skip Montanaro | 2003-08-01 | 1 | -2/+4 |
|
|
* | tweak to py-fill-paragraph - problem noted by John Lee and correction | Skip Montanaro | 2003-07-31 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | SF patch 764470 | Jeremy Hylton | 2003-07-17 | 1 | -0/+1 |
|
|
* | Partial progress on NEWS. | Jeremy Hylton | 2003-07-17 | 1 | -11/+55 |
|
|
* | SF bug 770601. | Jeremy Hylton | 2003-07-17 | 1 | -0/+1 |
|
|
* | 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 |
|
|
* | Update for new module and new builtin. | Raymond Hettinger | 2003-07-12 | 1 | -0/+3 |
|
|
* | 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 |
|
|
* | Correct documentation of check interval - it's 100 by default, not 10 any | Skip Montanaro | 2003-07-02 | 1 | -1/+1 |
|
|
* | Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel | Neal Norwitz | 2003-07-01 | 1 | -0/+3 |
|
|
* | Make the classes exposed by threading.py new-style classes. This is | Tim Peters | 2003-07-01 | 1 | -0/+3 |
|
|
* | Fix SF bug #763023, difflib.py: ratio() zero division not caught | Neal Norwitz | 2003-07-01 | 1 | -0/+3 |
|
|