summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added documentation on the ScrolledText module.Fred Drake2001-12-031-0/+37
* Oops! Forgot the value parameter.Andrew M. Kuchling2001-12-031-1/+1
* Add __delete__ method of propertiesAndrew M. Kuchling2001-12-031-1/+4
* posix_execve(), posix_spawnve(), posix_putenv():Tim Peters2001-12-031-6/+14
* Fix the final two issues in Armin Rigo's SF bug #488477: apply_slice()Guido van Rossum2001-12-031-4/+10
* unpack_iterable(): Add a missing DECREF in an error case. Reported byGuido van Rossum2001-12-032-0/+24
* removed some dead code.Just van Rossum2001-12-031-15/+0
* decode(), encode(): Accepting the minor optimizations from SF patchBarry Warsaw2001-12-031-6/+7
* function_call(): Remove a bogus (and I mean *really* bogus) call toGuido van Rossum2001-12-031-1/+0
* Add a scalar product to the example list comprehensions based on a suggestionFred Drake2001-12-031-0/+2
* LIBSUBDIRS: Add test/data so it gets installed and test_email.py canBarry Warsaw2001-12-031-2/+2
* Minor clarification of the zip() description, based on a comment sent toFred Drake2001-12-031-1/+1
* Make no assumption about how modules are built when referring to them; thisFred Drake2001-12-031-4/+3
* Re-word the intro slightly to avoid reader misunderstanding: strings are notFred Drake2001-12-031-30/+24
* Removed old and broken AE-based browser controller, use webbrowser.pyJust van Rossum2001-12-031-31/+11
* Clarify that the Python runtime may behave mysteriously when an exceptionFred Drake2001-12-031-4/+12
* Remove most references to __members__ and __methods__, leaving only one pairFred Drake2001-12-034-20/+10
* Convert to using string methods instead of the string module.Fred Drake2001-12-031-29/+25
* Add a test that makes sure unclosed entity references are handled consitently.Fred Drake2001-12-031-0/+6
* PyErr_Format() does not return a new reference; it always returns NULL.Fred Drake2001-12-031-7/+5
* Fix of SF bug #475877 (Mutable subtype instances are hashable).Guido van Rossum2001-12-033-3/+41
* _tryorder should always be a list, then the problem Jack had to fix inGuido van Rossum2001-12-031-5/+4
* New about super.Guido van Rossum2001-12-031-0/+15
* Missing comma in tuple initializer caused webbrowser.open() not to work atJack Jansen2001-12-031-1/+1
* Address SF patch #480716 as well as related issues.Guido van Rossum2001-12-032-18/+87
* Add Greg Chapman.Guido van Rossum2001-12-031-0/+1
* Add more inline documentation, as contributed in #487906.Martin v. Löwis2001-12-031-3/+8
* Clean up some material that is not part of the standard documentation.Fred Drake2001-12-031-43/+7
* PyString_FromFormatV, string_repr: document why these use sprintfTim Peters2001-12-031-5/+16
* Fix for SF bug #485678.Guido van Rossum2001-12-031-0/+6
* mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, toTim Peters2001-12-034-94/+78
* further work on new configuration system, specifically,Steven M. Gava2001-12-033-66/+110
* A system() lookalike that sends commands to ToolServer, by Daniel Brotsky. Th...Jack Jansen2001-12-031-0/+67
* Fix for SF bug #485678.Guido van Rossum2001-12-031-1/+1
* Changed logic for finding python home in Mac OS X framework Pythons.Jack Jansen2001-12-021-47/+45
* Added tests expected to be skipped on Mac OS X.Jack Jansen2001-12-021-0/+21
* Check for NULL return value of PyList_New (follow-up to patch #486743).Martin v. Löwis2001-12-021-0/+3
* Patch 487906: update inline docs.Martin v. Löwis2001-12-021-13/+21
* Another name.Fred Drake2001-12-021-0/+1
* Add reference to the "String Methods" section to make that informationFred Drake2001-12-021-0/+3
* Patch #487784: Support Unicode commands in popen3/4 handling on UNIX.Martin v. Löwis2001-12-021-1/+2
* Compute thread headers through shell expansion in configure.Martin v. Löwis2001-12-023-3/+18
* Patch #481718: Time module doc string changes.Martin v. Löwis2001-12-021-2/+4
* Patch #487275: windows-1251 charset alias.Martin v. Löwis2001-12-021-0/+2
* Patch #487275: Add windows-1251 charset alias.Martin v. Löwis2001-12-021-0/+1
* Patch #486743: remove bad INCREF, propagate exception in append_objects.Martin v. Löwis2001-12-021-6/+11
* Patch #487455: make types.StringTypes a tuple.Martin v. Löwis2001-12-021-2/+2
* Remove INET6 define. Use ENABLE_IPV6 instead.Martin v. Löwis2001-12-025-248/+236
* mywrite(): The test for trouble in PyOS_vsnprintf was wrong on bothTim Peters2001-12-021-3/+10
* When the number of bytes written to the malloc'ed buffer is largerGuido van Rossum2001-12-011-5/+5