summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-241-1/+1
* Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX.Jack Jansen2003-07-231-0/+5
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-0/+4
* Windows fix: When PYTHONCASEOK is set, or for any other reason importsTim Peters2003-07-221-0/+3
* Added note about the pyexpat memory leak fix.Fred Drake2003-07-211-0/+5
* Merge 23c1-branch back into the head. Barry will send email about theTim Peters2003-07-211-2/+36
* Minor typoBarry Warsaw2003-07-201-2/+3
* Oh, well.Jeremy Hylton2003-07-181-2/+0
* Forgot the release date.Jeremy Hylton2003-07-181-0/+2
* The rest of the news.Jeremy Hylton2003-07-171-22/+87
* SF patch 764470Jeremy Hylton2003-07-171-0/+1
* Partial progress on NEWS.Jeremy Hylton2003-07-171-11/+55
* SF bug 770601.Jeremy Hylton2003-07-171-0/+1
* Remove code that tried to warn about shadowing builtin names after aNeil Schemenauer2003-07-161-6/+0
* Add mmap bugfix; typo and grammar fixesAndrew M. Kuchling2003-07-161-3/+5
* Doctest now examines all docstrings by default. Previously, it wouldRaymond Hettinger2003-07-161-0/+9
* Make close() identical to __del__() for a dumbdbm database. MakeTim Peters2003-07-131-0/+3
* Repaired typos in comments.Tim Peters2003-07-131-1/+1
* Fixed critical shutdown race in _Database._commit.Tim Peters2003-07-131-0/+8
* Update for new module and new builtin.Raymond Hettinger2003-07-121-0/+3
* New function sys.getcheckinterval(), to complement setcheckinterval().Tim Peters2003-07-061-0/+3
* An Anonymous Coward on c.l.py posted a little program with bizarreTim Peters2003-07-041-0/+11
* Correct documentation of check interval - it's 100 by default, not 10 anySkip Montanaro2003-07-021-1/+1
* Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancelNeal Norwitz2003-07-011-0/+3
* Make the classes exposed by threading.py new-style classes. This isTim Peters2003-07-011-0/+3
* Fix SF bug #763023, difflib.py: ratio() zero division not caughtNeal Norwitz2003-07-011-0/+3
* Make temporary change of using _strptime for time.strptime permanent.Brett Cannon2003-07-011-0/+3
* SF bug 753592, websucker bugNeal Norwitz2003-07-011-0/+2
* Fix SF 762891: "del p[key]" on proxy object raises SystemError()Raymond Hettinger2003-06-301-0/+33
* Merge branch updates back into the main trunkRaymond Hettinger2003-06-301-0/+40
* Add several news items for changes I made since b1.Jeremy Hylton2003-06-291-8/+36
* Removed XXX comments about missing threading.py functions.Tim Peters2003-06-291-4/+0
* Added news about os.environ['PYTHONINSPECT'] = 'yes'Barry Warsaw2003-06-291-0/+5
* Typo repair.Tim Peters2003-06-291-1/+1
* Provide dummy (do-nothing) settrace() and setprofile() functions untilTim Peters2003-06-291-0/+4
* Filled in release date; repaired grammar in a news item.Tim Peters2003-06-291-3/+3
* Some nifty doctest extensions from Jim Fulton, currently used in Zope3.Tim Peters2003-06-291-0/+15
* SF patch #760257: add socket.timeout exceptionRaymond Hettinger2003-06-291-0/+3
* Added Bob Halley for work on socket.timeoutRaymond Hettinger2003-06-291-0/+1
* Added Steven Taschuk for efforts fixing zipfile.pyRaymond Hettinger2003-06-281-0/+1
* SF patch #756996: Bare except in ZipFile.testzip()Raymond Hettinger2003-06-271-0/+4
* SF patch #761519: Fixes for bugs 760703 and 757821Raymond Hettinger2003-06-271-0/+3
* A hack to ease compatibility with pre-2.3 Pythons: by default, doctestTim Peters2003-06-271-0/+8
* 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn'tTim Peters2003-06-221-0/+2
* Remove short-circuitying grubbing by using last grubbed buffer. It'sKen Manheimer2003-06-171-9/+5
* SF Patch 569574 - enhancements to cgitb for plain text displaySkip Montanaro2003-06-171-0/+3
* SF #754014: list.index() should accept optional start, end argumentsRaymond Hettinger2003-06-171-0/+3
* Add item about new threading module functions.Jeremy Hylton2003-06-161-0/+5
* Added two mac items (pimp auto-update and OSA property access).Jack Jansen2003-06-161-0/+3
* mimetools.choose_boundary() news.Tim Peters2003-06-151-0/+4