summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Merged revisions 80561 via svnmerge fromBenjamin Peterson2010-04-271-7/+7
* Merged revisions 80544 via svnmerge fromBenjamin Peterson2010-04-271-1/+1
* Adding versionadded to several new functions in unittest documentation.Michael Foord2010-04-261-0/+8
* add versionaddedBenjamin Peterson2010-04-251-0/+2
* Merged revisions 80476 via svnmerge fromMichael Foord2010-04-251-36/+25
* Merged revisions 79786 via svnmerge fromEzio Melotti2010-04-251-70/+72
* Merged revisions 80150,80460-80461 via svnmerge fromGeorg Brandl2010-04-253-6/+3
* prevent the dict constructor from accepting non-string keyword args #8419Benjamin Peterson2010-04-241-0/+7
* Fix #5774. Change doc to reflect that some functions have defaults but not kw...Brian Curtin2010-04-241-3/+3
* added a note about the ignore_dangling_symlinks optionTarek Ziadé2010-04-231-1/+2
* Port of issue8451 to python3: Syslog use sys.argv[0] for ident.Sean Reifscheider2010-04-231-20/+65
* Merged revisions 80388 via svnmerge fromGeorg Brandl2010-04-225-13/+48
* Merged revisions 80362 via svnmerge fromSenthil Kumaran2010-04-221-1/+4
* Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore,Victor Stinner2010-04-221-0/+2
* Fixing a note on encoding declaration, its usage in urlopen based on reviewSenthil Kumaran2010-04-221-17/+24
* Typo fixes.Georg Brandl2010-04-221-7/+8
* Fix indentation.Georg Brandl2010-04-221-2/+2
* Merged revisions 80336 via svnmerge fromSenthil Kumaran2010-04-221-5/+17
* Port #7347 to py3k.Brian Curtin2010-04-211-3/+101
* fixed typoTarek Ziadé2010-04-211-1/+1
* Issue #2706: Add support for dividing a timedelta by another timedelta.Mark Dickinson2010-04-201-2/+20
* Merged revisions 80282 via svnmerge fromTarek Ziadé2010-04-201-2/+1
* Markup nit.Georg Brandl2010-04-201-1/+1
* Updated version numbers from 2.7 to 3.2Brian Curtin2010-04-202-2/+6
* fixed typo -- thanks NickTarek Ziadé2010-04-201-1/+1
* Add missing arg, fix indentation and spelling.Ezio Melotti2010-04-201-5/+5
* Fix two versionchanged.Ezio Melotti2010-04-202-2/+2
* Merged revisions 79963,80024,80064,80070,80085,80088 via svnmerge fromEzio Melotti2010-04-201-38/+244
* Update the python version in the interpreter tutorial.Ezio Melotti2010-04-201-1/+1
* Fix versionadded in unittest.rst.Ezio Melotti2010-04-201-6/+6
* added a note on shutil.copytree improvementsTarek Ziadé2010-04-201-0/+11
* Fixed #6547: Added the ignore_dangling_symlinks option to shutil.copytreeTarek Ziadé2010-04-201-0/+11
* Fixed #1540112: now shutil.copytree will let you provide your own copy() func...Tarek Ziadé2010-04-191-3/+8
* Merged revisions 80221 via svnmerge fromTarek Ziadé2010-04-191-1/+1
* Remove obsolete mention of IRIX native threads -- we don't use them anymore.Antoine Pitrou2010-04-191-5/+3
* Add version{added,changed} for lock timeout support.Antoine Pitrou2010-04-192-0/+11
* Remove colspanning cells.Georg Brandl2010-04-181-4/+4
* Issue #850728: Add a *timeout* parameter to the `acquire()` method ofAntoine Pitrou2010-04-171-7/+11
* Merged revisions 80151 via svnmerge fromAntoine Pitrou2010-04-171-4/+16
* PEP 3147Barry Warsaw2010-04-175-9/+72
* Fix Issue5419 - explaining bytes return value of urlopen, use of .decode() to...Senthil Kumaran2010-04-151-9/+25
* Issue #7316: the acquire() method of lock objects in the :mod:`threading`Antoine Pitrou2010-04-142-10/+49
* Add usage notes for collections.Counter()Raymond Hettinger2010-04-121-0/+27
* Merged revisions 80013-80015 via svnmerge fromMark Dickinson2010-04-121-70/+138
* Merged revisions 80009 via svnmerge fromBrian Curtin2010-04-121-1/+6
* Port #1220212 (os.kill for Win32) to py3k.Brian Curtin2010-04-123-3/+25
* Merged revisions 80004 via svnmerge fromR. David Murray2010-04-121-4/+4
* typoBarry Warsaw2010-04-121-1/+1
* Merged revisions 79464,79471,79623,79626,79630,79632,79643,79648-79649,79679,...Benjamin Peterson2010-04-111-48/+296
* Merged revisions 79279,79284,79293,79373,79376,79379,79876,79888 via svnmerge...Benjamin Peterson2010-04-111-17/+38