summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* clearcache() needs to remove the dict as well as clear it.Raymond Hettinger2008-01-181-2/+1
* Fix markupRaymond Hettinger2008-01-171-0/+2
* Fix-up Timer() example.Raymond Hettinger2008-01-171-3/+4
* Updated new property syntax. An elaborate example for subclassing and the get...Christian Heimes2008-01-171-4/+22
* Add advice on choosing between scheduler and threading.Timer().Raymond Hettinger2008-01-171-0/+25
* Correction from Jordan Lewis: halfdelay() uses tenths of a second, not millis...Andrew M. Kuchling2008-01-171-2/+2
* Issue #1861: Add read-only attribute listing upcoming events in the order th...Raymond Hettinger2008-01-173-8/+33
* Fix a function pointer declaration to silence the compiler.Brett Cannon2008-01-171-1/+1
* Revise 3141 section a bit; add some Windows itemsAndrew M. Kuchling2008-01-171-19/+17
* Fixes (accepts patch) issue1339 - http://bugs.python.org/issue1339Gregory P. Smith2008-01-173-10/+62
* Note versionadded.Raymond Hettinger2008-01-171-0/+4
* entry for r60015Gregory P. Smith2008-01-171-0/+4
* Comply with RFC 3207.Gregory P. Smith2008-01-172-0/+14
* Make starmap() match its pure python definition and accept any itertable inpu...Raymond Hettinger2008-01-174-8/+15
* Add news entry.Raymond Hettinger2008-01-161-0/+2
* Add queues will alternative fetch orders (priority based and stack based).Raymond Hettinger2008-01-162-14/+57
* Minor wordsmithing.Raymond Hettinger2008-01-162-9/+29
* Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, forThomas Heller2008-01-163-5/+5
* Doc build should work with 2.4 now.Georg Brandl2008-01-161-8/+8
* Add Python-specific content to Doc dir. Update configuration fileGeorg Brandl2008-01-165-18/+211
* Raise a TypeError instead of a ValueError when too many initializersThomas Heller2008-01-163-5/+7
* Raise a TypeError if conflicting positional and named arguments areThomas Heller2008-01-163-0/+27
* Convert the internal ctypes array type cache to a WeakValueDict soThomas Heller2008-01-163-10/+37
* Fix MSDN library URL. (#1854)Georg Brandl2008-01-161-1/+1
* Markup fixAndrew M. Kuchling2008-01-161-1/+1
* Add PEP 3141 sectionAndrew M. Kuchling2008-01-161-0/+94
* Docstring typosAndrew M. Kuchling2008-01-161-3/+3
* test_doctest fails since r59984.Amaury Forgeot d'Arc2008-01-151-0/+2
* Fix-up half-written paragraph in the docsRaymond Hettinger2008-01-151-7/+3
* Refactor if/elif chain for clarity and speed. Remove dependency on subclasse...Raymond Hettinger2008-01-152-30/+31
* Issue #1786 (by myself): pdb should use its own stdin/stdout around anGuido van Rossum2008-01-152-3/+13
* Restore description of sys.dont_write_bytecode.Andrew M. Kuchling2008-01-151-0/+11
* Add rational.Rational as an implementation of numbers.Rational with infiniteJeffrey Yasskin2008-01-156-313/+777
* Remove duplicate entry.Georg Brandl2008-01-151-11/+3
* Typo.Georg Brandl2008-01-151-1/+1
* Small grammar nitRaymond Hettinger2008-01-151-2/+2
* Temporarily revert 59967 until GC can be added.Raymond Hettinger2008-01-154-12/+1
* Better (?) text describing the lack of guarantees provided by qsize(),Skip Montanaro2008-01-151-6/+11
* Tighten the definition of a named tuple.Raymond Hettinger2008-01-151-1/+1
* Issue 1820: structseq objects did not work with the % formatting operator or...Raymond Hettinger2008-01-154-1/+12
* Repair unfinished sentenceAndrew M. Kuchling2008-01-151-3/+5
* Add many itemsAndrew M. Kuchling2008-01-151-7/+131
* Markup fixAndrew M. Kuchling2008-01-151-1/+1
* Typo fixesAndrew M. Kuchling2008-01-153-4/+4
* Fix 1698398: Zipfile.printdir() crashed because the format string expected a...Raymond Hettinger2008-01-142-2/+5
* Update description of float_infoAndrew M. Kuchling2008-01-141-4/+4
* Issue 1821: configure libffi for amd64 on FreeeBSD.Thomas Heller2008-01-142-104/+57
* Added more comments to the new structseq repr code and implemented several of...Christian Heimes2008-01-141-17/+36
* Now that I've learnt about structseq objects I felt like converting sys.float...Christian Heimes2008-01-145-33/+85
* Applied patch #1816: sys.flags patchChristian Heimes2008-01-144-5/+149