summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* let the term be linkedBenjamin Peterson2008-07-031-2/+2
* lowercase glossary termBenjamin Peterson2008-07-031-1/+1
* Patch #1622: Correct interpretation of various ZIP header fields.Martin v. Löwis2008-07-035-101/+292
* Tweak wordingAndrew M. Kuchling2008-07-031-3/+3
* Try a blind fix to nismodule which fails on the solaris10 3.0 buildbot:Amaury Forgeot d'Arc2008-07-021-5/+8
* Revert r64673 and instead just change the file encoding.Brett Cannon2008-07-021-3/+3
* FIx some Latin-1 characters to be UTF-8 as the file encoding specifies.Brett Cannon2008-07-021-2/+2
* Add #!/usr/bin/env python for benJesse Noller2008-07-021-0/+2
* Issue #449227: Now with the rlcompleter module, callable objects areFacundo Batista2008-07-023-9/+20
* Reenable the manager tests with Amaury's threading fixJesse Noller2008-07-021-17/+13
* Issue 3190: pydoc now hides module __package__ attributesNick Coghlan2008-07-023-4/+6
* Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sureMark Dickinson2008-07-022-10/+13
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-025-14/+51
* add ABC to the glossaryBenjamin Peterson2008-07-012-7/+16
* Add a comment about incref'ing w.Georg Brandl2008-07-011-0/+2
* #1410739: add a footnote about "is" and "unusual" behavior.Georg Brandl2008-07-011-1/+5
* #1523853: add note about fread().Georg Brandl2008-07-011-0/+4
* #3242: fix a crash in "print", if sys.stdout is set to a custom object,Amaury Forgeot d'Arc2008-07-013-1/+25
* #3216: fix Execute's parameter description.Georg Brandl2008-07-011-5/+4
* Add a link to PEP 324.Georg Brandl2008-07-011-0/+4
* write a short little section for multiprocessing; it still needs helpBenjamin Peterson2008-07-011-1/+15
* #3219 repeated keyword arguments aren't allowed in function calls anymoreBenjamin Peterson2008-07-013-0/+19
* #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-06-303-1/+34
* Add _multiprocessing module.Martin v. Löwis2008-06-301-1/+2
* Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pydMartin v. Löwis2008-06-302-0/+7
* Fix #2702, with a correct accounting of recursion.Facundo Batista2008-06-302-25/+25
* Updated to reflect change in logging.config to remove out-of-date comment in ...Vinay Sajip2008-06-291-0/+3
* Removed out-of-date comment in _install_handlers andVinay Sajip2008-06-291-2/+1
* reinstate the ending backtick. thanks Nick :)Benjamin Peterson2008-06-291-1/+1
* fix typoBenjamin Peterson2008-06-281-1/+1
* rewrapBenjamin Peterson2008-06-281-5/+5
* convert test_audioop to unittest. Thanks to Giampaolo Rodola.Benjamin Peterson2008-06-281-264/+147
* make sure we close the active channels when eof is received on themBill Janssen2008-06-281-0/+1
* various SSL fixes; issues 1251, 3162, 3212Bill Janssen2008-06-285-348/+528
* Issue 3230: Do not the set specific size macro.Raymond Hettinger2008-06-281-1/+1
* fix typoBenjamin Peterson2008-06-281-6/+6
* Give information for compililation of _multiprocessing.SemLock on FreeBSD:Hye-Shik Chang2008-06-281-0/+11
* edit multiprocessing docsBenjamin Peterson2008-06-271-90/+83
* Fix typo in configure.in, and propagate configure.in changes from r64002Mark Dickinson2008-06-273-2/+469
* Fix whitespace in example code.Raymond Hettinger2008-06-271-2/+2
* Issue #3197: rework documentation for fractions module.Mark Dickinson2008-06-271-33/+59
* Add Jean Brouwers for his work on math.sumMark Dickinson2008-06-271-0/+1
* Remove trailing 'L's from numerator and denominator in theMark Dickinson2008-06-272-1/+5
* Merged revisions 64368-64369 via svnmerge fromTrent Nelson2008-06-276-1282/+927
* Initialized merge tracking via "svnmerge" with revisions "1-64347" fromTrent Nelson2008-06-270-0/+0
* Ignore .pyc and .pyo files.Brett Cannon2008-06-270-0/+0
* warnings.warn_explicit() did not have the proper TypeErrors in place to preventBrett Cannon2008-06-274-5/+34
* fix isSet in _exposedBenjamin Peterson2008-06-261-2/+1
* use the new APIBenjamin Peterson2008-06-261-1/+1
* add a htmlview directiveBenjamin Peterson2008-06-261-0/+2