summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* file_truncate(): provide full "large file" support on Windows, byTim Peters2002-03-114-39/+86
* Bugfix candidate.Guido van Rossum2002-03-111-0/+3
* mkalias() now also works for folders. Fixes bug #515830.Just van Rossum2002-03-101-3/+7
* Access the exception argument to see whether it starts with '500'.Martin v. Löwis2002-03-101-2/+2
* Bugfix candidate.Guido van Rossum2002-03-101-1/+1
* SF patch 499062: Minor typo in test_generators.py.Tim Peters2002-03-101-1/+1
* Patch #504224: add plan9 threads include to thread.c.Martin v. Löwis2002-03-091-0/+4
* Patch #494045: patches errno and stat to cope on plan9.Martin v. Löwis2002-03-092-16/+36
* Patch #494047: removes 64-bit ?: to cope on plan9.Martin v. Löwis2002-03-091-2/+10
* Patch #500136: Update Update ext build documentation. 2.2.1 candidate.Martin v. Löwis2002-03-094-190/+148
* Fix SF bug 525520.Jeremy Hylton2002-03-091-20/+34
* SF bug 525705: [2.2] underflow raise OverflowException.Tim Peters2002-03-093-4/+38
* Docstring for filter(): Someone on the Tutor list reasonably complainedTim Peters2002-03-091-5/+5
* Add more explanation of how data_files is used (esp. where the files end upFred Drake2002-03-081-2/+13
* Add fix for AIX as reported by srubben in SF bug #477487.Jeremy Hylton2002-03-081-1/+1
* Fix pyclbr test of httplib without really understanding pyclbr.Jeremy Hylton2002-03-081-1/+2
* Fix leak of NotImplemented in previous checkin to PyNumber_Add().Jeremy Hylton2002-03-081-4/+6
* Fix for SF bug 516727: MyInt(2) + "3" -> NotImplementedJeremy Hylton2002-03-081-4/+3
* SF bug report #405939: wrong Host header with proxyJeremy Hylton2002-03-081-3/+21
* [Bug #491820] Define two abstract methods to shut up Pychecker, and forAndrew M. Kuchling2002-03-081-0/+6
* [Bug #517554] When a signal happens during the select call inAndrew M. Kuchling2002-03-081-0/+1
* As part of fixing bug #523301, add a simple test of ConfigParser.write()Andrew M. Kuchling2002-03-082-0/+30
* [Bug #523301] ConfigParser.write() produces broken output for values thatAndrew M. Kuchling2002-03-081-2/+2
* [Bug #486527] Note that the caller has to ensure there are no controlAndrew M. Kuchling2002-03-081-2/+12
* [Bug #512799] urllib.splittype() returns a 2-tuple. (Reported by seb bacon)Andrew M. Kuchling2002-03-081-1/+1
* Fix SF bug #526518Jeremy Hylton2002-03-081-1/+1
* When testing for availability of pthreads without special compiler optionsJack Jansen2002-03-082-363/+367
* fixed missing IMAP4_SSL_PORTPiers Lauder2002-03-081-1/+2
* SF bug 515943: searching for data with \0 in mmap.Tim Peters2002-03-082-9/+30
* Add entry for mac/libscrap.tex.Fred Drake2002-03-081-1/+2
* I started writing more documentation on the Scrap module at one point, butFred Drake2002-03-082-15/+43
* add Content-Type header to error responsesSkip Montanaro2002-03-081-0/+1
* add SSL class submitted by Tino LangePiers Lauder2002-03-082-4/+97
* "Shortcut" should be "short-circuit".Fred Drake2002-03-081-6/+7
* add repr_str as alias for repr_string in both HTMLRepr and TextRepr classesSkip Montanaro2002-03-071-0/+4
* Guido pointed out that I was missing a couple decrefs.Michael W. Hudson2002-03-071-1/+7
* Regenerate.Michael W. Hudson2002-03-071-273/+274
* Apply Jack's patch attached toMichael W. Hudson2002-03-072-5/+9
* Test forMichael W. Hudson2002-03-061-0/+12
* Special support for pickling os.stat and os.stat_vfs results portablyMichael W. Hudson2002-03-062-0/+31
* Apply (my) patch:Michael W. Hudson2002-03-061-23/+76
* Added missing version annotation for dict().Fred Drake2002-03-061-0/+2
* CGStubLib wasn't weak-linked, fixed. 221 candidate.Jack Jansen2002-03-051-0/+0
* Set default value for readlines.sizehint to None. Change needed for 2.2.1Martin v. Löwis2002-03-051-1/+1
* A fix & test forMichael W. Hudson2002-03-052-1/+37
* Add implementations for \textgreater and \textless, defined in (relatively)Fred Drake2002-03-051-0/+2
* Remove extra indenatation from sample interpreter session.Fred Drake2002-03-051-11/+11
* remove debug cruftSteven M. Gava2002-03-051-6/+0
* further work on new config systemSteven M. Gava2002-03-052-9/+23
* add simple example of avoiding backtrackingSkip Montanaro2002-03-041-6/+22