- 035272b Add some more items by Andrew M. Kuchling · 22 years ago
- c11076e Bump the release information. by Fred Drake · 22 years ago
- d859d47 Add cross-references between urllib.urlencode() and cgi.parse_qs[l](). by Fred Drake · 22 years ago
- 024aaa1 SF Patch 549151: urllib2 POSTs on redirect (contributed by John J Lee) by Raymond Hettinger · 22 years ago
- 1d5854f Note the platform module. by Fred Drake · 22 years ago
- 13b4c41 Mention deprecation of rotor module by Andrew M. Kuchling · 22 years ago
- bbb9a55 [Patch #679505] Document that this module is deprecated by Andrew M. Kuchling · 22 years ago
- 317ad7a Fixed docs for urlretrieve() to match code in the case of opening a local file. by Brett Cannon · 22 years ago
- c22b299 fix some markup errors by Fred Drake · 22 years ago
- 54a234a clarify - restrict version mention to the trunk version by Skip Montanaro · 22 years ago
- 1bd1d85 added note about character set limitations in passwords. by Skip Montanaro · 22 years ago
- 34d7f09 Document the new functions PyInt_AsUnsignedLongMask(), PyInt_AsUnsignedLongLongMask(), by Thomas Heller · 22 years ago
- 2d1c846 Clarified new fsync() docs. by Tim Peters · 22 years ago
- 42a1172 Document the new format codes B, H, I, k, K. by Thomas Heller · 22 years ago
- 444e434 Update the package list whenever we build distfiles. by Fred Drake · 22 years ago
- 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 22 years ago
- 863983e Add comment on performance. Fix missing right parenthesis. Add three examples. by Raymond Hettinger · 22 years ago
- 7099583 markup corrections by Fred Drake · 22 years ago
- 282be3a - explain the start argument to sum() by Fred Drake · 22 years ago
- 03e929e Fix some markup nits. by Fred Drake · 22 years ago
- a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 22 years ago
- 48f3dcc - Changed shlex.split() method to have more useful and meaningful parameters. by Gustavo Niemeyer · 22 years ago
- cf146d3 - Included examples documenting how the lastindex member of by Gustavo Niemeyer · 22 years ago
- 153c9e4 Patch #553171: Add writeback parameter. Also add protocol parameter. by Martin v. Löwis · 22 years ago
- a268540 - Several methods of nntplib.NNTP have grown an optional file argument by Guido van Rossum · 22 years ago
- e36b690 Mention the bz2 module Various rewrites by Andrew M. Kuchling · 22 years ago
- b05df57 Added some more documentation to as_string() to make it clear that by Barry Warsaw · 22 years ago
- 338bcbc Change email address. by Martin v. Löwis · 22 years ago
- faf71ea Fix spelling of cedillas. by Martin v. Löwis · 22 years ago
- 07d4fb6 Correct methoddesc environments. by Martin v. Löwis · 22 years ago
- 382f078 Add lib/libstringprep.tex lib/libdocxmlrpc.tex. by Martin v. Löwis · 22 years ago
- 281b2c6 Patch #536883: SimpleXMLRPCServer auto-docing subclass. by Martin v. Löwis · 22 years ago
- cf6d74a - accepted (slightly) modified version of docs for the OptionGroup by Fred Drake · 22 years ago
- 2548c73 Implement IDNA (Internationalized Domain Names in Applications). by Martin v. Löwis · 22 years ago
- 10cf218 Use True in a few more places. by Neal Norwitz · 22 years ago
- a6bdf2a Oops, missed updating doc to correct version for split by Neal Norwitz · 22 years ago
- 30b6e82 Added documentation for the handle_pi() method, based on SF patch #662464. by Fred Drake · 22 years ago
- aa3b5d2 markup banalities by Fred Drake · 22 years ago
- 68d8cef Implemented posix-mode parsing support in shlex.py, as dicussed in by Gustavo Niemeyer · 22 years ago
- 2ed6dff As discussed on python-dev, revised docs to note that by Raymond Hettinger · 22 years ago
- 1475c49 Add version info for name2codepoint and codepoint2name by Neal Norwitz · 22 years ago
- 5688b7a Add two dictionaries to htmlentitydefs: name2codepoint maps by Walter Dörwald · 22 years ago
- 0fc8f00 - pythunrun.c, Py_Finalize(): move the call to _Py_PrintReferences() by Guido van Rossum · 22 years ago
- 3a3cca5 - list.insert(i, x) now interprets negative i as it would be by Guido van Rossum · 22 years ago
- b43f15e Add a name by Andrew M. Kuchling · 22 years ago
- 44c62ef Typo fix by Andrew M. Kuchling · 22 years ago
- d39078b Mention timeit module by Andrew M. Kuchling · 22 years ago
- ba887bb Use simpler import by Andrew M. Kuchling · 22 years ago
- 125b9b0 Back out of setting the default charset to iso-8859-1. by Barry Warsaw · 22 years ago
- 06c7b62 Fix markup by Neal Norwitz · 22 years ago
- a1ce93f From http://mail.python.org/pipermail/i18n-sig/2003-April/001557.html by Barry Warsaw · 22 years ago
- bae5c96 Moved all the scripting stuff to a separate section, added all the by Jack Jansen · 22 years ago
- ffe33b7 Attempt to make all the various string *strip methods the same. by Neal Norwitz · 22 years ago
- 4efd917 Add a space after expression to be consistent by Neal Norwitz · 22 years ago
- 12dd7b1 Minor markup adjustments. by Fred Drake · 22 years ago
- 6db7718 Try to discourage use of PyObject_Type(). by Guido van Rossum · 22 years ago
- a6b1c75 Re-indent example; fix typo by Andrew M. Kuchling · 22 years ago
- d5e0a5a Created a minimal MacOSX section. by Jack Jansen · 22 years ago
- fcd845a Lots of small markup adjustments. by Fred Drake · 22 years ago
- 61a0a73 Add dependency information for the hotshot package docs. by Fred Drake · 22 years ago
- fda5e27 extra punctuation removed by Anthony Baxter · 22 years ago
- 567b0a6 Add dependency information for the timeit module docs. by Fred Drake · 22 years ago
- d6e9fe3 + libtimeit by Skip Montanaro · 22 years ago
- ca65274 doc for timeit module/script - mostly just a recast of Tim's docstring by Skip Montanaro · 22 years ago
- 2c2068c Added example of using positional and keyword args with atexit.register(). by Fred Drake · 22 years ago
- de7ad2c Markup fix. by Fred Drake · 22 years ago
- 730f553 s/referrents/referents/g. Gotta love that referrers remains rife with rs. by Tim Peters · 22 years ago
- 0f81ab6 Finished implementing gc.get_referrents(): dealt with error and end by Tim Peters · 22 years ago
- cb8ed53 add note suggested by rhettinger about example. by Anthony Baxter · 22 years ago
- b3303ef patch [ 698505 ] docs for hotshot module by Anthony Baxter · 22 years ago
- 2a04623 - add the "download_url" field to the pre-2.2.3 metadata compatibility note by Fred Drake · 22 years ago
- 007fadd Fix symbol in grammar; this should fix some hyperlinking in the HTML version. by Fred Drake · 22 years ago
- 24b8881 Patch #701395: Correct documentation of PyUnicode_Splitlines. by Martin v. Löwis · 22 years ago
- b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 22 years ago
- bd379e9 PyWeakref_GetObject returns None (not NULL) when the referent is gone. by Ka-Ping Yee · 22 years ago
- 3ae0f7a Replace criterium with criterion. Fixes #705120. by Martin v. Löwis · 22 years ago
- 24fcd23 Back out previous change as discussed on python-checkins by Neal Norwitz · 22 years ago
- 1e942bd Add lib/mimelib.tex to dependencies by Neal Norwitz · 22 years ago
- bfa893f email is at version 2.5 now by Barry Warsaw · 22 years ago
- a092ba1 Add PEP 307 section by Andrew M. Kuchling · 22 years ago
- a978e10 Add PEP305 section by Andrew M. Kuchling · 22 years ago
- c71bb97 Update datetime section a bit by Andrew M. Kuchling · 22 years ago
- 0135b65 Add new CSV module to doc dependancies by Neal Norwitz · 22 years ago
- 5fbf836 include csv doc section - Fred, you may want to change the location by Skip Montanaro · 22 years ago
- b4a0417 new CSV file processing module - see PEP 305 by Skip Montanaro · 22 years ago
- 4cee220 - added example of using a comparison function with list.sort(), and by Fred Drake · 22 years ago
- 62364ff - apply SF patch #700798: fixes and cleanups for descriptor info by Fred Drake · 22 years ago
- 2a403e8 add descriptions of {get,set}defaulttimeout. by Skip Montanaro · 22 years ago
- 5c7b248 - explain what a UNC path is in the makedirs() description, since by Fred Drake · 22 years ago
- 43ed43b Take out my (long since disabled) POSIX signal mask handling code. by Michael W. Hudson · 22 years ago
- 60de2e8 SF bug #699237: Tutorial uses omitted slice indices before explaining them by Raymond Hettinger · 22 years ago
- 45c3941 Update the package version number by Barry Warsaw · 22 years ago
- a996d4f For email 2.5b1, we no longer add a trailing newline to by Barry Warsaw · 22 years ago
- 52b39f5 body_line_iterator() now takes a decode argument. by Barry Warsaw · 22 years ago
- 20ebc37 Describe what happens when decode=True and the payload has bogus base64 data. by Barry Warsaw · 22 years ago
- cd930f5 openmixer()'s 'mode' parameter has been removed. by Greg Ward · 22 years ago
- f882c77 Expand description of ossaudiodev.error exception. by Greg Ward · 22 years ago
- 3e34f59 Rewrite intro paragraphs and add a "See also" box for the link to the by Greg Ward · 22 years ago
- 074472b Fix two unformatted lists: one is now an 'enumerate' environment, the by Greg Ward · 22 years ago
- 41a28e3 Add libossaudiodev.tex. by Greg Ward · 22 years ago