summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added ClipCGContextToRegion() from Quickdraw.h.Just van Rossum2002-03-044-0/+30
* Remove tp_print.Martin v. Löwis2002-03-041-34/+1
* Python no longer compiled on Windows, due to #include file confusionTim Peters2002-03-031-4/+5
* Removed two unused imports. Closes patch #525225.Barry Warsaw2002-03-031-4/+0
* Patch #50002: Display line information for bad \x escapes:Martin v. Löwis2002-03-035-17/+55
* SF #506611, fix sys.setprofile(), sys.settrace() core dumpsNeal Norwitz2002-03-033-2/+12
* OS/2 more program behaves like Win32 moreAndrew MacIntyre2002-03-031-1/+1
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-17/+702
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-031-6/+11
* OS/2 EMX port changes (Modules part of patch #450267):Andrew MacIntyre2002-03-0311-11/+47
* Added support for SyncCGContextOriginWithPort().Just van Rossum2002-03-024-0/+25
* Whether platform malloc(0) returns NULL has nothing to do with whetherTim Peters2002-03-023-14/+24
* First work on making config changes dynamic,Steven M. Gava2002-03-025-36/+56
* For clarity, change _longobject to build directly from PyObject_VAR_HEADTim Peters2002-03-021-3/+6
* _PyLong_Copy(): was creating a copy of the absolute value, but shouldTim Peters2002-03-022-1/+2
* Revert the last odd change to PyNumber_Long: the problem it was tryingTim Peters2002-03-021-10/+2
* Added PortableUnixMailbox to the __all__ variable, and in the __main__Barry Warsaw2002-03-011-2/+4
* SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjectsGuido van Rossum2002-03-014-4/+23
* SF patch 517245 by Marc Recht.Guido van Rossum2002-03-012-1/+2
* Changes to what we do to modules that don't import, asMichael W. Hudson2002-03-011-5/+5
* Patch #524008: Fix portability bug on new POSIX hostsMartin v. Löwis2002-03-011-1/+1
* SF #517447, correct syntax errorNeal Norwitz2002-03-011-2/+1
* Patch #523268, #522027: return enhanced tuples.Martin v. Löwis2002-03-012-3/+6
* Patch #523268, #522027: return enhanced tuples.Martin v. Löwis2002-03-013-23/+114
* Patch 520694: arraymodule.c improvements:Martin v. Löwis2002-03-014-122/+491
* Patch #520062: Support IPv6 with VC.NET.Martin v. Löwis2002-03-013-0/+17
* Cells are not VAR objects.Jeremy Hylton2002-02-281-1/+1