summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Issue #11244: Remove outdated peepholer check that was preventing the ↵Mark Dickinson2011-03-234-4/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch.
* | | | | | | Expose the namedtuple source with a _source attribute.Raymond Hettinger2011-03-233-53/+20
| | | | | | |
* | | | | | | Move namespace setup inside the template.Raymond Hettinger2011-03-231-2/+7
|/ / / / / /
* | | | | | Fix set representation in an example.Raymond Hettinger2011-03-231-1/+1
| | | | | |
* | | | | | Minor named tuple clean-ups.Raymond Hettinger2011-03-232-42/+42
| | | | | |
* | | | | | Factor-out named tuple class definition template strings.Raymond Hettinger2011-03-231-51/+60
| | | | | |
* | | | | | Branch mergeÉric Araujo2011-03-236-5/+36
|\ \ \ \ \ \
| * \ \ \ \ \ Merge from 3.2.Éric Araujo2011-03-231-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 Araujo2011-03-236-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original patch by Carl Meyer, review by Brett Cannon, small doc editions by yours truly. Fixes #11591.
* | | | | | | | Merge from 3.2Éric Araujo2011-03-231-2/+5
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Branch mergeÉric Araujo2011-03-231-2/+5
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge from 3.1.Éric Araujo2011-03-231-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 Araujo2011-03-232-10/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raymond.
* | | | | | | | Use transient_internet() consistently in test_imaplibAntoine Pitrou2011-03-231-12/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | Use transient_internet() consistently in test_imaplibAntoine Pitrou2011-03-231-12/+16
| |/ / / / /
* | | | | | Issue #10610: Document that int(), float(), and complex() accept numeric ↵Raymond Hettinger2011-03-231-40/+46
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | literals with the Nd property.
| * | | | | Issue #10610: Document that int(), float(), and complex() accept numeric ↵Raymond Hettinger2011-03-231-40/+46
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | literals with the Nd property.
| | * | | | Issue #10610: Document that int(), float(), and complex() accept numeric ↵Raymond Hettinger2011-03-231-40/+46
| | | | | | | | | | | | | | | | | | | | | | | | literals with the Nd property.
* | | | | | Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵Raymond Hettinger2011-03-221-4/+5
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | of its parents.
| * | | | | Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵Raymond Hettinger2011-03-221-4/+5
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | of its parents.
| | * | | | Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵Raymond Hettinger2011-03-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | of its parents.
* | | | | | Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-0/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-0/+6
| | | | | |
| * | | | | Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
* | | | | Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
| | |_|/ | |/| |
* | | | Clean-up whitespace.Raymond Hettinger2011-03-221-7/+7
| | | |
* | | | Replace **locals() with explicit field names.Raymond Hettinger2011-03-221-4/+8
| | | |
* | | | Simplify the named tuple template by using the new string format syntax.Raymond Hettinger2011-03-221-15/+15
| | | |
* | | | Improve readability by replacing '\n' in template with real newlines.Raymond Hettinger2011-03-221-9/+19
| |_|/ |/| |
* | | Issue #11333: Add __slots__ to the collections ABCs.Raymond Hettinger2011-03-222-0/+28
| | |
* | | MergeAntoine Pitrou2011-03-220-0/+0
|\ \ \
| * \ \ Issue #11625: Fix TypoRaymond Hettinger2011-03-222-1/+2
| |\ \ \
* | \ \ \ MergeAntoine Pitrou2011-03-223-10/+11
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Use shorter timings in test_concurrent_futures to make it a bit fasterAntoine Pitrou2011-03-221-9/+9
| |/ / | | | | | | | | | (it's still very slow)
| * | Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
| |\ \ | | |/
| | * Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+2
| | |
* | | Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395Victor Stinner2011-03-221-1/+4
| | |
* | | Issue #11628: cmp_to_key should use __slots__.Raymond Hettinger2011-03-222-0/+3
|\ \ \ | |/ /
| * | Issue #11628: cmp_to_key should use __slots__.Raymond Hettinger2011-03-222-0/+3
| | |
* | | Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the fileVictor Stinner2011-03-221-1/+1
| | | | | | | | | | | | cannot be found.
* | | Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200sVictor Stinner2011-03-222-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 Murray2011-03-211-0/+0
| | |
* | | Dummy merge to overlay fixed email.test move on top of borked move.R David Murray2011-03-210-0/+0
|\ \ \
| * | | Move email tests to Lib/test package and modernize test runner machineryR David Murray2011-03-2154-47/+25
| | | |
* | | | Correctly move email package tests to Lib/test.R David Murray2011-03-2156-47/+22
|/ / /
* | | Prepare for move of email tests.R David Murray2011-03-211-0/+1
| | |
* | | Make regrtest recognize test packages as well as test modules.R David Murray2011-03-211-3/+3
| | |
* | | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2
|\ \ \ | |/ /