| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed missing IMAP4_SSL_PORT | Piers Lauder | 2002-03-08 | 1 | -1/+2 |
|
|
* | SF bug 515943: searching for data with \0 in mmap. | Tim Peters | 2002-03-08 | 2 | -9/+30 |
|
|
* | Add entry for mac/libscrap.tex. | Fred Drake | 2002-03-08 | 1 | -1/+2 |
|
|
* | I started writing more documentation on the Scrap module at one point, but | Fred Drake | 2002-03-08 | 2 | -15/+43 |
|
|
* | add Content-Type header to error responses | Skip Montanaro | 2002-03-08 | 1 | -0/+1 |
|
|
* | add SSL class submitted by Tino Lange | Piers Lauder | 2002-03-08 | 2 | -4/+97 |
|
|
* | "Shortcut" should be "short-circuit". | Fred Drake | 2002-03-08 | 1 | -6/+7 |
|
|
* | add repr_str as alias for repr_string in both HTMLRepr and TextRepr classes | Skip Montanaro | 2002-03-07 | 1 | -0/+4 |
|
|
* | Guido pointed out that I was missing a couple decrefs. | Michael W. Hudson | 2002-03-07 | 1 | -1/+7 |
|
|
* | Regenerate. | Michael W. Hudson | 2002-03-07 | 1 | -273/+274 |
|
|
* | Apply Jack's patch attached to | Michael W. Hudson | 2002-03-07 | 2 | -5/+9 |
|
|
* | Test for | Michael W. Hudson | 2002-03-06 | 1 | -0/+12 |
|
|
* | Special support for pickling os.stat and os.stat_vfs results portably | Michael W. Hudson | 2002-03-06 | 2 | -0/+31 |
|
|
* | Apply (my) patch: | Michael W. Hudson | 2002-03-06 | 1 | -23/+76 |
|
|
* | Added missing version annotation for dict(). | Fred Drake | 2002-03-06 | 1 | -0/+2 |
|
|
* | CGStubLib wasn't weak-linked, fixed. 221 candidate. | Jack Jansen | 2002-03-05 | 1 | -0/+0 |
|
|
* | Set default value for readlines.sizehint to None. Change needed for 2.2.1 | Martin v. Löwis | 2002-03-05 | 1 | -1/+1 |
|
|
* | A fix & test for | Michael W. Hudson | 2002-03-05 | 2 | -1/+37 |
|
|
* | Add implementations for \textgreater and \textless, defined in (relatively) | Fred Drake | 2002-03-05 | 1 | -0/+2 |
|
|
* | Remove extra indenatation from sample interpreter session. | Fred Drake | 2002-03-05 | 1 | -11/+11 |
|
|
* | remove debug cruft | Steven M. Gava | 2002-03-05 | 1 | -6/+0 |
|
|
* | further work on new config system | Steven M. Gava | 2002-03-05 | 2 | -9/+23 |
|
|
* | add simple example of avoiding backtracking | Skip Montanaro | 2002-03-04 | 1 | -6/+22 |
|
|
* | Added ClipCGContextToRegion() from Quickdraw.h. | Just van Rossum | 2002-03-04 | 4 | -0/+30 |
|
|
* | Remove tp_print. | Martin v. Löwis | 2002-03-04 | 1 | -34/+1 |
|
|
* | Python no longer compiled on Windows, due to #include file confusion | Tim Peters | 2002-03-03 | 1 | -4/+5 |
|
|
* | Removed two unused imports. Closes patch #525225. | Barry Warsaw | 2002-03-03 | 1 | -4/+0 |
|
|
* | Patch #50002: Display line information for bad \x escapes: | Martin v. Löwis | 2002-03-03 | 5 | -17/+55 |
|
|
* | SF #506611, fix sys.setprofile(), sys.settrace() core dumps | Neal Norwitz | 2002-03-03 | 3 | -2/+12 |
|
|
* | OS/2 more program behaves like Win32 more | Andrew MacIntyre | 2002-03-03 | 1 | -1/+1 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -17/+702 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 1 | -6/+11 |
|
|
* | OS/2 EMX port changes (Modules part of patch #450267): | Andrew MacIntyre | 2002-03-03 | 11 | -11/+47 |
|
|
* | Added support for SyncCGContextOriginWithPort(). | Just van Rossum | 2002-03-02 | 4 | -0/+25 |
|
|
* | Whether platform malloc(0) returns NULL has nothing to do with whether | Tim Peters | 2002-03-02 | 3 | -14/+24 |
|
|
* | First work on making config changes dynamic, | Steven M. Gava | 2002-03-02 | 5 | -36/+56 |
|
|
* | For clarity, change _longobject to build directly from PyObject_VAR_HEAD | Tim Peters | 2002-03-02 | 1 | -3/+6 |
|
|
* | _PyLong_Copy(): was creating a copy of the absolute value, but should | Tim Peters | 2002-03-02 | 2 | -1/+2 |
|
|
* | Revert the last odd change to PyNumber_Long: the problem it was trying | Tim Peters | 2002-03-02 | 1 | -10/+2 |
|
|
* | Added PortableUnixMailbox to the __all__ variable, and in the __main__ | Barry Warsaw | 2002-03-01 | 1 | -2/+4 |
|
|
* | SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects | Guido van Rossum | 2002-03-01 | 4 | -4/+23 |
|
|
* | SF patch 517245 by Marc Recht. | Guido van Rossum | 2002-03-01 | 2 | -1/+2 |
|
|
* | Changes to what we do to modules that don't import, as | Michael W. Hudson | 2002-03-01 | 1 | -5/+5 |
|
|
* | Patch #524008: Fix portability bug on new POSIX hosts | Martin v. Löwis | 2002-03-01 | 1 | -1/+1 |
|
|
* | SF #517447, correct syntax error | Neal Norwitz | 2002-03-01 | 1 | -2/+1 |
|
|
* | Patch #523268, #522027: return enhanced tuples. | Martin v. Löwis | 2002-03-01 | 2 | -3/+6 |
|
|
* | Patch #523268, #522027: return enhanced tuples. | Martin v. Löwis | 2002-03-01 | 3 | -23/+114 |
|
|
* | Patch 520694: arraymodule.c improvements: | Martin v. Löwis | 2002-03-01 | 4 | -122/+491 |
|
|
* | Patch #520062: Support IPv6 with VC.NET. | Martin v. Löwis | 2002-03-01 | 3 | -0/+17 |
|
|
* | Cells are not VAR objects. | Jeremy Hylton | 2002-02-28 | 1 | -1/+1 |
|
|