Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output served URL when running ssl_servers | Antoine Pitrou | 2010-11-05 | 1 | -0/+2 |
| | |||||
* | Fix test_httplib when built without threads | Antoine Pitrou | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | Fix bootstrap issues when building without threads | Antoine Pitrou | 2010-11-05 | 2 | -5/+9 |
| | |||||
* | Issue #10311: The signal module now restores errno before returning from | Antoine Pitrou | 2010-11-05 | 3 | -14/+24 |
| | | | | its low-level signal handler. Patch by Hallvard B Furuseth. | ||||
* | Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. | Antoine Pitrou | 2010-11-05 | 4 | -12/+41 |
| | |||||
* | Fixed socket_gethostname() on windows. | Hirokazu Yamamoto | 2010-11-05 | 1 | -6/+9 |
| | |||||
* | Issue #10288: The deprecated family of "char"-handling macros | David Malcolm | 2010-11-05 | 4 | -59/+28 |
| | | | | | (ISLOWER()/ISUPPER()/etc) have now been removed: use Py_ISLOWER() etc instead. | ||||
* | Close subprocess pipes to clean up ResourceWarnings | Brian Curtin | 2010-11-05 | 1 | -0/+4 |
| | |||||
* | Fix a number of ResourceWarnings on Windows due to open pipes. | Brian Curtin | 2010-11-05 | 1 | -0/+17 |
| | |||||
* | Add socket cleanup for ResourceWarning and update test to use skip decorator | Brian Curtin | 2010-11-05 | 1 | -2/+2 |
| | |||||
* | Merge the doc for assertTrue/False, assert[Not]AlmostEqual, ↵ | Ezio Melotti | 2010-11-05 | 1 | -86/+28 |
| | | | | assert[Not]RegexpMatches, rephrase a couple of paragraphs, and remove redundant doc about the msg arg. | ||||
* | Fix ResourceWarning from subprocess pipes being left open. | Brian Curtin | 2010-11-05 | 1 | -0/+2 |
| | |||||
* | Fix ResourceWarning from subprocess pipe. | Brian Curtin | 2010-11-05 | 1 | -0/+1 |
| | |||||
* | Close subprocess pipes in _kill. Fixes a number of ResourceWarnings. | Brian Curtin | 2010-11-05 | 1 | -0/+3 |
| | |||||
* | Close subprocess pipes in the non-UNIX section of run_cgi. | Brian Curtin | 2010-11-05 | 1 | -0/+2 |
| | | | | Clears a number of ResourceWarnings in test_httpservers. | ||||
* | Shift the pipe-using code into an else block, then close the pipe | Brian Curtin | 2010-11-05 | 1 | -4/+7 |
| | | | | in finally. Removes two ResourceWarnings. | ||||
* | Followup to r86170: fix reference leak in str.format | Antoine Pitrou | 2010-11-05 | 1 | -1/+0 |
| | |||||
* | Move glossary entry to the right position and fix link. | Georg Brandl | 2010-11-05 | 2 | -20/+22 |
| | |||||
* | Add cleanups to stdout/stderr pipes to remove ResourceWarnings. | Brian Curtin | 2010-11-05 | 1 | -0/+16 |
| | |||||
* | Issue #10279: fix test_gc under Win64. | Antoine Pitrou | 2010-11-05 | 1 | -2/+2 |
| | |||||
* | Issue #10283: Add a `group_pattern` argument to NNTP.list(). | Antoine Pitrou | 2010-11-04 | 4 | -17/+53 |
| | |||||
* | Issue #3699: Fix test_bigaddrspace and extend it to test bytestrings | Antoine Pitrou | 2010-11-04 | 2 | -23/+63 |
| | | | | as well as unicode strings. Initial patch by Sandro Tosi. | ||||
* | Issue #10293: Remove obsolete field in the PyMemoryView structure, | Antoine Pitrou | 2010-11-04 | 5 | -47/+6 |
| | | | | | unused undocumented value PyBUF_SHADOW, and strangely-looking code in PyMemoryView_GetContiguous. | ||||
* | Move the deprecated aliases in a new section. | Ezio Melotti | 2010-11-04 | 1 | -30/+24 |
| | |||||
* | Issue #6081: Add str.format_map. str.format_map(mapping) is similar to ↵ | Eric Smith | 2010-11-04 | 5 | -1/+104 |
| | | | | str.format(**mapping), except mapping does not get converted to a dict. | ||||
* | Issue #10314: improve performance of JSON encoding with sort_keys=True | Antoine Pitrou | 2010-11-04 | 1 | -20/+25 |
| | |||||
* | Updated PC/VS8.0. (mainly to follow r86137: use temporary dir in ↵ | Hirokazu Yamamoto | 2010-11-04 | 4 | -95/+120 |
| | | | | make_buildinfo.c) | ||||
* | Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. | Ezio Melotti | 2010-11-04 | 1 | -32/+9 |
| | |||||
* | Can build older OpenSSL in http://svn.python.org/projects/externals/ | Hirokazu Yamamoto | 2010-11-04 | 3 | -3/+3 |
| | | | | without Perl again. | ||||
* | Added svn:ignore. | Hirokazu Yamamoto | 2010-11-04 | 0 | -0/+0 |
| | |||||
* | Issue #5391: mmap.read_byte() should return unsigned value [0, 255] | Hirokazu Yamamoto | 2010-11-04 | 2 | -1/+10 |
| | | | | instead of signed value [-127, 128]. | ||||
* | Fix Issue 10307 - compile error in readline.c | Senthil Kumaran | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | Fix three ResourceWarnings. | Brian Curtin | 2010-11-04 | 1 | -0/+5 |
| | | | | Mimic the clientTearDown from ThreadedTCPSocketTest, closing the socket. | ||||
* | Demote one warning to a note. There's no security risk here, just a note on ↵ | Raymond Hettinger | 2010-11-04 | 1 | -1/+1 |
| | | | | usage and avialability. | ||||
* | Put warning block in the main flow of text. | Raymond Hettinger | 2010-11-04 | 1 | -16/+14 |
| | |||||
* | classic classes are gone; whoppie! | Benjamin Peterson | 2010-11-04 | 1 | -13/+1 |
| | |||||
* | deuglify | Benjamin Peterson | 2010-11-03 | 1 | -2/+3 |
| | |||||
* | Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added | Phillip J. Eby | 2010-11-03 | 5 | -8/+164 |
| | | | | | docs and support for more client-generated CGI variables. (This should complete the WSGI 1.0.1 compliance changes for Python 3.x.) | ||||
* | update items/keys/values doc #10300 | Benjamin Peterson | 2010-11-03 | 1 | -6/+4 |
| | |||||
* | Divide the context manager signature from the normal one for consistency ↵ | Ezio Melotti | 2010-11-03 | 1 | -2/+4 |
| | | | | with the other methods. | ||||
* | Minor cleanups to unittest doc. | Ezio Melotti | 2010-11-03 | 1 | -4/+4 |
| | |||||
* | List the assert* methods in tables in unittest doc. | Ezio Melotti | 2010-11-03 | 1 | -194/+328 |
| | |||||
* | Issue #10285: explain the `flag` return field better in NNTP.list(). | Antoine Pitrou | 2010-11-03 | 2 | -2/+12 |
| | | | | Patch by Julien Élie. | ||||
* | Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER | Antoine Pitrou | 2010-11-03 | 4 | -4/+35 |
| | | | | response, instead of raising an exception. | ||||
* | issue 9981 | Kristján Valur Jónsson | 2010-11-03 | 3 | -87/+48 |
| | | | | let make_buildinfo use a temporary directory on windows | ||||
* | Disabling SNI test; server admin would not like us to use it for automated ↵ | Antoine Pitrou | 2010-11-03 | 1 | -2/+3 |
| | | | | tests. | ||||
* | A newline in lineno output breaks pyframe output. | Georg Brandl | 2010-11-03 | 1 | -1/+1 |
| | |||||
* | Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. | Phillip J. Eby | 2010-11-03 | 3 | -22/+28 |
| | |||||
* | Issue #10173: test_multiprocessing shouldn't pickle TestCase instances | Antoine Pitrou | 2010-11-02 | 1 | -24/+49 |
| | |||||
* | Issue #10280: NNTP.nntp_version should reflect the highest version | Antoine Pitrou | 2010-11-02 | 3 | -4/+9 |
| | | | | advertised by the server. |