summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #1501122: mention __gt__ &co in description of comparison order.Georg Brandl2006-06-141-2/+6
* Bug #1339007: Shelf objects now don't raise an exception in theirGeorg Brandl2006-06-142-0/+6
* Classic class that defined ``def __coerce__(self, other): return other, self``Brett Cannon2006-06-132-0/+6
* Merge rev 46840 from trunk.Tim Peters2006-06-101-12/+6
* credit for SF patch #1303595Fred Drake2006-06-101-0/+1
* SF patch #1303595: improve description of __builtins__, explaining how itFred Drake2006-06-101-4/+14
* backport wording fixSkip Montanaro2006-06-101-1/+1
* Add build\\python.exe to the list of programs to be killed.Martin v. Löwis2006-06-101-1/+2
* Add missing implementation file.Martin v. Löwis2006-06-101-0/+56
* Add cygwin makefile.Martin v. Löwis2006-06-101-0/+6
* Add the new test from the #1503157 patch to the branch.Georg Brandl2006-06-101-0/+2
* Fix bug introduced in rev. 46807 where variable was not declared at top of bl...Brett Cannon2006-06-091-1/+2
* Backport of fix of bug #532646 for new-style classes.Brett Cannon2006-06-093-0/+23
* [Bug #1472827] Correctly escape newlines and tabs in attribute values in saxu...Andrew M. Kuchling2006-06-093-2/+11
* Check for error on module creationAndrew M. Kuchling2006-06-091-0/+2
* Backport of endianness fix for argvemulatorRonald Oussoren2006-06-081-57/+33
* Backport change to binascii.hexlify() to use s# for its arguments instead of t#Brett Cannon2006-06-082-1/+4
* Argh. "integer" is a very confusing word ;)Georg Brandl2006-06-081-2/+2
* Bug #1502728: Correctly link against librt library on HP-UX.Georg Brandl2006-06-082-1/+3
* Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds ...Georg Brandl2006-06-081-2/+2
* Clarify docs for bf_getcharbuffer.Brett Cannon2006-06-072-6/+12
* - Bug #1493322: bsddb: the __len__ method of a DB object has been fixed toGregory P. Smith2006-06-062-3/+24
* Fix possible buffer overflow on Windows when reading code page.Brett Cannon2006-06-052-1/+4
* [Bug #1470026] Include link to list of classifiers; remove use of Trove nameAndrew M. Kuchling2006-06-051-2/+2
* Don't crash on Py_UNICODE values < 0. Fixes #1454485.Martin v. Löwis2006-06-052-1/+5
* (Backport from trunk) Fix a potentially invalid memory access ofHye-Shik Chang2006-06-052-1/+4
* fix potential use of uninitialized char ** to construct a list if log_archiveGregory P. Smith2006-06-051-1/+4
* Bug #1500293: fix memory leaks in _subprocess module.Georg Brandl2006-06-042-8/+15
* [Bug #1497414] _self is a reserved word in the WATCOM 10.6 C compiler.Andrew M. Kuchling2006-06-031-15/+15
* [Bug #1441864] Clarify description of 'data' argumentAndrew M. Kuchling2006-06-031-5/+7
* [Bug #1475554] Strengthen text to say 'must' instead of 'should'Andrew M. Kuchling2006-06-031-2/+2
* [Bug #1472084] Fix description of do_tagAndrew M. Kuchling2006-06-031-2/+3
* Backport of 46608: Port to OpenBSD 3.9.Martin v. Löwis2006-06-033-5/+35
* Clarify wording about how default values in strptime() are used.Brett Cannon2006-05-311-1/+2
* Remove various dependencies on dictionary order in the standard libraryArmin Rigo2006-05-288-16/+24
* minor markup nitsGeorge Yoshida2006-05-271-1/+2
* Patch #1492218: document None being a constant.Georg Brandl2006-05-261-2/+6
* Code tried to modify a tuple, convert to list before doing that (backport fromRonald Oussoren2006-05-261-0/+1
* backport of byteorder issues in applesingleRonald Oussoren2006-05-261-2/+2
* fix broken links in PDFFred Drake2006-05-252-3/+22
* - markup fixGeorge Yoshida2006-05-202-4/+5
* Backport of 46010Martin v. Löwis2006-05-165-10/+17
* Backport: Patch #1488312, Fix memory alignment problem on SPARC in unicode.Neal Norwitz2006-05-153-1/+4
* Add \exception markupGeorge Yoshida2006-05-131-2/+2
* Duplicated description about the illegal continue usage can be found in nearl...George Yoshida2006-05-121-5/+2
* Grammar fix(backport r45965)George Yoshida2006-05-111-2/+2
* Fix two small errors in argument lists.Georg Brandl2006-05-101-3/+3
* Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garba...Georg Brandl2006-05-101-0/+3
* Bug #1485447: subprocess: document that the "cwd" parameter isn't used to fin...Georg Brandl2006-05-101-6/+9
* Document C++ as a build requirement.Martin v. Löwis2006-05-101-0/+7