Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In a number of places code still revers | Ronald Oussoren | 2010-05-05 | 1 | -1/+1 |
| | | | | | | | | | to "sys.platform == 'mac'" and that is dead code because it refers to a platform that is no longer supported (and hasn't been supported for several releases). Fixes issue #7908 for the trunk. | ||||
* | Add some more items; the urlparse change is added twice | Andrew M. Kuchling | 2010-05-04 | 1 | -1/+60 |
| | |||||
* | wbits negative was documented SEVEN years ago | Jesus Cea | 2010-05-03 | 1 | -3/+1 |
| | |||||
* | Fix attribution. Travis didn't do much and he did a bad work. | Antoine Pitrou | 2010-05-01 | 1 | -1/+1 |
| | | | | (yes, this is a sensitive subject, sorry) | ||||
* | Describe memoryview | Andrew M. Kuchling | 2010-05-01 | 1 | -1/+53 |
| | |||||
* | Minor grammar fix | Andrew M. Kuchling | 2010-05-01 | 1 | -1/+1 |
| | |||||
* | Add various items | Andrew M. Kuchling | 2010-05-01 | 1 | -5/+30 |
| | |||||
* | Add item | Andrew M. Kuchling | 2010-04-30 | 1 | -0/+10 |
| | |||||
* | Minor grammar re-wording | Andrew M. Kuchling | 2010-04-30 | 1 | -2/+2 |
| | |||||
* | Add various items; rearrange unittest section a bit | Andrew M. Kuchling | 2010-04-30 | 1 | -51/+87 |
| | |||||
* | Markup fix; clarify by adding 'in that order' | Andrew M. Kuchling | 2010-04-30 | 1 | -2/+3 |
| | |||||
* | Fix typos | Andrew M. Kuchling | 2010-04-30 | 2 | -2/+2 |
| | |||||
* | Reword paragraph to make its meaning clearer. | Andrew M. Kuchling | 2010-04-30 | 1 | -7/+10 |
| | | | | | | Antoine Pitrou: is my version of the paragraph still correct? R. David Murray: is this more understandable than the previous version? | ||||
* | Fixes issue 8543 (asynchat documentation issues) | Giampaolo Rodolà | 2010-04-29 | 1 | -91/+10 |
| | |||||
* | Fixing the Broken links of mechanize library. | Senthil Kumaran | 2010-04-29 | 1 | -3/+2 |
| | |||||
* | Group the Windows entries in getfilesystemencoding doc, move the win 9x one ↵ | Ezio Melotti | 2010-04-29 | 1 | -7/+9 |
| | | | | at the bottom of the list and fix some markup. | ||||
* | update pypy url | Benjamin Peterson | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | update pypy description | Benjamin Peterson | 2010-04-29 | 1 | -6/+6 |
| | |||||
* | Add various unittest items | Andrew M. Kuchling | 2010-04-29 | 1 | -16/+40 |
| | |||||
* | Fix doubled 'the'. | Andrew M. Kuchling | 2010-04-29 | 1 | -16/+16 |
| | | | | | | | Markup fixes to use :exc:, :option: in a few places. (Glitch: unittest.main's -c ends up a link to the Python interpreter's -c option. Should we skip using :option: for that switch, or disable the auto-linking somehow?) | ||||
* | Add various items | Andrew M. Kuchling | 2010-04-29 | 1 | -13/+51 |
| | |||||
* | Clarify and fix the documentation for IOBase.close() | Antoine Pitrou | 2010-04-28 | 1 | -2/+4 |
| | |||||
* | State clearly that truncate() doesn't move the file position, | Antoine Pitrou | 2010-04-28 | 1 | -6/+3 |
| | | | | and remove a duplicate of its specification. | ||||
* | Fixed Issue6312 - httplib fails with HEAD requests to pages with ↵ | Senthil Kumaran | 2010-04-28 | 1 | -0/+16 |
| | | | | "transfer-encoding: chunked" | ||||
* | Add version changed note for -m tinkering with sys.argv[0] during the search ↵ | Nick Coghlan | 2010-04-28 | 1 | -0/+2 |
| | | | | process | ||||
* | Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' ↵ | Nick Coghlan | 2010-04-28 | 1 | -2/+3 |
| | | | | instead of '-c' while searching for the module to be executed | ||||
* | Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module ↵ | Nick Coghlan | 2010-04-28 | 1 | -23/+39 |
| | | | | containing the exception under test (original patch by Lennart Regebro) | ||||
* | make slice notation in (r)find docs consistent | Benjamin Peterson | 2010-04-27 | 1 | -7/+7 |
| | |||||
* | reject None as the buffering argument like the C implementation does #8546 | Benjamin Peterson | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | Adding versionadded to various new unittest functions in documentation | Michael Foord | 2010-04-26 | 1 | -0/+8 |
| | |||||
* | Adding unittest.removeHandler function / decorator for removing the ↵ | Michael Foord | 2010-04-25 | 1 | -2/+25 |
| | | | | signal.SIGINT signal handler. With tests and docs. | ||||
* | Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric. | Georg Brandl | 2010-04-25 | 1 | -1/+1 |
| | |||||
* | Fix code example to have valid syntax so that it can be highlighted. | Georg Brandl | 2010-04-25 | 1 | -1/+1 |
| | |||||
* | Patch from Tim Hatch: Minor spelling changes to _winreg docs. | Georg Brandl | 2010-04-25 | 1 | -5/+5 |
| | |||||
* | Patch from Tim Hatch: Remove reference to winreg being the fabled high-level ↵ | Georg Brandl | 2010-04-25 | 1 | -2/+2 |
| | | | | registry interface. | ||||
* | Patch from Tim Hatch: Better cross-referencing in socket and winreg docs. | Georg Brandl | 2010-04-25 | 2 | -50/+67 |
| | |||||
* | Remove LaTeXy index entry syntax. | Georg Brandl | 2010-04-25 | 1 | -2/+2 |
| | |||||
* | #8522: use with statement instead of try-finally for file handling. | Georg Brandl | 2010-04-25 | 1 | -4/+1 |
| | |||||
* | #8528: fix typo. | Georg Brandl | 2010-04-25 | 1 | -1/+1 |
| | |||||
* | Fix #5774. Some _winreg functions are documented as taking kwargs but don't. | Brian Curtin | 2010-04-24 | 1 | -3/+3 |
| | |||||
* | Markup fixes. | Georg Brandl | 2010-04-24 | 1 | -43/+39 |
| | |||||
* | issue8451: Making syslog module use sys.argv[0] for "ident". | Sean Reifscheider | 2010-04-23 | 1 | -20/+65 |
| | |||||
* | Add "report a bug" links in some prominent places. Make it clear that doc ↵ | Georg Brandl | 2010-04-22 | 5 | -13/+48 |
| | | | | bugs can be mailed to docs@python.org. Clarify tracker usage. | ||||
* | Changed tests to only urlparse one, which was enough, addressed Ezio's comment | Senthil Kumaran | 2010-04-22 | 1 | -1/+5 |
| | | | | on Invalid url check statement and versionchanged string in docs. | ||||
* | Updated the RFCs list in the See Also section of urlparse.rst | Senthil Kumaran | 2010-04-22 | 1 | -5/+17 |
| | |||||
* | removed ztar support in shutil.make_archive | Tarek Ziadé | 2010-04-20 | 1 | -2/+1 |
| | |||||
* | #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ↵ | Ezio Melotti | 2010-04-20 | 1 | -1/+1 |
| | | | | itertools.ifilterfalse | ||||
* | Add version info for os.kill and signal changes from #1220212. | Brian Curtin | 2010-04-20 | 2 | -2/+6 |
| | |||||
* | Fixed #8463: added missing reference to bztar in shutil's documentation. | Tarek Ziadé | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change the | Antoine Pitrou | 2010-04-17 | 1 | -4/+16 |
| | | | | available cipher list. Helps fix test_ssl with OpenSSL 1.0.0. |