| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add .hgeol file and fix newlines in the 2.5 branch. | Georg Brandl | 2011-03-05 | 1 | -27/+27 |
| | | |||||
| * | #2525: update tzinfo example. | Georg Brandl | 2008-04-07 | 1 | -8/+38 |
| | | |||||
| * | Grammar fix | Andrew M. Kuchling | 2008-03-07 | 1 | -1/+1 |
| | | |||||
| * | Backport documentation improvements. | Raymond Hettinger | 2008-03-07 | 1 | -32/+39 |
| | | |||||
| * | #2079: typo in userdict docs. | Georg Brandl | 2008-02-21 | 1 | -1/+1 |
| | | |||||
| * | Backport LaTex version of r60651: | Walter Dörwald | 2008-02-07 | 1 | -2/+2 |
| | | | | | | Fix documentation for Calendar.iterweekdays(): firstweekday is a property. Fixes second part of #2018. | ||||
| * | Backport LaTeX version of r60649: | Walter Dörwald | 2008-02-07 | 1 | -5/+5 |
| | | | | | | | Clarify that the output of TextCalendar.formatmonth() and TextCalendar.formatyear() for custom instances won't be influenced by calls to the module global setfirstweekday() function. Fixes #2018. | ||||
| * | Remove month parameter from Calendar.yeardatescalendar(), | Walter Dörwald | 2008-02-06 | 1 | -3/+3 |
| | | | | | | Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods don't have such a parameter. Fixes issue #2017. (2.5 backport of r60618) | ||||
| * | Bug 1296: restore text describing OptionGroup | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+33 |
| | | |||||
| * | Backport r59999: fix MSDN link. (#1854) | Georg Brandl | 2008-01-16 | 1 | -1/+1 |
| | | |||||
| * | Backport r58868: | Gregory P. Smith | 2007-11-06 | 1 | -1/+5 |
| | | | | | | Fixes Issue 1385: The hmac module now computes the correct hmac when using hashes with a block size other than 64 bytes (such as sha384 and sha512). | ||||
| * | Note change to get_dialect semantics in 2.5. | Skip Montanaro | 2007-11-04 | 1 | -0/+5 |
| | | |||||
| * | #1364: os.lstat is available on Windows too, as an alias to os.stat. | Georg Brandl | 2007-11-01 | 1 | -2/+3 |
| | | |||||
| * | Sets are marshalable. | Raymond Hettinger | 2007-10-31 | 1 | -1/+1 |
| | | |||||
| * | Clarify the reasons why pickle is almost always better than marshal | Raymond Hettinger | 2007-10-31 | 1 | -1/+9 |
| | | |||||
| * | Bug #1313, fix typo (wrong variable name) in example. | Neal Norwitz | 2007-10-23 | 1 | -1/+1 |
| | | |||||
| * | Backport r58545. | Georg Brandl | 2007-10-19 | 1 | -1/+1 |
| | | |||||
| * | Backport r58542. | Georg Brandl | 2007-10-19 | 1 | -6/+4 |
| | | |||||
| * | Fix email example. | Georg Brandl | 2007-10-13 | 1 | -1/+1 |
| | | |||||
| * | move descriptions of ac_(in|out)_buffer_size to the right place | Fred Drake | 2007-10-05 | 2 | -11/+11 |
| | | | | | http://bugs.python.org/issue1053 | ||||
| * | #1196: document default radix for int(). | Georg Brandl | 2007-09-24 | 1 | -1/+1 |
| | | |||||
| * | Fix -- being converted to - in HTML. #1186. | Georg Brandl | 2007-09-24 | 1 | -30/+30 |
| | | |||||
| * | issue1172: Documentation of "done" attribute in cgi module. | Sean Reifscheider | 2007-09-18 | 1 | -0/+5 |
| | | |||||
| * | Fix typo: c_float represents to C float type. | Thomas Heller | 2007-09-06 | 1 | -1/+1 |
| | | |||||
| * | Warn about possible risks when extracting untrusted archives. | Lars Gustäbel | 2007-08-30 | 1 | -0/+10 |
| | | |||||
| * | Bug #1766421: "return code" vs. "status code". | Georg Brandl | 2007-08-23 | 1 | -2/+2 |
| | | |||||
| * | - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 | Matthias Klose | 2007-08-16 | 1 | -1/+1 |
| | | |||||
| * | Revert the fix for #1548891, it broke backwards compatibility with arbitrary ↵ | Georg Brandl | 2007-08-08 | 1 | -0/+4 |
| | | | | | | | | read buffers. Fixes #1730114. (backport from rev. 56830) | ||||
| * | tabs, newlines and crs are valid XML characters. | Georg Brandl | 2007-07-26 | 1 | -1/+2 |
| | | | | | (backport from rev. 56551) | ||||
| * | Add description for wave.setcomptype() values | Georg Brandl | 2007-07-18 | 1 | -0/+2 |
| | | | | | (backport from rev. 56451) | ||||
| * | Typo fix | Andrew M. Kuchling | 2007-07-14 | 1 | -1/+1 |
| | | |||||
| * | Clarify webbrowser.open description. | Georg Brandl | 2007-07-14 | 1 | -1/+1 |
| | | | | | (backport from rev. 56366) | ||||
| * | Bug #1753406: missing \versionadded for subprocess.check_call. | Georg Brandl | 2007-07-14 | 1 | -0/+2 |
| | | | | | (backport from rev. 56364) | ||||
| * | Backport 56345 | Raymond Hettinger | 2007-07-14 | 1 | -3/+3 |
| | | |||||
| * | Patch #1731659: improve time.strptime docs. | Georg Brandl | 2007-07-12 | 1 | -9/+17 |
| | | | | | (backport from rev. 56302) | ||||
| * | Remove duplicate sentence from alarm() doc. | Georg Brandl | 2007-07-02 | 1 | -2/+1 |
| | | | | | (backport from rev. 56143) | ||||
| * | Document smtp.SMTPAuthenticationError. | Georg Brandl | 2007-06-30 | 1 | -0/+4 |
| | | | | | (backport from rev. 56129) | ||||
| * | Fix a variable name in winreg docs. | Georg Brandl | 2007-06-27 | 1 | -1/+1 |
| | | | | | (backport from rev. 56091) | ||||
| * | Bug #1742901: document None behavior of shlex.split. | Georg Brandl | 2007-06-25 | 1 | -0/+3 |
| | | | | | (backport from rev. 56084) | ||||
| * | Bug #1739115: make shutil.rmtree docs clear wrt. file deletion. | Georg Brandl | 2007-06-19 | 1 | -5/+6 |
| | | | | | (backport from rev. 56040) | ||||
| * | SF #1738670, make example in doc work | Neal Norwitz | 2007-06-17 | 1 | -0/+6 |
| | | |||||
| * | Fix wrong documentation, and correct the punktuation. | Thomas Heller | 2007-06-08 | 1 | -2/+2 |
| | | | | | | | Closes [1700455]. Backported from trunk. | ||||
| * | Updated documentation for SysLogHandler (#1720726). | Vinay Sajip | 2007-05-25 | 1 | -2/+5 |
| | | |||||
| * | Document "new" params to HTTPConnection/HTTPSConnection | Neal Norwitz | 2007-05-22 | 1 | -3/+8 |
| | | |||||
| * | Backport rev 55465 by Nick Coghlan. | Georg Brandl | 2007-05-20 | 1 | -1/+1 |
| | | |||||
| * | fix argument name in documentation; match the implementation | Fred Drake | 2007-05-17 | 1 | -2/+2 |
| | | |||||
| * | Bug #1719995: don't use deprecated method in sets example. | Georg Brandl | 2007-05-16 | 1 | -3/+3 |
| | | | | | (backport from rev. 55383) | ||||
| * | Update DDJ link. | Georg Brandl | 2007-05-11 | 1 | -1/+1 |
| | | | | | (backport from rev. 55259) | ||||
| * | Patch #1714700: clarify os.linesep vs. tfiles opened in text mode. | Georg Brandl | 2007-05-11 | 1 | -3/+6 |
| | | | | | (backport) | ||||
| * | Backport: Add markup for True/False. | Neal Norwitz | 2007-05-09 | 1 | -4/+4 |
| | | |||||
