Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Issue #11244: Remove outdated peepholer check that was preventing the ↵ | Mark Dickinson | 2011-03-23 | 4 | -4/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. | |||||
* | | | | | | | Expose the namedtuple source with a _source attribute. | Raymond Hettinger | 2011-03-23 | 3 | -53/+20 | |
| | | | | | | | ||||||
* | | | | | | | Move namespace setup inside the template. | Raymond Hettinger | 2011-03-23 | 1 | -2/+7 | |
|/ / / / / / | ||||||
* | | | | | | Fix set representation in an example. | Raymond Hettinger | 2011-03-23 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Minor named tuple clean-ups. | Raymond Hettinger | 2011-03-23 | 2 | -42/+42 | |
| | | | | | | ||||||
* | | | | | | Factor-out named tuple class definition template strings. | Raymond Hettinger | 2011-03-23 | 1 | -51/+60 | |
| | | | | | | ||||||
* | | | | | | Branch merge | Éric Araujo | 2011-03-23 | 6 | -5/+36 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge from 3.2. | Éric Araujo | 2011-03-23 | 1 | -2/+5 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix was already present in 3.3, but I merged two small changes recommended by Raymond while I was working on the 2.7 patch to ease future merges. | |||||
| * | | | | | | | Do not touch sys.path when site is imported and python was started with -S. | Éric Araujo | 2011-03-23 | 6 | -5/+36 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original patch by Carl Meyer, review by Brett Cannon, small doc editions by yours truly. Fixes #11591. | |||||
* | | | | | | | | Merge from 3.2 | Éric Araujo | 2011-03-23 | 1 | -2/+5 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | 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 #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 #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 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 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Issue 10988: fix description of super's descriptor call. | Raymond Hettinger | 2011-03-22 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Clean-up whitespace. | Raymond Hettinger | 2011-03-22 | 1 | -7/+7 | |
| | | | | ||||||
* | | | | Replace **locals() with explicit field names. | Raymond Hettinger | 2011-03-22 | 1 | -4/+8 | |
| | | | | ||||||
* | | | | Simplify the named tuple template by using the new string format syntax. | Raymond Hettinger | 2011-03-22 | 1 | -15/+15 | |
| | | | | ||||||
* | | | | Improve readability by replacing '\n' in template with real newlines. | Raymond Hettinger | 2011-03-22 | 1 | -9/+19 | |
| |_|/ |/| | | ||||||
* | | | Issue #11333: Add __slots__ to the collections ABCs. | Raymond Hettinger | 2011-03-22 | 2 | -0/+28 | |
| | | | ||||||
* | | | Merge | Antoine Pitrou | 2011-03-22 | 0 | -0/+0 | |
|\ \ \ | ||||||
| * \ \ | Issue #11625: Fix Typo | Raymond Hettinger | 2011-03-22 | 2 | -1/+2 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge | Antoine Pitrou | 2011-03-22 | 3 | -10/+11 | |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | ||||||
| * | | | 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 #11630, issue #3080: Fix refleak introduced by ef2b6305d395 | Victor Stinner | 2011-03-22 | 1 | -1/+4 | |
| | | | ||||||
* | | | Issue #11628: cmp_to_key should use __slots__. | Raymond Hettinger | 2011-03-22 | 2 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #11628: cmp_to_key should use __slots__. | Raymond Hettinger | 2011-03-22 | 2 | -0/+3 | |
| | | | ||||||
* | | | Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file | Victor Stinner | 2011-03-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | cannot be found. | |||||
* | | | Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s | Victor Stinner | 2011-03-22 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | I suppose that the author would like to truncate the type name, not get a string of 100/200 characters. | |||||
* | | | Fix rename spelling error. | R David Murray | 2011-03-21 | 1 | -0/+0 | |
| | | | ||||||
* | | | Dummy merge to overlay fixed email.test move on top of borked move. | R David Murray | 2011-03-21 | 0 | -0/+0 | |
|\ \ \ | ||||||
| * | | | Move email tests to Lib/test package and modernize test runner machinery | R David Murray | 2011-03-21 | 54 | -47/+25 | |
| | | | | ||||||
* | | | | Correctly move email package tests to Lib/test. | R David Murray | 2011-03-21 | 56 | -47/+22 | |
|/ / / | ||||||
* | | | Prepare for move of email tests. | R David Murray | 2011-03-21 | 1 | -0/+1 | |
| | | | ||||||
* | | | Make regrtest recognize test packages as well as test modules. | R David Murray | 2011-03-21 | 1 | -3/+3 | |
| | | | ||||||
* | | | Always print out the traceback when a test "crashed" | Antoine Pitrou | 2011-03-21 | 1 | -5/+2 | |
|\ \ \ | |/ / |