- 74ef694 Correct typo by Georg Brandl · 20 years ago
- 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 20 years ago
- 5f86142 Bug #1395715: wrong LaTeX label by Georg Brandl · 20 years ago
- 36cbdf9 Updated doc from patch 1117398 by Neal Norwitz · 20 years ago
- 6bc6ed8 Bug #1395597: doc typo by Georg Brandl · 20 years ago
- aaa28df update to reflect move to Subversion by Fred Drake · 20 years ago
- 0f19423 Bug #1394868: doc typos by Georg Brandl · 20 years ago
- b9359c4 SF patch #1379023: document that a weakref callback is not invoked if the by Armin Rigo · 20 years ago
- f5bd3b4 adding in-place operators to the operator module. by Armin Rigo · 20 years ago
- ecc275b Typo. by Armin Rigo · 20 years ago
- 8bdaac7 typo by Skip Montanaro · 20 years ago
- c6224db Revert checkin for bug #1386675. by Georg Brandl · 20 years ago
- 0cdcec5 Bug #1386675: winreg raises WindowsErrors by Georg Brandl · 20 years ago
- 75400db Bug #1389673: document correct return value of set methods by Georg Brandl · 20 years ago
- 6c1908d Bug #489256: remove note about Python 1.1 profiler by Georg Brandl · 20 years ago
- a2764ad Bug #954981: urllib2 example wont work w/o ssl by Georg Brandl · 20 years ago
- d90d1c1 Bug #839075: document that highly recursive data cannot be pickled by Georg Brandl · 20 years ago
- c47f1c1 Bug #839585: mention % string operator in language ref by Georg Brandl · 20 years ago
- 1014174 Bug #756104: document that bufsize in socket.recv() should be small by Georg Brandl · 20 years ago
- ddddd2f Updating the short blob about old/new-style classes to reflect (IMHO) more by Armin Rigo · 20 years ago
- bb2bf2c fixed one more typo by Fredrik Lundh · 20 years ago
- 428b413 fixed two typos in pprint reference page by Fredrik Lundh · 20 years ago
- 71dad72 SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode by Neal Norwitz · 20 years ago
- a2c110b Add missing dep for cookielib doc by Neal Norwitz · 20 years ago
- b164daf [Patch #1375417] Massive rearrangement of the Library Reference. by Andrew M. Kuchling · 20 years ago
- a0b25e9 Add more chapter intros by Andrew M. Kuchling · 20 years ago
- 9747301 Add markup by Andrew M. Kuchling · 20 years ago
- affd42d Add some chapter introductions (not linked into the LibRef yet) by Andrew M. Kuchling · 20 years ago
- 755c268 Update text by Andrew M. Kuchling · 20 years ago
- 509a41d Typo fix by Andrew M. Kuchling · 20 years ago
- 20be3c8 Typo fix by Andrew M. Kuchling · 20 years ago
- 5e8d8f9 [ 1388141 ] Minor error in md5 docs by Georg Brandl · 20 years ago
- 118be0c SF#1383115 by Fredrik Lundh · 20 years ago
- b04747f Add versionadded info by Neal Norwitz · 20 years ago
- 2a38a86 Expose Subversion revision number (calculated via "svnversion .") to Python. by Barry Warsaw · 20 years ago
- 11ca77e Doc for PEP 341, needs improvement by Neal Norwitz · 20 years ago
- 852a542 Bug #1373197: note that os.makedirs does not work with '..' by Georg Brandl · 20 years ago
- 69cb3cd Bug #1343671: clarify docs for os.removedirs by Georg Brandl · 20 years ago
- c1d2f7b Bug #1106572: clarify os.makedirs docs wrt umask by Georg Brandl · 20 years ago
- 08caadc Patch #1377848: typo in pyexpat docs by Georg Brandl · 20 years ago
- 071ae4c Patch #1376914: traceback.format_exc() has no "file" argument by Georg Brandl · 20 years ago
- 6ee3391 Remove reference to the "t" open() mode as it is platform dependent. by Georg Brandl · 20 years ago
- 50f8169 From a suggestion on c.l.py: modernize the introduction to the tutorial. by Andrew M. Kuchling · 20 years ago
- 245c619 r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 by Fredrik Lundh · 20 years ago
- 7e0aef0 r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 assorted xml.etree tweaks by Fredrik Lundh · 20 years ago
- 432be36 [Bug #1349316] Show how to use XML-RPC through a proxy by Andrew M. Kuchling · 20 years ago
- ef1b50d add common usage example by Skip Montanaro · 20 years ago
- 5ed262b Typo in a code example. by Armin Rigo · 20 years ago
- d54a0ae [Patch #1372995] Add \versionadded by Andrew M. Kuchling · 20 years ago
- 47a39b0 [Bug #1041501] Fix example by Andrew M. Kuchling · 20 years ago
- 427aedb [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer by Andrew M. Kuchling · 20 years ago
- 10a16de [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler by Andrew M. Kuchling · 20 years ago
- 6af5239 Add placeholder section on old and new-style classes by Andrew M. Kuchling · 20 years ago
- cf6b7c9 Bug #1368481: python.dir refers to whatsnew23 by Georg Brandl · 20 years ago
- eac2599 set expectations appropriately. ;) by Anthony Baxter · 20 years ago
- f91de8e Remove sorting HOWTO, after converting it to a wiki page at http://wiki.python.org/moin/HowTo/Sorting by Andrew M. Kuchling · 20 years ago
- 3f207b6 fix link by Fred Drake · 20 years ago
- ce53a02 SF#1368827 by Fredrik Lundh · 20 years ago
- d4bfe2c SF patch #1364946: Add a reference link from the dcoumentation of the encode by Walter Dörwald · 20 years ago
- f06e30a bug #1281408: make Py_BuildValue work with unsigned longs and long longs by Georg Brandl · 20 years ago
- e3faaeb Bug #1357604: os.makedirs handles UNC paths by Georg Brandl · 20 years ago
- 3c9f9ac Added example for the ** operator in function calls by Georg Brandl · 20 years ago
- 4bd165a Patch #1255218: libmultifile.tex: tell what a decoration is by Georg Brandl · 20 years ago
- f96f5f5 Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings by Georg Brandl · 20 years ago
- a6ba602 Add a note to os.chown that permission constants can be combined by Georg Brandl · 20 years ago
- db57135 Add generator-expression nodes by Andrew M. Kuchling · 20 years ago
- cc9ab14 [Bug #449093] FloorDiv AST node type not listed by Andrew M. Kuchling · 20 years ago
- 4aef41f Remove import string and use string methods by Neal Norwitz · 20 years ago
- 5040fee Fix up incomplete sentence by Andrew M. Kuchling · 20 years ago
- 82a3e1a Fix typo in comment (reported on the pydotorg mailing list). by Walter Dörwald · 20 years ago
- 26f4c23 Make consistent with 2.4 by Neal Norwitz · 20 years ago
- 076b732 Add an import line to a code fragment. by Brett Cannon · 20 years ago
- ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 20 years ago
- 59c6191 add missing "and" by Fred Drake · 20 years ago
- 8c147c3 SF Bug #1341934: Fix a representation of "\n" to use a proper tag. by Hye-Shik Chang · 20 years ago
- 00b5c93 Minor update to HTTPHandler documentation to indicate that host:port can be used. by Vinay Sajip · 20 years ago
- 466e5b3 Update instructions according to Dave Abrahams instructions. by Martin v. Löwis · 20 years ago
- db85ed5 Add paragraphs on AST branch. AST'ers, please suggest corrections by Andrew M. Kuchling · 20 years ago
- 4fe4eb2 Add convenience makefile to check the latest what's new. by Andrew M. Kuchling · 20 years ago
- 9984e70 add missing word by Fred Drake · 20 years ago
- 9483220 SF bug #1328915, try to word kill a bit more generically. Backport candidate. by Neal Norwitz · 20 years ago
- 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 20 years ago
- 34fed3a fix stupid typo by Fred Drake · 20 years ago
- 116078f SF bug #1323294, Minor error in the Library Reference doc. Will backport by Neal Norwitz · 20 years ago
- df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 20 years ago
- 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 20 years ago
- d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
- c0d1125 Make close brace a paren to match open. by Neal Norwitz · 20 years ago
- 19f6b86 Armin caught this mistake in bug #973103. by Neal Norwitz · 20 years ago
- 178f906 open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab by Neal Norwitz · 20 years ago
- bee0d46 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 20 years ago
- 4094d04 fix link to subsection (SF bug #1311674) by Fred Drake · 20 years ago
- e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 20 years ago
- 7ecbc19 SF Bug #1008310, os.major() os.minor() example and description change. Will backport. by Neal Norwitz · 20 years ago
- 92ff693 Fix SF bug #991735, os.access reports true for read-only directories. Will backport by Neal Norwitz · 20 years ago
- d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 20 years ago
- 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 20 years ago
- 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 20 years ago
- e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 20 years ago
- d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 20 years ago