summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make PyNumber_Check() a bit more careful, since all sorts of thingsGuido van Rossum2003-02-181-0/+8
* Reword section about moving variables to os.path to match intent (orMichael W. Hudson2003-02-171-3/+4
* Patch 686397:Andrew MacIntyre2003-02-171-0/+6
* Added notes about pimp and bundlebuilder to the Mac section.Jack Jansen2003-02-161-0/+8
* - The audio driver tests (test_ossaudiodev.py andGuido van Rossum2003-02-141-0/+6
* Add SF reference to news item.Guido van Rossum2003-02-131-1/+1
* - Finally fixed the bug in compile() and exec where a string endingGuido van Rossum2003-02-131-0/+8
* SF patch #685738 by Michael Stone.Guido van Rossum2003-02-131-0/+6
* Provide access to the import lock, fixing SF bug #580952. This isGuido van Rossum2003-02-121-1/+7
* Issue a warning when int('0...', 0) returns an int with the signGuido van Rossum2003-02-121-1/+8
* SF #660455 : patch by NNorwitz.Guido van Rossum2003-02-121-0/+12
* Implement another useful feature for proxies: in super(X, x), x mayGuido van Rossum2003-02-121-0/+3
* SF #532767: isinstance(x, X) should work when x is a proxy for an XGuido van Rossum2003-02-121-0/+5
* Fix from SF #681367: inherit tp_as_buffer. This only applies to CGuido van Rossum2003-02-111-0/+4
* mention unicode file name support on OSXJust van Rossum2003-02-101-0/+4
* mention unicode support in compile, eval and execJust van Rossum2003-02-101-0/+3
* Fix SF bug #683467, 'int' ability to generate longs not inheritedNeal Norwitz2003-02-101-0/+3
* Add tests and news entry about parser errors from bug #678518.Neal Norwitz2003-02-101-0/+2
* Alphabetize some namesNeal Norwitz2003-02-101-2/+3
* Comparison for timedelta, time, date and datetime objects: __eq__ andTim Peters2003-02-071-1/+16
* Added a note about getting rid of macfs usage (MacPython).Jack Jansen2003-02-061-0/+4
* Clarify that __module__ applies to various type of functions.Guido van Rossum2003-02-061-6/+7
* Add news item about __module__ attribute on functions.Jeremy Hylton2003-02-061-0/+8
* Small function call optimization and special build option for call stats.Jeremy Hylton2003-02-051-0/+10
* [680789] Debug with long array takes foreverTim Peters2003-02-051-0/+3
* If a float is passed where a int is expected, issue a DeprecationWarningNeil Schemenauer2003-02-041-3/+4
* Fix typo.Walter Dörwald2003-02-031-1/+1
* - Thanks to Scott David Daniels, a subtle bug in how the zlibGuido van Rossum2003-02-032-0/+6
* brainoSkip Montanaro2003-02-031-2/+2
* add note about new db2pickle.py and pickle2db.py scriptsSkip Montanaro2003-02-031-2/+19
* Add some notes that got python to work on the snake farmNeal Norwitz2003-02-021-0/+16
* long(string, base) now takes time linear in len(string) when base is aTim Peters2003-02-021-0/+3
* There's no good reason for datetime objects to expose __getstate__()Tim Peters2003-02-011-2/+2
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-011-0/+3
* The various datetime object __setstate__() methods are no longer publicTim Peters2003-01-311-1/+6
* Patch #669198: Add cflags to RC compile.Thomas Heller2003-01-311-0/+3
* Fix SF bug# 676155, RuntimeWarning with tp_compareNeal Norwitz2003-01-281-0/+4
* Support socket timeout in SSL, by Geoff Talvola.Guido van Rossum2003-01-272-0/+4
* Moving pickletools.py from the sandbox into the std library. I startedTim Peters2003-01-271-2/+6
* Attempting to keep the Mac section of the NEWS file up-to-date, in steadJack Jansen2003-01-271-1/+5