- 473f46a Make the docs for string.capitalize() match those of str.capitalize() by Fred Drake · 23 years ago
- 807354f Add a note that divmod() with complex numbers is deprecated. by Fred Drake · 23 years ago
- dce695aa Added reference to the Expat home page. by Fred Drake · 23 years ago
- f4bf7aa Typo: bites --> bytes (Hanging around small kids too much...;) by Fred Drake · 23 years ago
- 9ea01d4 Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 23 years ago
- 69d1fd2 Note the limitation that mime_decode_header() only works for Latin-1. by Fred Drake · 23 years ago
- 7f59124 Clarified documentation for os.access(). by Fred Drake · 23 years ago
- 28bdc62 Clarified description of error handling for shutil.rmtree(). by Fred Drake · 23 years ago
- 3fca291 Add IMAP4 QUOTA extension methods by Piers Lauder · 23 years ago
- 1e4519f Make a start at describing the results of class/type unification by Steve Holden · 23 years ago
- 6c123ef Refer the reader to the correct module for constant definitions. by Fred Drake · 23 years ago
- 585775b Document the Binary.data attribute. This closes SF bug #562878. by Fred Drake · 23 years ago
- 9c92b69 Use \code{True} (or False) instead of true/false. by Neal Norwitz · 23 years ago
- cc5c694 Add "version added" for getpgid by Neal Norwitz · 23 years ago
- 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 23 years ago
- fea59e7 The opcode FOR_LOOP no longer exists. by Guido van Rossum · 23 years ago
- efb9097 Do not claim that getlocale() returns a tulpe; that is not always true. by Fred Drake · 23 years ago
- 11ba094 Major overhaul of timeout sockets: by Guido van Rossum · 23 years ago
- e9996c6 Add version annotations for some older changes to the calendar module. by Fred Drake · 23 years ago
- e3fdc97 SF bug 567826. Document new opcodes: by Guido van Rossum · 23 years ago
- 5efaf7e This is my nearly two year old patch by Michael W. Hudson · 23 years ago
- a861d55 Document that the key should not contain null bytes. by Guido van Rossum · 23 years ago
- db9198a SF bug 563750 (Alex Martelli): posix_tmpfile(): by Guido van Rossum · 23 years ago
- 715b861 Clarify the interaction between timeout/non-blocking mode, makefile and fromfd. by Guido van Rossum · 23 years ago
- 62a7f63 Fix typo by Neal Norwitz · 23 years ago
- fc9823b Clarify the interaction between blocking and timeouts. Explain that by Guido van Rossum · 23 years ago
- bdbd84f Add version info, and fix another typo and wording spotted by /F. I think this is what he meant. :-) by Neal Norwitz · 23 years ago
- 1a06fb0 Fix typo spotted by Fredrik Lundh. by Fred Drake · 23 years ago
- 6c6d662 Fix some markup errors and adjust wording slightly. by Fred Drake · 23 years ago
- be946bf SF patch 555085 (timeout socket implementation) by Michael Gilfix. by Guido van Rossum · 23 years ago
- 446a25f Patch 473512: add GNU style scanning as gnu_getopt. by Martin v. Löwis · 23 years ago
- 474458d Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, by Walter Dörwald · 23 years ago
- 59b2a74 SF bug 533625 (Armin Rigo). rexec: potential security hole by Guido van Rossum · 23 years ago
- 9b414ac Update links and information on PyQt/PyKDE. by Fred Drake · 23 years ago
- d68f517 As discussed on python-dev, add a mechanism to indicate features by Neal Norwitz · 23 years ago
- 34f20ea This is patch by Michael W. Hudson · 23 years ago
- 92bf9da Markup adjustments; fix the names of modules referenced in an expression. by Fred Drake · 23 years ago
- c32f033 Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. by Raymond Hettinger · 23 years ago
- 7779b20 Remove spurious "()" from the __str__() description. by Fred Drake · 23 years ago
- 177b4a0 Jack's documentation for the U mode character on the file() by Barry Warsaw · 23 years ago
- c585075 Added a version annotation for StringTypes. Added documentation for BooleanType. by Fred Drake · 23 years ago
- c421ad4 Minor typo: Message.getall() -> Message.get_all() by Barry Warsaw · 23 years ago
- 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 23 years ago
- 97394bc Patch 533291. Deprecate None return form of __reduce__. by Raymond Hettinger · 23 years ago
- 5ecb7aa Add availability information for a couple of the types, and notes on writing by Fred Drake · 23 years ago
- cadc9fb Patch 547037. Corrected documentation to match by Raymond Hettinger · 23 years ago
- b07fa39 Added missing index entries for mapping methods. Closes patch #548693. by Raymond Hettinger · 23 years ago
- 576474c Closes SF bug 527139. Brings docs inline with random.py 1.29 by Raymond Hettinger · 23 years ago
- 5359ad6 Correct gammavariate's method name and domain. by Raymond Hettinger · 23 years ago
- c045b49 Added degrees() and radians() to mathmodule. Closing patch 552452 and by Raymond Hettinger · 23 years ago
- 1f89e2a Fix markup error that suppressed space. by Fred Drake · 23 years ago
- d05c74f Add a note explaining the interaction between unbuffered input and by Fred Drake · 23 years ago
- b903201 Update the xrange object description to reflect the removal of deprecated by Fred Drake · 23 years ago
- 4d707a5 Remove extra period produced by previous change. by Fred Drake · 23 years ago
- 4b27051 Correct information on support for repietition & concatenation for buffer by Fred Drake · 23 years ago
- 7f781c9 Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. by Fred Drake · 23 years ago
- a65375c Explain what os.read() returns at end of file. by Fred Drake · 23 years ago
- 7938fab Add missing right-parenthesis. by Fred Drake · 23 years ago
- 52cc670 Add a note about when the "%r" formatting code was added. by Fred Drake · 23 years ago
- 81b9251 Mostly in SequenceMatcher.{__chain_b, find_longest_match}: by Tim Peters · 23 years ago
- d3e6678 Slightly expand and clarify the differences between getegid(), getgid(), by Fred Drake · 23 years ago
- a7bb2b9 Be more consistent, both internally and with recommended practice. by Fred Drake · 23 years ago
- 38f7197 Documentation for the enumerate() function/type. This closes SF patch #547162. by Fred Drake · 23 years ago
- 99d17006 Add text about circular references caused by storing frames in local by Fred Drake · 23 years ago
- 106c1a0 WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. by Fred Drake · 23 years ago
- 8388895 SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) closes SF #514433 by Anthony Baxter · 23 years ago
- de02bcb Apply patch diff.txt from SF feature request http://www.python.org/sf/444708 by Walter Dörwald · 23 years ago
- b02ea65 typo by Skip Montanaro · 23 years ago
- 933f159 Add a version annotation for the help() function. by Fred Drake · 23 years ago
- 6c7bc31 added small clarification to the descriptions of encode() and decode() by Skip Montanaro · 23 years ago
- e19a5bc Be consistent in presenting the signatures. by Fred Drake · 23 years ago
- 1549855 Add docs for os.fchdir(). by Fred Drake · 23 years ago
- 068325e Apply the second version of SF patch http://www.python.org/sf/536241 by Walter Dörwald · 23 years ago
- 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 23 years ago
- 8b1c47b Document the optional argument to the .strip(), .rstrip(), .strip() string by Fred Drake · 23 years ago
- d4c0e5f BDFL agreed with Tim: rehabilitate randint(). by Fred Drake · 23 years ago
- e027d98 Add Raymond Hettinger's d.pop(). See SF patch 539949. by Guido van Rossum · 23 years ago
- 81bdc93 Explain octal escapes. Fixes #542226. by Martin v. Löwis · 23 years ago
- 2854c47 Remove mention of 'pre' module by Andrew M. Kuchling · 23 years ago
- 3b2625f document all the valid encoding values by Skip Montanaro · 23 years ago
- 6b35370 Update docs for bool changes by Guido around April 6 by Neal Norwitz · 23 years ago
- 688357e Patch #512005: getrusage() returns struct-like object. by Martin v. Löwis · 23 years ago
- bc82ab1 Do not call "knee" a standard module, and point to the new location. by Fred Drake · 23 years ago
- d3dab2b Update doc to reflect Tim's changes to bool. by Neal Norwitz · 23 years ago
- a2c2595 Add a version annotation regarding the urlopen(proxies={...}). by Fred Drake · 23 years ago
- 5ca3a08 The rest of the documentation for manual proxy configuration for a basic by Fred Drake · 23 years ago
- d216703 Documentation for manual proxy configuration, by Andy Gimblett. by Fred Drake · 23 years ago
- ce5df49 SF 539024, Fix broken link to numpy by Neal Norwitz · 23 years ago
- 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 23 years ago
- aee113d Add an experimental mechanism to support extending the pprint formatting. by Fred Drake · 23 years ago
- 4dfb7a8 Explain that os.spawn*() return the process handle on Windows. by Fred Drake · 23 years ago
- d5a072f Fix up the documentation of the type codes to give both the C and Python by Fred Drake · 23 years ago
- 8d62e94 Minor wording change. by Fred Drake · 23 years ago
- bb6bbc4 add exception class hierarchy. This should probably be done differently, by Skip Montanaro · 23 years ago
- 47cdf6f Add documentation on the hasfree data object. by Fred Drake · 23 years ago
- e3a3ceb Minor consistency adjustments. by Fred Drake · 23 years ago
- 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 23 years ago
- 8a79727 add seealso referring to site module doc where people can learn how to by Skip Montanaro · 23 years ago
- 57f8e06 Document the finditer() function and method. This closes SF bug #520904. by Fred Drake · 23 years ago
- 3787c9d Added description of binhex.Error. by Fred Drake · 23 years ago