summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Backport 1.8->1.9: Make the test pass for jython where there are noFinn Bock2002-11-061-3/+7
* Minor cleanups, markup.Fred Drake2002-11-051-2/+2
* Fix minor markup nits.Fred Drake2002-11-051-2/+2
* SF 633560: tokenize.__all__ needs "generate_tokens"Raymond Hettinger2002-11-051-1/+2
* Backport last checkin:Neal Norwitz2002-11-041-2/+4
* Update config.h to pyconfig.h and config.h.in to pyconfig.h.in.Fred Drake2002-11-041-4/+4
* Backport to 2.2: [Bug #570655] Fix misleading option textAndrew M. Kuchling2002-11-041-1/+1
* Support @euro modifiers. Fixes #554676.Martin v. Löwis2002-11-031-0/+9
* Fix SF #632864, Typo string instead of sting in LibDoc.Neal Norwitz2002-11-031-1/+1
* Fix SF # 518775, buffer object API description truncatedNeal Norwitz2002-11-031-0/+2
* Fix SF # 631066, running regrtest in user mode failsNeal Norwitz2002-11-031-1/+21
* Fix SF #618146, overflow error in calendar moduleNeal Norwitz2002-11-031-0/+5
* Update example for the type() function to use the currently acceptedFred Drake2002-11-011-2/+13
* Patch #631972: Adds an is_jython flag.Finn Bock2002-11-011-0/+2
* Add notes to the asctime() and ctime() descriptions to make itFred Drake2002-10-301-0/+2
* Added missing names to __all__.Raymond Hettinger2002-10-301-1/+1
* Patrick K. O'Brien noticed that kwlist was missing from __all__.Raymond Hettinger2002-10-301-1/+1
* Files used for MacPython 2.2.2 distribution.Jack Jansen2002-10-296-72/+55
* Added a few printfs in case of unexpected situations during application startup.Jack Jansen2002-10-292-5/+14
* Stop-gap to forestall test_email failing in MacPython: disable the line-endin...Jack Jansen2002-10-291-0/+3
* The previous patch needed a little massaging for 2.2.Jack Jansen2002-10-291-1/+1
* Fixed silly typo in previous fix. Needs to be ported forward.Jack Jansen2002-10-291-1/+4
* Chapter titles that get split over multiple lines in the typesetFred Drake2002-10-281-5/+3
* Clarify packages in tutorial. Closes SF bug #616211.Raymond Hettinger2002-10-261-0/+4
* Backport of 1.25:Jack Jansen2002-10-251-5/+1
* Backport of 1.5:Jack Jansen2002-10-251-0/+8
* - The "-" format flag overrides the "0" flag, not the "-" flag.Fred Drake2002-10-251-28/+43
* Correct the description of PyErr_Restore().Fred Drake2002-10-241-3/+3
* Relocate an index entry so named anchors are not generated in a section head.Fred Drake2002-10-241-1/+2
* Update an example to use the DOM implementation object. Explain thatFred Drake2002-10-241-8/+28
* Deal with a FAQ:Fred Drake2002-10-231-0/+22
* Moved description of _urlopener adjacent to the related functions.Fred Drake2002-10-221-18/+35
* Yes, we have moved past 2.2.2.Fred Drake2002-10-222-3/+3
* Work around the fact that "maint" alone is a symlink now.Fred Drake2002-10-221-0/+5
* Describe __path__ along with the rest of the package description.Fred Drake2002-10-221-1/+12
* Clarified the error cases and Unicode handling of PyString_AsString(),Fred Drake2002-10-221-8/+17
* Clarify what versions of Windows are supported, and add LinuxFred Drake2002-10-221-1/+1
* Fix markup for tilde in URL.Fred Drake2002-10-181-1/+1
* Fix reference to the Fetchmail FAQ:Fred Drake2002-10-181-6/+8
* Backport:Neal Norwitz2002-10-182-1/+17
* Fix markup for tilde in URL.Fred Drake2002-10-181-1/+1
* Added cross-references to related material on exceptions.Fred Drake2002-10-181-9/+13
* Added cross-references to related material on exceptions.Fred Drake2002-10-181-0/+3
* Backport Neal Norwitz's patch from revision 1.14:Fred Drake2002-10-181-1/+1
* Fix (real! :-) memory leaks in half_cmp and half_binop.Guido van Rossum2002-10-181-1/+4
* Sigh. That wasn't a memory leak, that was Guido committing beforeGuido van Rossum2002-10-181-5/+2
* Backport of 2.183:Guido van Rossum2002-10-181-2/+5
* Add new encoding for Ukrainian CyrillicNeal Norwitz2002-10-171-0/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-10-171-0/+54
* Document urldefrag().Fred Drake2002-10-161-0/+7