summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* SF [#466125] PyLong_AsLongLong works for any integer.Tim Peters2001-09-302-0/+5
* Post-release fiddling (prep for 2.2b1).Tim Peters2001-09-281-0/+23
* Fixed a minor typo.Barry Warsaw2001-09-281-1/+1
* Merged changes from 22a4 branch.Barry Warsaw2001-09-281-0/+5
* Added note about new StringIO/cStringIO feature.Marc-André Lemburg2001-09-271-0/+5
* Separate out the type/class-related news and reword some items.Guido van Rossum2001-09-251-39/+63
* Make properties discoverable from Python:Tim Peters2001-09-241-0/+6
* Added a note about the new email package.Barry Warsaw2001-09-241-0/+4
* Generalize file.writelines() to allow iterable objects.Tim Peters2001-09-231-0/+2
* Make difflib.ndiff() and difflib.Differ.compare() generators. ThisTim Peters2001-09-221-2/+21
* Add note about __getattribute__.Guido van Rossum2001-09-221-0/+9
* {String,cString}IO.StringIO's support iteration.Barry Warsaw2001-09-221-0/+4
* Note about enhancements to unicode().Marc-André Lemburg2001-09-201-0/+6
* News about compiler and pydoc.Guido van Rossum2001-09-201-3/+9
* Patch #462849: Pass Unicode objects to file's .write method.Martin v. Löwis2001-09-191-0/+5
* Docs and News item for the codecs.py additions.Marc-André Lemburg2001-09-191-0/+4
* All the news that fits, we print.Guido van Rossum2001-09-181-4/+58
* Mention SMTP additions and hmac module.Guido van Rossum2001-09-141-0/+6
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-131-0/+5
* Added items about significant subclass bugfixes.Tim Peters2001-09-121-0/+10
* Add info about Windows filesystem limits.Tim Peters2001-09-111-1/+5
* Added Donovan Preston.Jack Jansen2001-09-111-0/+1
* Another contributor.Guido van Rossum2001-09-111-0/+1
* Another volunteer.Guido van Rossum2001-09-101-0/+1
* Generalize operator.indexOf (PySequence_Index) to work with anyTim Peters2001-09-081-0/+3
* The usual post-release fiddling.Tim Peters2001-09-081-0/+20
* Merging 2.2a3 branch changes back into trunkBarry Warsaw2001-09-071-8/+18
* Rename 'getset' to 'property'.Guido van Rossum2001-09-061-5/+5
* Added note of unittest.py changes that fixed bug 451309Steve Purcell2001-09-061-0/+4
* Report patch #416079 changes.Martin v. Löwis2001-09-061-0/+3
* Enable large file support on Win32 systems.Tim Peters2001-09-061-0/+6
* Rework the way we try to check for libm overflow, given that C99 no longerTim Peters2001-09-051-0/+7
* Change the date field to use $Date$ so it won't be outrageously out ofGuido van Rossum2001-09-051-1/+1
* Document -Q. Move arguments around to be in strict alphabeticalGuido van Rossum2001-09-051-25/+43
* Describe -E (which was added to 2.2a2).Guido van Rossum2001-09-051-0/+7
* Patch #428326: New class threading.Timer.Martin v. Löwis2001-09-051-0/+3
* Return reasonable results for math.log(long) and math.log10(long) (we wereTim Peters2001-09-051-0/+3
* At Guido's suggestion, here's a new C API function, PyObject_Dir(), likeTim Peters2001-09-041-1/+3
* Raise OverflowError when appropriate on long->float conversion. Most ofTim Peters2001-09-041-0/+12
* Rename the -D option to -Q, to avoid a Jython option name conflict.Guido van Rossum2001-09-041-5/+5
* New restriction on pow(x, y, z): If z is not None, x and y must be ofTim Peters2001-09-031-0/+6
* Make dir() wordier (see the new docstring). The new behavior is a mixedTim Peters2001-09-031-0/+17
* Clarify the Borland situation, based on email from Stephen.Tim Peters2001-09-021-3/+5
* Add news about dictionary() constructor.Guido van Rossum2001-09-021-0/+4
* An anonymous contributor reveals his name...Guido van Rossum2001-09-021-0/+1
* Start items w/ "-" instead of "+" (consistency w/ earlier versions).Tim Peters2001-09-021-18/+17
* Add various and sundry news items -- most mine, one Barry's, oneGuido van Rossum2001-08-311-0/+44
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-3/+9
* Add news about GC API change. Explain how to upgrade extension modules.Neil Schemenauer2001-08-301-3/+16
* Add a new function imp.lock_held(), and use it to skip test_threaded_importTim Peters2001-08-301-0/+9