Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. ↵ | Senthil Kumaran | 2011-03-24 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | Patch by Nadeem Vawda. | |||||
* | | | | Add NEWS entry for 9aa6097131ef | Antoine Pitrou | 2011-03-23 | 1 | -0/+2 | |
| | | | | ||||||
* | | | | Issue #11653: fix -W with -j in regrtest | Antoine Pitrou | 2011-03-23 | 1 | -7/+14 | |
| | | | | ||||||
* | | | | Merge #11590: fix quoprimime decode handling of empty strings and line endings. | R David Murray | 2011-03-23 | 2 | -3/+18 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #11590: fix quoprimime decode handling of empty strings and line endings. | R David Murray | 2011-03-23 | 2 | -3/+18 | |
| | | | | ||||||
* | | | | Merge #11589: add additional tests for the email quoprimime module. | R David Murray | 2011-03-23 | 1 | -14/+178 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #11589: add additional tests for the email quoprimime module. | R David Murray | 2011-03-23 | 1 | -14/+178 | |
| | | | | | | | | | | | | | | | | Patch by Michael Henry. | |||||
* | | | | Branch merge | Éric Araujo | 2011-03-23 | 1 | -2/+5 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge from 3.1. | Éric Araujo | 2011-03-23 | 1 | -2/+5 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | The fix was already committed to 3.2, but I merged two small changes recommended by Raymond while I was working on the 2.7 patch to ease future merges. | |||||
| | * | | | Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by ↵ | Éric Araujo | 2011-03-23 | 2 | -10/+57 | |
| | | | | | | | | | | | | | | | | | | | | Raymond. | |||||
* | | | | | Use transient_internet() consistently in test_imaplib | Antoine Pitrou | 2011-03-23 | 1 | -12/+16 | |
|/ / / / | ||||||
* | | | | Issue #10610: Document that int(), float(), and complex() accept numeric ↵ | Raymond Hettinger | 2011-03-23 | 1 | -40/+46 | |
|\ \ \ \ | |/ / / | | | | | | | | | literals with the Nd property. | |||||
| * | | | Issue #10610: Document that int(), float(), and complex() accept numeric ↵ | Raymond Hettinger | 2011-03-23 | 1 | -40/+46 | |
| | | | | | | | | | | | | | | | | literals with the Nd property. | |||||
* | | | | Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵ | Raymond Hettinger | 2011-03-22 | 1 | -4/+5 | |
|\ \ \ \ | |/ / / | | | | | | | | | of its parents. | |||||
| * | | | Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵ | Raymond Hettinger | 2011-03-22 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | of its parents. | |||||
* | | | | Issue 10787: Document the probability density function for random.gammavariate. | Raymond Hettinger | 2011-03-22 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue 10787: Document the probability density function for random.gammavariate. | Raymond Hettinger | 2011-03-22 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Issue 10988: fix description of super's descriptor call. | Raymond Hettinger | 2011-03-22 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | Issue 10988: fix description of super's descriptor call. | Raymond Hettinger | 2011-03-22 | 1 | -1/+1 | |
| |/ | ||||||
* | | Use shorter timings in test_concurrent_futures to make it a bit faster | Antoine Pitrou | 2011-03-22 | 1 | -9/+9 | |
| | | | | | | | | (it's still very slow) | |||||
* | | Issue #11625: Fix Typo | Raymond Hettinger | 2011-03-22 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Issue #11625: Fix Typo | Raymond Hettinger | 2011-03-22 | 1 | -1/+2 | |
| | | ||||||
* | | Issue #11628: cmp_to_key should use __slots__. | Raymond Hettinger | 2011-03-22 | 2 | -0/+3 | |
| | | ||||||
* | | Always print out the traceback when a test "crashed" | Antoine Pitrou | 2011-03-21 | 1 | -5/+2 | |
| | | ||||||
* | | Try to make test_import a bit more robust | Antoine Pitrou | 2011-03-21 | 1 | -0/+3 | |
| | | ||||||
* | | Relax timing check (seen a buildbot failure on this) | Antoine Pitrou | 2011-03-21 | 1 | -1/+1 | |
| | | ||||||
* | | Merge to 3.2. | Georg Brandl | 2011-03-21 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix duplicate word. | Georg Brandl | 2011-03-21 | 1 | -1/+1 | |
| | | ||||||
* | | merge 3.1 (already commited before) | Victor Stinner | 2011-03-21 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-03-21 | 3 | -1/+33 | |
| | | | | | | | | | | doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes). | |||||
* | | Fix some issue references in NEWS | Éric Araujo | 2011-03-21 | 1 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Fix some issue references in NEWS | Éric Araujo | 2011-03-20 | 1 | -6/+6 | |
| | | ||||||
* | | merge 3.1 | Victor Stinner | 2011-03-21 | 2 | -6/+15 | |
|\ \ | |/ | ||||||
| * | Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar | Victor Stinner | 2011-03-21 | 2 | -9/+18 | |
| | | | | | | | | for expiration year greater than 2038 on 32-bit systems. | |||||
* | | time.strftime(): replace PyErr_Format() by PyErr_SetString() | Victor Stinner | 2011-03-21 | 1 | -3/+2 | |
| | | | | | | | | The argument was not used in the format string. | |||||
* | | Issue #10864 has been fixed: remove the workaround | Victor Stinner | 2011-03-21 | 1 | -6/+2 | |
| | | ||||||
* | | Merge | Antoine Pitrou | 2011-03-20 | 5 | -3/+35 | |
|\ \ | ||||||
| * | | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on | Victor Stinner | 2011-03-20 | 3 | -1/+33 | |
| | | | | | | | | | | | | | | | | | | | | | Windows if the file is a TTY to workaround a Windows bug. The Windows console returns an error (12: not enough space error) on writing into stdout if stdout mode is binary and the length is greater than 66,000 bytes (or less, depending on heap usage). | |||||
| * | | Fix #11586: typo in initfsencoding() | Victor Stinner | 2011-03-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | Patch written by Ray Allen. | |||||
| * | | Merge from 3.1 | Éric Araujo | 2011-03-20 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fix typo in class name | Éric Araujo | 2011-03-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Try to strengthen test_httpservers (issue #11617) | Antoine Pitrou | 2011-03-20 | 1 | -4/+4 | |
|/ / | ||||||
* | | Merge | Antoine Pitrou | 2011-03-20 | 2 | -5/+11 | |
|\ \ | |/ | ||||||
| * | Call reap_children() where appropriate | Antoine Pitrou | 2011-03-20 | 2 | -5/+11 | |
| | | ||||||
* | | Merge markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -3/+3 | |
| | | ||||||
* | | Really merge #7198 | R David Murray | 2011-03-20 | 1 | -10/+11 | |
|\ \ | |/ | | | | | | | | | Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default. | |||||
| * | #7198: really add newline='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -10/+11 | |
| | | | | | | | | | | | | Changeset ab27f16f707a was messed up by a rebase (as were 959f666470cc and 9d1b1a95bc8f) and the patch only got applied to default. | |||||
* | | Save a copy of sys.warnoptions in test_program. | Ezio Melotti | 2011-03-20 | 1 | -1/+1 | |
| | | ||||||
* | | Add a check for sys.warnoptions in regrtest. | Ezio Melotti | 2011-03-20 | 1 | -1/+8 | |
| | |