summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Add note about assignment to __debug__ being an error.Jeremy Hylton2001-11-091-0/+4
* Patch #478654: Expose tk_chooseDirectory.Martin v. Löwis2001-11-071-0/+3
* News about OS/2 Visual Age C++ patches.Tim Peters2001-11-051-0/+3
* Finish SF patch 477059: __del__ on new classes vs. GC.Tim Peters2001-11-031-0/+5
* Improved error msg when a symbolic group name is redefined. Added docsTim Peters2001-11-031-0/+6
* Patch #471120: Improved doc strings and new wrappers.Martin v. Löwis2001-11-021-0/+5
* Move a name into correct position.Tim Peters2001-10-311-1/+1
* SF patch #474485: pydoc generates some bad html, from Rich Salz.Tim Peters2001-10-311-0/+1
* SF patch #474500: Make OS/2 locks work like posix locks, from MichaelTim Peters2001-10-311-0/+1
* SF bug #474077 2.2b1: Error compiling extns with BCCTim Peters2001-10-301-0/+1
* News and attribution for SF bug #473009.Guido van Rossum2001-10-302-0/+4
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-291-0/+3
* Add __del__ callbacks. They are too useful to leave out.Guido van Rossum2001-10-291-0/+3
* News about the socket type and the HP-UX port.Guido van Rossum2001-10-271-1/+8
* Updated this README to reality.Guido van Rossum2001-10-261-15/+6
* Some news.Guido van Rossum2001-10-261-1/+13
* Delete Makefile.pre.in (BDFL pronouncement)Andrew M. Kuchling2001-10-261-305/+0
* Generalize dictionary() to accept a sequence of 2-sequences. At theTim Peters2001-10-261-0/+9
* Fix two typos, one noted by Noah Spurrier in SF bug #475166, theGuido van Rossum2001-10-261-0/+1
* I went back and figured out the release date for Python 2.2a1.Barry Warsaw2001-10-251-0/+1
* Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)Guido van Rossum2001-10-251-0/+1
* Note updated RISCOS port. Remove reference in the 2.1 release notesGuido van Rossum2001-10-241-4/+8
* SF patch #474175 (Jay T Miller): file.readinto arg parsing bugGuido van Rossum2001-10-231-0/+1
* Doc and NEWS changes due to Jeremy adding traceback objects to gc.Tim Peters2001-10-231-0/+4
* Added two very tardy notes about the 2.2b1 release, fixed a typo.Fred Drake2001-10-221-1/+9
* Add curses-related news itemsAndrew M. Kuchling2001-10-221-0/+5
* Fix some typosAndrew M. Kuchling2001-10-221-4/+4
* Methods of built-in types now properly check for keyword argumentsGuido van Rossum2001-10-221-0/+4
* Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski)Guido van Rossum2001-10-201-0/+1
* The usual post-release fiddling.Tim Peters2001-10-191-0/+25
* Additional test and documentation for the unicode() changes.Marc-André Lemburg2001-10-191-1/+1
* Last minute updates for changes since 2.2a4. Unless Fred wants to addBarry Warsaw2001-10-191-2/+37
* Add entry for RAND_xxx() functions in socket module.Jeremy Hylton2001-10-191-0/+5
* Note the Unicode changes from SF patch #470578.Guido van Rossum2001-10-191-1/+9
* Another.Guido van Rossum2001-10-191-0/+1
* SF patch #460805 by Chris Gonnerman: Support for unsetenv()Guido van Rossum2001-10-191-8/+9
* SF patch #462296: Add attributes to os.stat results; by Nick Mathewson.Guido van Rossum2001-10-181-1/+11
* Note stricter tp_compare return value requirements.Guido van Rossum2001-10-181-0/+6
* Add a note about changes related to the weak reference objects.Fred Drake2001-10-181-0/+4
* SF bug #471720: ThreadingMixIn/TCPServer forgets closeGuido van Rossum2001-10-182-0/+4
* Fix SF bug #472234: type(obj) calls type->tp_init (Roeland Rengelink)Guido van Rossum2001-10-181-0/+1
* Expose setgroups. Fixes feature request #468116.Martin v. Löwis2001-10-181-1/+1
* SF patch #467430.Guido van Rossum2001-10-171-0/+1
* YAPC.Guido van Rossum2001-10-171-0/+1
* Add fix for getattr(obj, name, default). Rearrange a few things.Guido van Rossum2001-10-161-7/+14
* Partial patch from SF #452266, by Jason Petrone.Guido van Rossum2001-10-161-0/+9
* Add note about new zlib feature.Jeremy Hylton2001-10-161-1/+6
* Add Shane.Guido van Rossum2001-10-161-0/+1
* Reword the text on the demise of __dynamic__ somewhat, correcting aGuido van Rossum2001-10-161-4/+5
* Get rid of __defined__ and tp_defined -- there's no need toGuido van Rossum2001-10-151-9/+8