summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SF Patch #661440: Refactor and streamline PyCFunction_CallRaymond Hettinger2003-01-041-31/+41
* Wrap doc strings in PyDoc_STRVAR. Fix .string docstring. Provide defaultMartin v. Löwis2003-01-041-3/+21
* Completed astimezone()'s correctness proof. This also proves we can getTim Peters2003-01-041-4/+53
* Convert Tcl path objects to strings. Fixes #661357.Martin v. Löwis2003-01-042-1/+70
* Remark about datetime tzinfo examples.Tim Peters2003-01-031-3/+6
* Replaced the flawed "local time" example tzinfo class with the gutsTim Peters2003-01-031-13/+39
* Grammatical fix in comment.Greg Ward2003-01-031-1/+1
* Grammatical fix: change possessive "it's" to "its".Greg Ward2003-01-031-3/+3
* Remove a list comprehension, because a loop over the listWalter Dörwald2003-01-031-2/+1
* Pass the strict argument from read() on to readfp(), so theWalter Dörwald2003-01-031-1/+1
* Use RUNSHARED for python invocations. Fixes #661408.Martin v. Löwis2003-01-031-2/+2
* Fix read_mime_types() so that it returns a dict as documented.Walter Dörwald2003-01-031-2/+2
* Allow PyFile_GetLine() to return Unicode objects. Fixes #660165.Martin v. Löwis2003-01-032-1/+26
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-031-1/+4
* Spread the blame (err, I mean credit) for ossaudiodev around a bit.Greg Ward2003-01-031-1/+1
* Mention ossaudiodev.Greg Ward2003-01-031-0/+5
* Fix SF #659228, 'realpath' function missing from os.pathNeal Norwitz2003-01-034-4/+8
* Write PEP 301 sectionAndrew M. Kuchling2003-01-031-2/+39
* Mention that imaplib now supports SSL -- this wasn't noted before.Guido van Rossum2003-01-031-0/+2
* 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