216 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Georg Brandl 01ca04cc49 #3310: stop referring to basestring. 18 years ago
Georg Brandl 2ee470f7f9 Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 18 years ago
Benjamin Peterson bfc644bdbe fix no-op in tutorial 18 years ago
Georg Brandl 0f7ede4569 Review the doc changes for the urllib package creation. 18 years ago
Senthil Kumaran aca8fd7a9d Documentation updates for urllib package. Modified the documentation for the 18 years ago
Georg Brandl f08a9ddcb7 Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from 18 years ago
Georg Brandl 38eceaaf0c Create xmlrpc package. Issue #2886. 18 years ago
Benjamin Peterson e6f00637be Merged revisions 63655 via svnmerge from 18 years ago
Alexandre Vassalotti 1f2ba4b6da Rename the repr module to reprlib. 18 years ago
Alexandre Vassalotti 5f8ced2b95 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from 18 years ago
Alexandre Vassalotti 6461e10158 Merged revisions 62914-62916,62918-62919,62921-62922,62924-62942,62944-62945,62947-62949 via svnmerge from 18 years ago
Neal Norwitz 752abd0d3c Convert a lot of print statements to print functions in docstrings, 18 years ago
Georg Brandl e6bcc9145e Remove many "versionchanged" items that didn't use the official markup, 18 years ago
Georg Brandl dce26da49c Remove duplicated paragraph. 18 years ago
Alexandre Vassalotti f260e443ac Rename Queue module to queue. 18 years ago
Georg Brandl b03c1d98a2 Don't output floats in prime example. 18 years ago
Christian Heimes dae2a8939d Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from 18 years ago
Christian Heimes 33fe8093df Merged revisions 62260-62261,62266,62271,62277-62279,62289-62290,62293-62298,62302-62306,62308,62311,62313-62315,62319-62321 via svnmerge from 18 years ago
Martin v. Löwis 250ad613f3 Bug #2565: The repr() of type objects now calls them 'class', 18 years ago
Christian Heimes 4fbc72b4ac Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,61714-61716,61718-61722 via svnmerge from 18 years ago
Christian Heimes dd15f6c315 Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from 18 years ago
Christian Heimes c3f30c4337 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from 18 years ago
Georg Brandl f694518331 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. 18 years ago
Christian Heimes 190d79e5c6 Merged revisions 60408-60440 via svnmerge from 18 years ago
Christian Heimes af98da18c0 Merged revisions 60284-60349 via svnmerge from 18 years ago
Christian Heimes e7a15bb808 Merged revisions 60234-60244 via svnmerge from 18 years ago
Georg Brandl 86def6cb2b Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from 18 years ago
Christian Heimes e1c981161c Merged revisions 60143-60149 via svnmerge from 18 years ago
Georg Brandl 78b11870a4 Fix now-wrong :keyword: markup. Remove the section about 18 years ago
Georg Brandl 22ec03c286 Fix merge glitch. 18 years ago
Christian Heimes 043d6f67c7 Copied doc for reload() from trunk's function.rst to imp.rst 18 years ago
Georg Brandl a6fa2728fb Clarify sentence in tutorial. Thanks to Marek Kubica. 18 years ago
Christian Heimes 5b5e81c637 Merged revisions 59605-59624 via svnmerge from 18 years ago
Christian Heimes 0449f63f53 Merged revisions 59488-59511 via svnmerge from 18 years ago
Georg Brandl c5d98b4eee Document nonlocal statement. Written for GHOP by "Canadabear". 19 years ago
Georg Brandl 8d5c39240e Remove all definitions of raw_input() that were still scattered throughout the docs 19 years ago
Christian Heimes d8654cf758 Merged revisions 59259-59274 via svnmerge from 19 years ago
Georg Brandl 1a3284ed69 #1535: rename __builtin__ module to builtins. 19 years ago
Christian Heimes ff737954f3 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). 19 years ago
Guido van Rossum 58da931da9 Merged revisions 58886-58929 via svnmerge from 19 years ago
Georg Brandl 9afde1c0de #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. 19 years ago
Georg Brandl 9f2c39a775 #1228: new comparison behavior. 19 years ago
Georg Brandl 2d2590de49 #1211, #1212, #1213: py3k fixes to the tutorial. 19 years ago
Collin Winter d2e44df07a Revert r58075 (incorrect docs patch). 19 years ago
Skip Montanaro 4e02c503e7 Clarify the difference between text and binary files. I'm not sure the 19 years ago
Thomas Wouters 8ce81f767a Merged revisions 58211-58220 via svnmerge from 19 years ago
Collin Winter 58721bca11 Fix more raise statments in the docs. 19 years ago
Collin Winter c7526f5b3e More two-argument raise cleanup in the tutorial. 19 years ago
Collin Winter 1fc035ff63 Fix docs that imply that tuples in except clauses must be parenthesized. 19 years ago
Collin Winter 596d99aa63 Fix more two-arg raise statements. 19 years ago