- 6290bcf Merged revisions 83452,83457,83466,83471,83475,83480,83486 via svnmerge from by Georg Brandl · 15 years ago
- fc7b3d2 Remove paragraph about inefficiency of lists used as queues now that the example uses deque. by Ezio Melotti · 15 years ago
- 4c86cb3 Merged revisions 78859-78860,78952,79168-79169,79173,79176,79178-79179,79181,79184-79185,79192,79212 via svnmerge from by Georg Brandl · 15 years ago
- 88a0b17 remove auto-numbered format fields by Benjamin Peterson · 16 years ago
- 2f4f2c1 Merged revisions 76904 via svnmerge from by Ezio Melotti · 16 years ago
- 528bc13 Merged revisions 76460 via svnmerge from by Mark Dickinson · 16 years ago
- 5a6f421 fix highlight in the datetime example by Ezio Melotti · 16 years ago
- 5d2eb34 Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,75590,75592,75594-75596,75600,75602-75603,75605-75607,75610-75613,75616-75617,75623,75627,75647 via svnmerge from by Georg Brandl · 16 years ago
- 8a85945 Merged revisions 74861-74863,74876,74896,74930,74933,74952-74953,75015,75019,75260-75263,75265-75266,75289 via svnmerge from by Georg Brandl · 16 years ago
- 5be70d4 Merged revisions 74492,74531,74545-74550,74553-74555,74588,74603,74608,74614,74616-74618,74631-74633,74652-74653,74666,74671,74737,74739,74779,74781-74782,74784,74791,74793,74818-74820,74822,74832 via svnmerge from by Georg Brandl · 16 years ago
- 46e9daa Merged revisions 74210,74239,74252-74253,74256,74258-74261,74332-74333,74404,74411,74445,74465,74467,74488 via svnmerge from by Georg Brandl · 16 years ago
- cda25a1 Merged revisions 74008,74021-74022,74074-74075,74077,74148,74179,74188,74192-74194,74200,74205 via svnmerge from by Georg Brandl · 16 years ago
- a3c242c Merged revisions 72558,72745,72750,72876,73042,73045-73048,73069,73089,73163,73186,73213,73215,73217,73257-73258,73260 via svnmerge from by Georg Brandl · 16 years ago
- f1930b1 Merged revisions 69131,69140-69141,69155 via svnmerge from by Georg Brandl · 16 years ago
- f045455 Update advice on how to implement a queue. by Raymond Hettinger · 16 years ago
- c5a6fd7 Merged revisions 74825 via svnmerge from by Ezio Melotti · 16 years ago
- 585ad8a Merged revisions 69846 via svnmerge from by Jesus Cea · 16 years ago
- bf2170b Merged revisions 73653 via svnmerge from by Mark Dickinson · 16 years ago
- e081eef Merged revisions 72319-72320,72467,72661,72675-72679,72703,72708,72710,72712,72801-72802,72820,72822,72824,72826-72828,72830 via svnmerge from by Georg Brandl · 16 years ago
- 9b08e05 Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from by Georg Brandl · 16 years ago
- 8943caf Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,70830,70832,70836,70838,70842,70851,70855,70857-70858 via svnmerge from by Georg Brandl · 16 years ago
- 734373c Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from by Georg Brandl · 17 years ago
- 828a706 Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,67930,67932,67943 via svnmerge from by Benjamin Peterson · 17 years ago
- fa71a90 Merged revisions 67326,67498,67531-67532,67538,67553-67554,67556-67557 via svnmerge from by Georg Brandl · 17 years ago
- 4aef703 Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from by Georg Brandl · 17 years ago
- c8fd1bc Fix typo. by Georg Brandl · 17 years ago
- 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
- f2a2c79 remove duplicate target by Benjamin Peterson · 17 years ago
- 3ce0dee Incorporate some suggestions by Tait Stevens. by Georg Brandl · 17 years ago
- 54bdbad Use title case by Andrew M. Kuchling · 17 years ago
- b04d485 Remove mention of backquotes in the tutorial. by Georg Brandl · 17 years ago
- 8079028 revert last revision; code was right by Benjamin Peterson · 17 years ago
- 1af6fb5 fix indentation that caused logic bug by Benjamin Peterson · 17 years ago
- 4b99e9b Shorten some overlong lines. by Georg Brandl · 17 years ago
- be44991 nonlocal is not in 2.6. by Georg Brandl · 17 years ago
- a66bb0a #3388: add a paragraph about using "with" for file objects. by Georg Brandl · 17 years ago
- 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
- c5a235b Better quote with single quotes. by Georg Brandl · 17 years ago
- dee01d8 fix spelling by Benjamin Peterson · 17 years ago
- a436878 update tutorial function with more appropiate one from Eric Smith by Benjamin Peterson · 17 years ago
- f9ef988 update the tutorial to use str.format by Benjamin Peterson · 17 years ago
- a6168f9 Queue renaming reversal part 3: move module into place and by Georg Brandl · 17 years ago
- 2ee0e8e Revert the renaming of repr to reprlib. by Brett Cannon · 17 years ago
- 50a1acb Changed references to the reprlib module to use its new name. by Alexandre Vassalotti · 17 years ago
- 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 17 years ago
- 605a0c6 reload() takes the module itself. by Georg Brandl · 17 years ago
- 68fd63b Add a note about using reload(). by Georg Brandl · 17 years ago
- 8c65b1e Typo fix by Andrew M. Kuchling · 17 years ago
- 3822af6 Add *,**,@ to index, as suggested by by Andrew M. Kuchling · 17 years ago
- 751a036 Don't offend snake lovers. by Georg Brandl · 17 years ago
- 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 17 years ago
- 9c6c47b Mark the descitems in the tutorial as "noindex" so that :meth: cross-refs don't link to them. by Georg Brandl · 17 years ago
- 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 17 years ago
- 6c45dc1 Add isinstance/issubclass to tutorial. by Georg Brandl · 17 years ago
- 26bab5f Little clarification of assignments. by Georg Brandl · 17 years ago
- db9ff5f It's 2.6 now. by Georg Brandl · 17 years ago
- 3ef2063 #2194: fix some typos. by Georg Brandl · 17 years ago
- 4e37c66 Don't reference pyshell. by Georg Brandl · 17 years ago
- 7d5fbae Demonstrate new except/as syntax. by Raymond Hettinger · 18 years ago
- 2a7d991c Clarify "b" mode under Unix. by Georg Brandl · 18 years ago
- 7b7ce78 Fix issue1789: The tutorial contained a misuse of the struct module. by Gregory P. Smith · 18 years ago
- aa0de3f #997912: acknowledge nested scopes in tutorial. by Georg Brandl · 18 years ago
- 23bf837 Add blurb about executable scripts on Windows. #760657. by Georg Brandl · 18 years ago
- 35f8861 Add tutorial section about coding style. by Georg Brandl · 18 years ago
- b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
- 4257ca7 Argh, wrong version. by Georg Brandl · 18 years ago
- 07b55ea Add note about future import needed for with statement. by Georg Brandl · 18 years ago
- adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 18 years ago
- 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
- 76e4d62 Use a slightly more recent version than 1.5.2b2. by Neal Norwitz · 18 years ago
- 87426cb Fix misleading example. by Georg Brandl · 18 years ago
- 706132b Make example about hiding None return values at the prompt clearer. by Georg Brandl · 18 years ago
- a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
- cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
- 5e52db0 Add :term:s for descriptors. by Georg Brandl · 18 years ago
- e36a652 Make a path more Unix-standardy. by Georg Brandl · 18 years ago
- 5d242ee alternate -> alternative. by Georg Brandl · 18 years ago
- 437e6a3 Move the glossary from the tutorial to toplevel. by Georg Brandl · 18 years ago
- 690b97c Note that smtplib example needs a mailserver. by Georg Brandl · 18 years ago
- ee354b1 Fix problem reported by Andre Roberge. by Georg Brandl · 18 years ago
- 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago