Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add some news for 2.1b2. I'd still like someone else to add news | Guido van Rossum | 2001-03-22 | 1 | -3/+55 | |
| | | | | | | | | about these packages: - distutils - xml | |||||
* | Added Gordon McMillan. He should've been in there ages ago. Thanks | Guido van Rossum | 2001-03-22 | 1 | -0/+1 | |
| | | | | Moshe for noticing! | |||||
* | Add section on 2.1b2. | Martin v. Löwis | 2001-03-21 | 1 | -0/+11 | |
| | | | | Report the addition of the Tix module. | |||||
* | Add some more info about pydoc. (Can you see I'm excited?) | Guido van Rossum | 2001-03-02 | 1 | -1/+6 | |
| | ||||||
* | Add big news item about nested scopes, __future__, and compile-time | Guido van Rossum | 2001-03-02 | 1 | -0/+36 | |
| | | | | warnings. | |||||
* | Itamar S.T. | Guido van Rossum | 2001-03-02 | 1 | -0/+1 | |
| | ||||||
* | ROSCOS change. | Guido van Rossum | 2001-03-02 | 1 | -0/+8 | |
| | ||||||
* | Dietmar Schwertberger; shuffled a bunch of Sch* names in alphabetical | Guido van Rossum | 2001-03-02 | 1 | -2/+3 | |
| | | | | order. | |||||
* | Added William Tanksley. | Tim Peters | 2001-03-02 | 1 | -0/+1 | |
| | ||||||
* | Thank Jason Tishler and Steven Majewski for their help in the Cygwin and | Tim Peters | 2001-03-01 | 1 | -2/+10 | |
| | | | | MacOS X ports. Change section header to beta 1. | |||||
* | Add Samuele Pedroni | Guido van Rossum | 2001-03-01 | 1 | -0/+1 | |
| | ||||||
* | Added blurbs about difflib, doctest and Windows import (PEP 235). | Tim Peters | 2001-03-01 | 1 | -4/+29 | |
| | ||||||
* | Mention pydoc | Andrew M. Kuchling | 2001-02-28 | 1 | -0/+7 | |
| | ||||||
* | Add Vladimir Marangozov's object allocator. It is disabled by default. This | Neil Schemenauer | 2001-02-27 | 1 | -0/+9 | |
| | | | | closes SF patch #401229. | |||||
* | Document XML changes. | Martin v. Löwis | 2001-02-27 | 1 | -0/+42 | |
| | ||||||
* | (py-parse-state): Teach python-mode how to scan code which follows | Barry Warsaw | 2001-02-24 | 1 | -3/+11 | |
| | | | | multi-line list comprehensions. | |||||
* | Mention the removal of soundex.c | Andrew M. Kuchling | 2001-02-22 | 1 | -0/+2 | |
| | ||||||
* | Add Donovan Baarda for fixing a tortuous zlibmodule bug (but aren't they all?) | Andrew M. Kuchling | 2001-02-21 | 1 | -0/+1 | |
| | ||||||
* | (py-execute-region): This one's easy... kill the temporary file's | Barry Warsaw | 2001-02-20 | 1 | -2/+4 | |
| | | | | buffer after executing its contents. | |||||
* | Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() | Tim Peters | 2001-02-19 | 1 | -0/+7 | |
| | | | | | do something non-useless on Win9X boxes. WinME unknown to me. Someone with NT/2000 make sure it still works there! | |||||
* | Fixed misspelling. | Tim Peters | 2001-02-18 | 1 | -1/+1 | |
| | ||||||
* | Bug #132921: None treated differently in cmp() / sort() in 2.1a2. | Tim Peters | 2001-02-18 | 1 | -0/+7 | |
| | | | | Just mentioning that in the NEWS file. | |||||
* | Remove outdated information. Merge now dead BeOS/README-readline. I'm not | Neil Schemenauer | 2001-02-16 | 1 | -25/+61 | |
| | | | | sure if that information is still relevant though. | |||||
* | Moved BeOS/README to Misc/BeOS-NOTES. | Neil Schemenauer | 2001-02-16 | 1 | -0/+93 | |
| | ||||||
* | Update for install-sh (SF #103717). | Neil Schemenauer | 2001-02-10 | 1 | -0/+1 | |
| | ||||||
* | Patches for AIX. Checked by Benjamin Collar. | Marc-André Lemburg | 2001-02-09 | 1 | -0/+1 | |
| | ||||||
* | SF bug #131225: sys.winver is still '2.0' in python 2.1a2. | Tim Peters | 2001-02-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | SF patch #103683: Alternative dll version resources. Changes similar to the patch. MarkH should review. File version and Product version text strings now 2.1a2. 64-bit file and product version numbers are now PY_MAJOR_VERSION, PY_MINOR_VERSION, messy, PYTHON_API_VERSION where messy = PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL Updated company name to "Digital Creations 2". Copyright now lists Guido; "C in a circle" symbol used instead of (C). Comments added so this is less likely to get flubbed again, and #if/#error guys added to trigger if the version number manipulations above overflow. | |||||
* | Fixed UnboundLocalError for nested scopes | Jeremy Hylton | 2001-02-05 | 1 | -0/+1 | |
| | ||||||
* | Fix binfmt_register documentation to always register the right magic. | Martin v. Löwis | 2001-02-04 | 1 | -1/+4 | |
| | ||||||
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -0/+11 | |
| | ||||||
* | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -10/+0 | |
| | ||||||
* | Clarify the news item about "from M import X" if "M is not a real | Guido van Rossum | 2001-02-03 | 1 | -3/+3 | |
| | | | | module" after a complaint from Tim. | |||||
* | Teach Windows build and installer about new _symtable module/DLL. | Tim Peters | 2001-02-02 | 1 | -1/+4 | |
| | ||||||
* | Fix spelling errors. | Jeremy Hylton | 2001-02-02 | 1 | -7/+12 | |
| | | | | | | Add note about _symtable. Add note that 'from ... import *' restriction may go away -- and move the whole entry closer to the top, because it might bite people. | |||||
* | Patch derived from Trent's 101162: a Python/C API testing framework. | Tim Peters | 2001-02-02 | 1 | -2/+11 | |
| | | | | STILL NEEDS UNIX BUILD CHANGES. | |||||
* | add info about Grant Edwards' raw packet support | Jeremy Hylton | 2001-02-02 | 2 | -0/+4 | |
| | ||||||
* | continue now allowed in try block | Jeremy Hylton | 2001-02-01 | 1 | -0/+4 | |
| | ||||||
* | Add item about nested scopes. | Jeremy Hylton | 2001-02-01 | 1 | -6/+39 | |
| | | | | | Revise item about restriction on 'from ... import *'. It was in the wrong section and the section restriction was removed. | |||||
* | Added comments about the weak reference support. | Fred Drake | 2001-02-01 | 1 | -0/+6 | |
| | ||||||
* | Change random.seed() so that it can get at the full range of possible | Tim Peters | 2001-02-01 | 1 | -0/+10 | |
| | | | | | | | | internal states. Put the old .seed() (which could only get at about the square root of the # of possibilities) under the new name .whseed(), for bit-level compatibility with older versions. This occurred to me while reviewing effbot's book (he found himself stumbling over .seed() more than once there ...). | |||||
* | Document the two changes to the mailbox.py module: | Barry Warsaw | 2001-01-31 | 1 | -0/+7 | |
| | | | | | | | | | | | | - All constructors grow an optional argument `factory' which is a callable used when new message instances are created by the next() methods. Defaults to the rfc822.Message class. - A new subclass of UnixMailbox is added, called PortableUnixMailbox. It's identical to UnixMailbox, but uses a more portable test for From_ delimiter lines. With PortableUnixMailbox, any line that starts with "From " is considered a delimiter (this should really check for two newlines before the F, but it doesn't. | |||||
* | Docs for new Windows zlib build procedure. | Tim Peters | 2001-01-31 | 1 | -1/+6 | |
| | ||||||
* | add note about two kinds of illegal imports that are now checked | Jeremy Hylton | 2001-01-30 | 1 | -0/+6 | |
| | ||||||
* | Added news of function comparison and hashing by identity | Moshe Zadka | 2001-01-29 | 1 | -0/+3 | |
| | ||||||
* | SF bug #130306: statcache.py full of thread problems. | Tim Peters | 2001-01-28 | 1 | -0/+1 | |
| | | | | Fixed the thread races. Function forget_dir was also utterly Unix-specific. | |||||
* | SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470 | Tim Peters | 2001-01-27 | 1 | -0/+1 | |
| | | | | | | | | SF patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103453&group_id=5470 PyMember_Set of T_CHAR always raises exception. Unfortunately, this is a use of a C API function that Python itself never makes, so there's no .py test I can check in to verify this stays fixed. But the fault in the code is obvious, and Dave Cole's patch just as obviously fixes it. | |||||
* | Added news about repr(string). | Tim Peters | 2001-01-27 | 1 | -0/+8 | |
| | ||||||
* | SF bug 130030: Claim of bad betavariate algorithm. | Tim Peters | 2001-01-26 | 1 | -1/+2 | |
| | ||||||
* | Fix bugs introduced by rewrite (in particular, time-based initialization | Tim Peters | 2001-01-25 | 1 | -5/+10 | |
| | | | | | | | got broken). Also added new method .jumpahead(N). This finally gives us a semi-decent answer to how Python's RNGs can be used safely and efficiently in multithreaded programs (although it requires the user to use the new machinery!). | |||||
* | Reworked random.py so that it no longer depends on, and offers all the | Tim Peters | 2001-01-25 | 1 | -0/+13 | |
| | | | | | | | | | | | functionality of, whrandom.py. Also closes all the "XXX" todos in random.py. New frequently-requested functions/methods getstate() and setstate(). All exported functions are now bound methods of a hidden instance. Killed all unintended exports. Updated the docs. FRED: The more I fiddle the docs, the less I understand the exact intended use of the \var, \code, \method tags. Please review critically. GUIDO: See email. I updated NEWS as if whrandom were deprecated; I think it should be. |