summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Walter Dörwald2003-03-261-1/+1
* Frank Vercruesse gave an okay on removing the copyright notice:Jack Jansen2003-03-251-0/+1
* Added a Mac note that EasyDialogs dialogs now bring the application toJack Jansen2003-03-241-1/+3
* When Py_TRACE_REFS is defined, a list of all live objects is maintained inTim Peters2003-03-231-4/+13
* add several people involved with PEP 305 and the csv packageSkip Montanaro2003-03-201-0/+3
* announce csv packageSkip Montanaro2003-03-201-0/+2
* SF bug 705836: struct.pack of floats in non-native endian orderTim Peters2003-03-201-0/+8
* Fixed SF bug #663074. The codec system was using global staticGustavo Niemeyer2003-03-191-0/+5
* Renamed PyObject_GenericGetIter to PyObject_SelfIterRaymond Hettinger2003-03-171-1/+1
* Add Hye-Shik Chang for SF patch/bugreport #703471.Thomas Wouters2003-03-171-0/+1
* Created PyObject_GenericGetIter().Raymond Hettinger2003-03-171-0/+3
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-142-0/+4
* Take out my (long since disabled) POSIX signal mask handling code.Michael W. Hudson2003-03-131-3/+0
* Fix spelling.Raymond Hettinger2003-03-111-10/+10
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-091-0/+1
* SF 698520: Iterator for urllib.URLOpenerRaymond Hettinger2003-03-091-0/+3
* - The extended type structure used for heap types (new-styleGuido van Rossum2003-03-071-1/+3
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-061-0/+6
* Mention timeit.py.Guido van Rossum2003-03-061-0/+3
* Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize,Martin v. Löwis2003-03-051-0/+2
* Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandlerNeal Norwitz2003-03-031-0/+4
* Patch #683592 revisited, after discussions with MvL:Just van Rossum2003-03-031-7/+5
* py-pdbtrack-grub-for-buffer(): Rectified some logic errors iKen Manheimer2003-03-031-6/+18
* Fix bugMichael W. Hudson2003-03-031-0/+3
* Guard advancing past leading meta-comments.Ken Manheimer2003-03-031-4/+6
* Enhanced pdbtrack to provide for source code that's not findable byKen Manheimer2003-03-031-29/+105
* SF bug 693121: Set == non-Set is a TypeError.Tim Peters2003-03-021-5/+12
* - New function sys.exc_clear() clears the current exception. This isGuido van Rossum2003-03-011-0/+6
* Add news item for patch #695090Andrew M. Kuchling2003-02-281-0/+4
* Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resourceNeal Norwitz2003-02-281-1/+2
* Fix SF bug #690012Neal Norwitz2003-02-281-0/+2
* Added a note about EasyDialogs dialogs having become movable.Jack Jansen2003-02-271-0/+2
* Patch #683592: unicode support for os.listdir()Just van Rossum2003-02-251-1/+8
* note the demise of the dospath module (was actually in 2.3a2)Skip Montanaro2003-02-251-0/+3
* 2.3b1 patchesGuido van Rossum2003-02-241-2/+5
* Added a note about MacOS.WMAvailable().Jack Jansen2003-02-241-1/+2
* Deleting the 2.2 spec.Guido van Rossum2003-02-241-302/+0
* RPM spec file for 2.3a2, contributed by Sean Reifschneider.Guido van Rossum2003-02-241-0/+303
* Fix SF bug #691793, Python 2.3a2 build fails on Tru64Neal Norwitz2003-02-231-1/+2
* Fix SF bug #689659, 64-bit int and long hash keys incompatibleNeal Norwitz2003-02-231-1/+2
* User requested changes to the itertools module.Raymond Hettinger2003-02-231-1/+3
* Prepped for 2.3b1.Guido van Rossum2003-02-201-0/+57
* Match parentheses.Guido van Rossum2003-02-201-1/+1
* Merge in changes made to the 2.3a2 release.Guido van Rossum2003-02-201-2/+28
* fixed markupDavid Goodger2003-02-191-8/+13
* Update versions/dates for release of 2.3a2. Added some last-minute news.Guido van Rossum2003-02-191-8/+6
* Add a note about the recent PEP 293 changes.Walter Dörwald2003-02-191-0/+4
* - PyEval_GetFrame() is now declared to return a PyFrameObject *Guido van Rossum2003-02-191-0/+3
* - sys.path[0] (the directory from which the script is loaded) is nowGuido van Rossum2003-02-191-0/+4
* Added a note that MacOSX applets can no longer be run from a terminal window.Jack Jansen2003-02-181-1/+3