summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 80631 via svnmerge fromGiampaolo Rodolà2010-04-291-91/+10
* Merged revisions 80627 via svnmerge fromSenthil Kumaran2010-04-291-2/+2
* Merged revisions 80620 via svnmerge fromEzio Melotti2010-04-291-7/+9
* make sure shutil checks for bz2 availability before it uses it.Tarek Ziadé2010-04-291-3/+3
* Merged revisions 80591-80592 via svnmerge fromAntoine Pitrou2010-04-281-8/+7
* #8295 : Added shutil.unpack_archive and related APIsTarek Ziadé2010-04-281-1/+63
* Merged revisions 80583 via svnmerge fromSenthil Kumaran2010-04-281-0/+16
* 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