| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Make temporary change of using _strptime for time.strptime permanent. | Brett Cannon | 2003-07-01 | 1 | -0/+3 |
|
|
* | SF bug 753592, websucker bug | Neal Norwitz | 2003-07-01 | 1 | -0/+2 |
|
|
* | Fix SF 762891: "del p[key]" on proxy object raises SystemError() | Raymond Hettinger | 2003-06-30 | 1 | -0/+33 |
|
|
* | Merge branch updates back into the main trunk | Raymond Hettinger | 2003-06-30 | 1 | -0/+40 |
|
|
* | Add several news items for changes I made since b1. | Jeremy Hylton | 2003-06-29 | 1 | -8/+36 |
|
|
* | Removed XXX comments about missing threading.py functions. | Tim Peters | 2003-06-29 | 1 | -4/+0 |
|
|
* | Added news about os.environ['PYTHONINSPECT'] = 'yes' | Barry Warsaw | 2003-06-29 | 1 | -0/+5 |
|
|
* | Typo repair. | Tim Peters | 2003-06-29 | 1 | -1/+1 |
|
|
* | Provide dummy (do-nothing) settrace() and setprofile() functions until | Tim Peters | 2003-06-29 | 1 | -0/+4 |
|
|
* | Filled in release date; repaired grammar in a news item. | Tim Peters | 2003-06-29 | 1 | -3/+3 |
|
|