summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added the iSilo documentation to the standard target for distribution filesFred Drake2001-12-121-1/+1
* Wrapped a long line.Fred Drake2001-12-121-3/+4
* Add a note about yield requiring a __future__ directive.Fred Drake2001-12-121-0/+10
* Document that isleap() returns exactly 1 or 0, which is guaranteed by theFred Drake2001-12-121-3/+4
* Very small test suite for the calendar module, mostly to check a constraintFred Drake2001-12-121-0/+34
* Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txtGuido van Rossum2001-12-111-2/+2
* Clean up a sad sentence in the yield description.Fred Drake2001-12-111-5/+5
* Fixed to the extend that it now builds in CW6, and actually worksJust van Rossum2001-12-112-48/+64
* Added -Qnew news about the test_coercion.py failure. That's the only testTim Peters2001-12-111-0/+4
* Document generators and the yield statement, avoiding implementation details.Fred Drake2001-12-112-1/+65
* Remove crufty whitespace in a block of index entries.Fred Drake2001-12-111-0/+1
* Joe VanAndel wrote:Marc-André Lemburg2001-12-111-1/+1
* float_floor_div: An expression like 3.//1j crashed the interpreter, orTim Peters2001-12-111-9/+12
* float_int_div(): For clarity, move this closer to the other floatTim Peters2001-12-111-16/+16
* A number of small adjustments.Fred Drake2001-12-111-4/+12
* Fiddle test_class so it passes with -Qnew.Tim Peters2001-12-111-5/+20
* Added discussion of protecting against screwing up the exception state inFred Drake2001-12-111-0/+48
* Fiddle test_augassign so it passes under -Qnew.Tim Peters2001-12-111-3/+10
* SF bug #491415 PyDict_UpdateFromSeq2() unusedTim Peters2001-12-114-30/+69
* Save a new version of the productionlist environment for safe-keeping; thisFred Drake2001-12-111-5/+22
* Ignore SIGXFSZ. Fixes #490453.Martin v. Löwis2001-12-111-0/+9
* Fix whitespace in example of bad indentation: a comment indicated that oneFred Drake2001-12-111-8/+8
* Updated for hfsplus module, new gusi libs.Jack Jansen2001-12-111-0/+0
* Added __members__ to FInfo object.Just van Rossum2001-12-111-0/+2
* When using GCC, use the right option to add a directory to the list of dirsFred Drake2001-12-111-1/+18
* Additional coverage tests by Neil Norwitz.Guido van Rossum2001-12-113-0/+87
* Regression test for SF bug #478534 -- exceptions could "leak" into a weakrefFred Drake2001-12-101-0/+25
* Make sure that when we invoke callback functions associated with weakFred Drake2001-12-101-20/+24
* Give xxsubtype a module docstring, so its oddball purpose is discoverableTim Peters2001-12-101-2/+8
* Skipping some tests by adding the usual jython conditional test around:Finn Bock2001-12-101-24/+27
* Update link to the SAX homepage.Fred Drake2001-12-101-1/+1
* Well what do you know. The Python implementation contained the sameGuido van Rossum2001-12-101-2/+2
* Fix the Python property class in a comment right.Guido van Rossum2001-12-101-22/+23
* property_descr_get(): Fix a curious bug in the property() type: whenGuido van Rossum2001-12-101-5/+5
* Added documentation for str.decode().Fred Drake2001-12-101-0/+10
* SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't workGuido van Rossum2001-12-101-2/+6
* Fix forMichael W. Hudson2001-12-101-2/+11
* The new menu initialization code would also add the SIOUX menus if a (frozen)...Jack Jansen2001-12-102-6/+15
* New fodder.Guido van Rossum2001-12-101-0/+1
* SF patch #491049 (David Jacobs): Small PyString_FromString optimizationGuido van Rossum2001-12-101-1/+1
* Fix forMichael W. Hudson2001-12-101-1/+2
* Add a comment explaining the st_symbols cache.Jeremy Hylton2001-12-101-1/+15
* The module generator now tells its object generators about the module name (t...Jack Jansen2001-12-092-1/+9
* Updated, and converted line-endings to unix-style (oops:-)Jack Jansen2001-12-091-1/+1
* Mods by Tony Lownds (patch 490100, slightly massaged by me) to make TkinterJack Jansen2001-12-092-1/+74
* Mods to make WASTE module compile and link for MachoPython. Not testedJack Jansen2001-12-095-3/+29
* A workaround for the missing buffer() builtin in jython.Finn Bock2001-12-091-0/+6
* bug #133283, #477728, #483789, #490573Fredrik Lundh2001-12-094-24/+22
* test(): Avoid a UnboundLocalError when a method is missing from both the stringFinn Bock2001-12-091-0/+1
* Moved a print statement outside the jython platform test. OtherwiseFinn Bock2001-12-091-1/+1