| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) | Éric Araujo | 2010-11-06 | 41 | -56/+86 |
|
|
* | Fix one omission in r78359 | Éric Araujo | 2010-11-06 | 1 | -0/+1 |
|
|
* | Also close file descriptors from os.popen and subprocess.Popen | Éric Araujo | 2010-11-06 | 2 | -20/+26 |
|
|
* | Issue #10330: trace module can now be used with python built without threads. | Alexander Belopolsky | 2010-11-06 | 1 | -5/+18 |
|
|
* | Clear up ResourceWarnings | Brian Curtin | 2010-11-06 | 1 | -0/+1 |
|
|
* | Of course, I forgot one file in r86223. | Éric Araujo | 2010-11-05 | 1 | -2/+4 |
|
|
* | Add missing entry for r86223. | Éric Araujo | 2010-11-05 | 1 | -0/+3 |
|
|
* | Always close files in distutils code and tests (#10252). | Éric Araujo | 2010-11-05 | 24 | -173/+263 |
|
|
* | More what's new | Antoine Pitrou | 2010-11-05 | 1 | -0/+6 |
|
|
* | Update 3.2 what's new | Antoine Pitrou | 2010-11-05 | 1 | -6/+43 |
|
|
* | Issue #10180: Pickling file objects is now explicitly forbidden, since | Antoine Pitrou | 2010-11-05 | 6 | -0/+57 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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, assert[Not]Regexp... | Ezio Melotti | 2010-11-05 | 1 | -86/+28 |
|
|
* | 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 |
|
|
* | Shift the pipe-using code into an else block, then close the pipe | Brian Curtin | 2010-11-05 | 1 | -4/+7 |
|
|
* | 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 |
|
|
* | Issue #10293: Remove obsolete field in the PyMemoryView structure, | Antoine Pitrou | 2010-11-04 | 5 | -47/+6 |
|
|
* | 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 str.fo... | Eric Smith | 2010-11-04 | 5 | -1/+104 |
|
|
* | 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 make_buildin... | Hirokazu Yamamoto | 2010-11-04 | 4 | -95/+120 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Demote one warning to a note. There's no security risk here, just a note on ... | Raymond Hettinger | 2010-11-04 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | update items/keys/values doc #10300 | Benjamin Peterson | 2010-11-03 | 1 | -6/+4 |
|
|