- 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
- 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
- e3faaeb Bug #1357604: os.makedirs handles UNC paths by Georg Brandl · 20 years ago
- 4bd165a Patch #1255218: libmultifile.tex: tell what a decoration is 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
- 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
- ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 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
- 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
- 116078f SF bug #1323294, Minor error in the Library Reference doc. Will backport by Neal Norwitz · 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
- 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
- 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
- d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 20 years ago
- 02cfa0b SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.) by Neal Norwitz · 20 years ago
- 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 20 years ago
- 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
- 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 20 years ago
- c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 20 years ago
- 2330e9e From c.l.py comments: link to zlib manual, and disclaim completeness by Andrew M. Kuchling · 20 years ago
- e1a385a Explain what file descriptors are; this change has been sitting in my tree for a while by Andrew M. Kuchling · 20 years ago
- ff9ca5e SF bug #1277016: Turn sentence fragment into a complete sentence. by Walter Dörwald · 20 years ago
- 9a19e5c patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 20 years ago
- 7f26a62 patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
- bd77da6 bug [ 1248199 ] shelve .sync operation not documented by Georg Brandl · 20 years ago
- 36be8be Once upon a time, I used to know TeX... by Georg Brandl · 20 years ago
- 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 20 years ago
- b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago
- 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
- 79c122f bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
- 6f2bbd3 bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
- 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
- 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 20 years ago
- b406905 ord() documentation update; this is what remains applicable from by Fred Drake · 20 years ago
- f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
- 7208af4 whoops, missed adding this last night in my hashlib commit by Gregory P. Smith · 20 years ago
- f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago
- 1823ae7 SF bug #1121416: zip incorrectly and incompletely documented by Raymond Hettinger · 20 years ago
- e024514 Typo fix by Andrew M. Kuchling · 20 years ago
- 1a66391 Fix markup. by Raymond Hettinger · 20 years ago
- cca3af3 Fix typo (fixes SF bug #1263086). by Walter Dörwald · 20 years ago
- ba7d95e Document 'istext' parameter by Andrew M. Kuchling · 20 years ago
- 9f3ae3e fix minor markup errors by Fred Drake · 20 years ago
- ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 20 years ago
- 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 20 years ago
- b370059 bug [ 1250306 ] incorrect description of range function by Georg Brandl · 20 years ago
- f13c4ba [ 1243192 ] Incorrect documentation of re.UNICODE by Georg Brandl · 20 years ago
- 6a69450 Minor tweak as a side effect of fixing #1243553. The Unicode name for " is by Skip Montanaro · 20 years ago
- c320c22 Documentation added about changes in 2.4 to basicConfig(), including documentation of the keyword arguments. A version change note was also added to the basic example. by Vinay Sajip · 20 years ago
- 08c02db [ 1243081 ] repair typos by Georg Brandl · 20 years ago
- d5ecb51 fix markup nits by Fred Drake · 20 years ago
- 2d8cc61 [ 755617 ] os module: Need a better description of "mode" by Georg Brandl · 20 years ago
- ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 20 years ago
- b37b8ec bug [ 872769 ] os.access() documentation should stress race conditions by Georg Brandl · 20 years ago
- 75d5106 [ 912943 ] 7.5.6 Thread Objects is too vague by Georg Brandl · 20 years ago
- 5dbda75 - Bug #1015140: disambiguated the term "article id" in nntplib docs and by Georg Brandl · 20 years ago
- 7a7b350 use macro by Skip Montanaro · 20 years ago
- bbf74f9 Note that usegmt is new in 2.4. Closes #1239681. by Skip Montanaro · 20 years ago
- 5c5fe2f RFE [ 1216944 ] Add Error Code Dictionary to urllib2 by Georg Brandl · 20 years ago
- 208eec2 bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent by Georg Brandl · 20 years ago
- 290f382 Revert patch for 1162912. by Georg Brandl · 20 years ago
- f73b4b0 bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage by Georg Brandl · 20 years ago
- 9a65d58 Add doctest for examples in libweakref.tex to test_weakref. by Georg Brandl · 20 years ago
- 376e622 bug [ 1228904 ] weakref example broken by Georg Brandl · 20 years ago
- 452b683 Cross reference the set built-ins with the sets module. by Raymond Hettinger · 20 years ago
- 16ffbc3 Provide a comparison to the builtin set types. by Raymond Hettinger · 20 years ago
- 87de8ed More info on rounding modes. Add sections for floating point notes. by Raymond Hettinger · 20 years ago
- 3e3b699 add note that os.EX_* constants are subject to availability on the host platform by Fred Drake · 20 years ago
- 54d8b68 bug [ 1166582 ] IterableUserDict not in docs by Georg Brandl · 20 years ago
- 6df3fd3 bug [ 1186072 ] tempnam doc doesn't include link to tmpfile by Georg Brandl · 20 years ago
- e21d9ab bug [ 1175022 ] property example code error by Georg Brandl · 20 years ago
- 03dbb4f Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG by Georg Brandl · 20 years ago
- 71de040 bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply by Georg Brandl · 20 years ago
- 0929b7e Patch [ 1213031 ] note that os.chown can have -1 as an argument by Georg Brandl · 20 years ago
- 3da85ec correcting duplicate TeX markup by Georg Brandl · 20 years ago
- 837a976 Bug [ 1225705 ] os.environ documentation should mention unsetenv by Georg Brandl · 20 years ago
- 9020a21 Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs. by Georg Brandl · 20 years ago
- 2e36f45 Patch #1180012: add documentation for modulefinder by Georg Brandl · 20 years ago
- ed65c3a Fix nits. by Raymond Hettinger · 20 years ago
- 744ff38 Missed this documentation change about my marshal-floats-binarywise change. by Michael W. Hudson · 20 years ago
- 8960c7e [Bug #1219862] Document correct argument range for pair_content() by Andrew M. Kuchling · 20 years ago
- 24d7521 SF bug #1215887: String and list methods documentation deeply hidden by Raymond Hettinger · 20 years ago
- 2e23e08 fix typo. \var vs \variable by Gregory P. Smith · 20 years ago
- debd371 Clarify docs about os.popen[234]. by Georg Brandl · 20 years ago
- d6ebb51 The functions audioop.lin2adpcm3() and audioop.adpcm32lin() were removed from by Armin Rigo · 20 years ago
- 68c0453 Add untokenize() function to allow full round-trip tokenization. by Raymond Hettinger · 20 years ago