Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 798269: bug fix for doctest (sf bug id: 798254 | Raymond Hettinger | 2003-09-02 | 1 | -0/+1 |
| | | | | (Contributed by Alexander Belopolsky.) | ||||
* | SF patch #798534: Windows os.popen needlessly gets a reference to tuple () | Raymond Hettinger | 2003-09-01 | 1 | -0/+1 |
| | | | | | | (Contributed by Andrew Gaul.) Fixes a minor leak. | ||||
* | SF patch #798467: Update docstring of has_key for bool changes | Raymond Hettinger | 2003-09-01 | 1 | -0/+1 |
| | | | | (Contributed by George Yoshida.) | ||||
* | SF bug #795506: Wrong handling of string format code for float values. | Raymond Hettinger | 2003-08-27 | 1 | -0/+3 |
| | | | | | | Adding missing support for '%F'. Will backport to 2.3.1. | ||||
* | 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 |
| | | | | | | | which is a disaster on Windows. Restored the binary default of all previous releases. Also minor code cleanups. Bugfix candidate! | ||||
* | Improvements to set.py: | Raymond Hettinger | 2003-08-17 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | * Relaxed the argument restrictions for non-operator methods. They now allow any iterable instead of requiring a set. This makes the module a little easier to use and paves the way for an efficient C implementation which can take better advantage of iterable arguments while screening out immutables. * Deprecated Set.update() because it now duplicates Set.union_update() * Adapted the tests and docs to include the above changes. * Added more test coverage including testing identities and checking to make sure non-restartable generators work as arguments. Will backport to Py2.3.1 so that the interface remains consistent across versions. The deprecation of update() will be changed to a FutureWarning. | ||||
* | 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 |
| | | | | | | number. This accounts for the 2 refcount leaks per test_complex run Michael Hudson discovered (I figured only I would have the stomach to look for leaks in floating-point code <wink>). | ||||
* | [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 |
| | | | | | | | The default seed is time.time(). Multiplied by 256 before truncating so that fractional seconds are used. This way, two successive calls to random.seed() are much more likely to produce different sequences. | ||||
* | 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 |
| | | | | which can now take zero arguments. | ||||
* | 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 |
| | | | | by returning an empty list instead of raising a TypeError. | ||||
* | 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 |
| | | | | submitted by Bernard Herzog. Closes patch 779830. | ||||
* | 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 |
| | | | | | | | | The fix is confined to the Windows installer. Not a bugfix candidate: the need for the new -n switch added here was introduced by moving to the idlefork IDLE (so this change isn't needed or helpful before 2.3). | ||||
* | Added section for 2.3 final; moved IDLE news into it that I inserted in | Tim Peters | 2003-07-29 | 1 | -10/+37 |
| | | | | a wrong place over the weekend. | ||||
* | Gave the main NEWS file its own IDLE section, and populated it with a | Tim Peters | 2003-07-27 | 1 | -3/+13 |
| | | | | blurb about ZoneAlarm (etc) nags. | ||||
* | 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 |
| | | | | during the day tomorrow, so doing it earlier than I'd like. | ||||
* | Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. | Jack Jansen | 2003-07-23 | 1 | -0/+5 |
| | | | | | | This makes test_coercion pass on Panther. Also added a note to NEWS that pythonw works again (it was broken in rc1). | ||||
* | Change the zipimport implementation to accept files containing | Thomas Heller | 2003-07-22 | 1 | -0/+4 |
| | | | | | | | | | arbitrary bytes before the actual zip compatible archive. Zipfiles containing comments at the end of the file are still not supported. Add a testcase to test_zipimport, and update NEWS. This closes sf #775637 and sf #669036. | ||||
* | Windows fix: When PYTHONCASEOK is set, or for any other reason imports | Tim Peters | 2003-07-22 | 1 | -0/+3 |
| | | | | | | | | | | are satisfied in a case-insensitive manner, the attempt to import (the non-existent) fcntl gets satisfied by FCNTL.py instead, and the tempfile module defines a Unix-specific _set_cloexec() function in that case. As a result, temp files can't be created then (blows up with an AttributeError trying to reference fcntl.fcntl). This just popped up in the spambayes project, where there is no apparent workaround (which is why I'm pushing this in now). | ||||
* | 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 |
| | | | | | | New Plan (releases to be made off the head, ongoing random 2.4 stuff to be done on a short-lived branch, provided anyone is motivated enough to create one). | ||||
* | 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 |
| | | | | module had been compiled. It gives too many spurious warnings. | ||||
* | 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 |
| | | | | | | | | | | | | skip over functions with private names (as indicated by the underscore naming convention). The old default created too much of a risk that user tests were being skipped inadvertently. Note, this change could break code in the unlikely case that someone had intentionally put failing tests in the docstrings of private functions. The breakage is easily fixable by specifying the old behavior when calling testmod() or Tester(). The more likely case is that the silent failure was unintended and that the user needed to be informed so the test could be fixed. | ||||
* | Make close() identical to __del__() for a dumbdbm database. Make | Tim Peters | 2003-07-13 | 1 | -0/+3 |
| | | | | | | | closing idempotent (it used to raise a nuisance exception on the 2nd close attempt). Bugfix candidate? Probably, but arguable. | ||||
* | 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 |
| | | | | | | | | Related to SF patch 723231 (which pointed out the problem, but didn't fix it, just shut up the warning msg -- which was pointing out a dead- serious bug!). Bugfix candidate. |