summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix markupRaymond Hettinger2009-04-091-2/+2
* Update whatsnew based on doc search.Raymond Hettinger2009-04-096-30/+77
* Clean-up an example.Raymond Hettinger2009-04-081-2/+2
* Remove bits that pertained to earlier releases.Raymond Hettinger2009-04-081-22/+4
* Perform minor copy editsRaymond Hettinger2009-04-081-40/+37
* Add example for auto-renaming.Raymond Hettinger2009-04-081-1/+12
* Fix-up attribution per IRC discussion with GPolo.Raymond Hettinger2009-04-081-2/+1
* Add link.Raymond Hettinger2009-04-071-1/+1
* Fix make.bat to match makefile changesRaymond Hettinger2009-04-071-1/+2
* Put core language changes in a separate section from module changes.Raymond Hettinger2009-04-071-21/+26
* Fix nitsRaymond Hettinger2009-04-071-5/+5
* Fix internal link.Raymond Hettinger2009-04-071-2/+2
* Add an example metaclass showing a use of __prepare__() as outlined in PEP 3...Raymond Hettinger2009-04-071-0/+32
* Fix nit.Raymond Hettinger2009-04-061-2/+2
* Improve the prose just a bit.Raymond Hettinger2009-04-061-2/+2
* Fix links to Decimal and ttk.Raymond Hettinger2009-04-061-3/+3
* Add example. Fix spelling. Fix patch attribution.Raymond Hettinger2009-04-061-3/+7
* Add more examples.Raymond Hettinger2009-04-061-4/+27
* Merged revisions 71291 via svnmerge fromTarek Ziadé2009-04-051-4/+7
* Update signature style of optional arguments, part two.Georg Brandl2009-04-0512-102/+83
* Merged revisions 70908,70939,71009,71022,71036 via svnmerge fromBenjamin Peterson2009-04-051-2/+11
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-0534-291/+558
* #5391 make mmap work exclusively with bytesBenjamin Peterson2009-04-041-27/+27
* Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge fromBenjamin Peterson2009-04-041-22/+245
* Note an improvement to pydoc.Raymond Hettinger2009-04-041-0/+5
* Remove minor entry. Add the ttk module.Raymond Hettinger2009-04-041-7/+9
* Fix nits.Raymond Hettinger2009-04-041-2/+2
* Eliminate a duplicate entry.Raymond Hettinger2009-04-041-9/+4
* typoBenjamin Peterson2009-04-041-1/+1
* Complete the first-pass at whatsnew.Raymond Hettinger2009-04-041-34/+50
* More notes on 3.1 improvements.Raymond Hettinger2009-04-041-2/+57
* More updates to whatsnewRaymond Hettinger2009-04-041-0/+29
* Start building-up the whatsnew document for Py3.1Raymond Hettinger2009-04-041-2/+82
* Add helpful link.Raymond Hettinger2009-04-041-0/+6
* Update documentation for csv module to reflect changes in code,R. David Murray2009-04-041-120/+30
* Py_BuildValue's 'c' code should use byte strings #5666Benjamin Peterson2009-04-031-3/+7
* Undocument the existence of the memo attribute and its main use-case.Alexandre Vassalotti2009-04-031-71/+0
* Emphasize that Unpickler.memo is not necessarily a dict.Alexandre Vassalotti2009-04-031-2/+3
* Add more examples in pickle documentation.Alexandre Vassalotti2009-04-031-27/+79
* Remove old reference to cPickle.Alexandre Vassalotti2009-04-031-9/+6
* Fix typo.Raymond Hettinger2009-04-031-2/+2
* Update docs for namedtuple's renaming change.Raymond Hettinger2009-04-021-1/+1
* Clarify that datetime strftime does not produce leap seconds and datetimeR. David Murray2009-04-021-2/+6
* Merged revisions 71031 via svnmerge fromBrett Cannon2009-04-021-1/+1
* First batch of signature documentation changes; using default argument syntax...Georg Brandl2009-04-027-18/+19
* make 'c' only accept bytes and 'C' only unicode #5499Benjamin Peterson2009-04-021-1/+5
* fix markupBenjamin Peterson2009-04-021-4/+3
* Explain a little about the explanation.Brett Cannon2009-04-011-0/+5
* Add a meta path importer example.Brett Cannon2009-04-011-7/+98
* Merged revisions 70992,70995 via svnmerge fromBenjamin Peterson2009-04-011-3/+9