summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qualify known Solaris versions related to the binutils breakage.Skip Montanaro2003-01-031-2/+5
* Add SSL support for imaplib; add empty PEP301 sectionAndrew M. Kuchling2003-01-031-0/+15
* update info about binutils 2.13 breakage on Solaris.Skip Montanaro2003-01-031-2/+2
* [Patch #658093 ] Documentation support for PEP 301Andrew M. Kuchling2003-01-031-3/+124
* [Patch #658094 ] PEP 301 implementationAndrew M. Kuchling2003-01-031-0/+293
* [Patch #658094] PEP 301 implementationAndrew M. Kuchling2003-01-031-1/+12
* Fix for bug #661136Just van Rossum2003-01-032-15/+22
* Add contributor.Raymond Hettinger2003-01-031-0/+1
* Remove debugging prints.Michael W. Hudson2003-01-031-2/+0
* SF patch 660559: Use METH_O and METH_NOARGS where possibleRaymond Hettinger2003-01-033-117/+70
* Fixed markup.David Goodger2003-01-031-8/+17
* Updated (2.3 OK now)David Goodger2003-01-031-6/+8
* Fix error in previous correction; thanks, Just!Andrew M. Kuchling2003-01-021-1/+0
* Jack complained that on test_crlf_separation() was failing on MacOS9Barry Warsaw2003-01-021-4/+4
* Fix PEP 302 description; bump version numberAndrew M. Kuchling2003-01-021-10/+17
* The tzinfo methods utcoffset() and dst() must return a timedelta objectTim Peters2003-01-025-77/+84
* Allow list sort's comparison function to explicitly be None. See SF patchSkip Montanaro2003-01-024-6/+34
* 1. Remove obsolete, incorrect comment on non-package installationKurt B. Kaiser2003-01-021-7/+3
* astimezone() internals: if utcoffset() returns a duration, complain ifTim Peters2003-01-024-14/+45
* Added a section to record datetime changes. There's apparently going toTim Peters2003-01-021-0/+5
* The astimezone() correctness proof endured much pain to prove whatTim Peters2003-01-021-70/+43
* Improve exception handling.Kurt B. Kaiser2003-01-023-3/+6
* There are two more copyright notices in the Windows world:Tim Peters2003-01-022-3/+3
* SF bug 661086: datetime.today() truncates microseconds.Tim Peters2003-01-021-7/+16
* Update the copyright year.Guido van Rossum2003-01-022-2/+2
* Another copyright update. (JvR: can you backport this to the 2.3a1Guido van Rossum2003-01-021-1/+1
* SF bug 660795: logging missing from Python 2.3a1 for Windows.Tim Peters2003-01-022-2/+13
* Add some version info for new methods and classNeal Norwitz2003-01-021-0/+3
* SF #660795Neal Norwitz2003-01-022-0/+975
* Fix an exampleAndrew M. Kuchling2003-01-021-2/+1
* Replaced imp.set_frozenmodules() cruft with proper zipimport support.Just van Rossum2003-01-021-43/+42
* Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident inJust van Rossum2003-01-022-5/+6
* EMX fork() emulation not good enough to cope with test_socketserverAndrew MacIntyre2003-01-021-2/+2
* OS/2 sockets do not support AF_UNIX, even though EMX headers define itAndrew MacIntyre2003-01-021-4/+4
* catch up with zipimport changes to std getpathp.cAndrew MacIntyre2003-01-021-3/+25
* bring structure closer to std config.c, whitespace normalisationAndrew MacIntyre2003-01-021-30/+44
* fix a merge mistake - readline not built by defaultAndrew MacIntyre2003-01-021-1/+1
* - documented Ellipsis, NotImplementedFred Drake2003-01-021-9/+20
* Add dependency info for the recently added lib/libconsts.tex.Fred Drake2003-01-021-0/+1
* Document that apply() is deprecated. See:Fred Drake2003-01-021-0/+3
* Completed astimezone's correctness proof. That doesn't mean it'sTim Peters2003-01-021-4/+51
* Clearing out old patch queue. Patch #558547, make SocketServer moreAnthony Baxter2003-01-021-1/+2
* Add byext.pyGuido van Rossum2003-01-021-0/+1
* A quicker astimezone() implementation, rehabilitating an earlierTim Peters2003-01-013-71/+199
* mention built-in constants.Skip Montanaro2003-01-011-2/+4
* process libconsts.texSkip Montanaro2003-01-011-0/+1
* new section - builtin constantsSkip Montanaro2003-01-011-0/+20
* add find-uname.pySkip Montanaro2003-01-011-0/+1
* Search for Unicode character names using regular expressions.Skip Montanaro2003-01-011-0/+40
* Split OPT make variable into OPT and BASECFLAGS. The latter contains thoseSkip Montanaro2003-01-015-1452/+748