Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11393: Add the new faulthandler module | Victor Stinner | 2011-03-30 | 4 | -1/+146 |
* | Merge. | guido@google.com | 2011-03-29 | 11 | -71/+155 |
|\ | |||||
| * | Remove the 'strict' argument to Parser, deprecated since 2.4. | R David Murray | 2011-03-29 | 1 | -8/+3 |
| * | #10617: merge with 3.2. | Ezio Melotti | 2011-03-28 | 1 | -8/+50 |
| |\ | |||||
| | * | #10617: merge with 3.1. | Ezio Melotti | 2011-03-28 | 1 | -8/+50 |
| | |\ | |||||
| | | * | #10617: add class directives to collections ABCs. | Ezio Melotti | 2011-03-28 | 1 | -8/+50 |
| * | | | Add optional *func* argument to itertools.accumulate(). | Raymond Hettinger | 2011-03-28 | 1 | -5/+28 |
| * | | | Issue #9343: Document that argparse parent parsers must be configured before ... | Steven Bethard | 2011-03-26 | 1 | -0/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #9343: Document that argparse parent parsers must be configured before ... | Steven Bethard | 2011-03-26 | 1 | -0/+5 |
| * | | | Issue #8982: Improve the documentation for the argparse Namespace object. (Me... | Steven Bethard | 2011-03-26 | 1 | -5/+16 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #8982: Improve the documentation for the argparse Namespace object. | Steven Bethard | 2011-03-26 | 1 | -5/+16 |
| * | | | Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names | Steven Bethard | 2011-03-26 | 1 | -10/+26 |
| * | | | Merge #10553 followup from 3.2 | Éric Araujo | 2011-03-26 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | #10553: Explain why compileall has no command-line argument to control optimi... | Éric Araujo | 2011-03-26 | 1 | -0/+3 |
| * | | | Branch merge | Éric Araujo | 2011-03-26 | 2 | -1/+4 |
| |\ \ \ | |||||
| | * | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 2 | -2/+4 |
| * | | | | Merge 3.2 | Éric Araujo | 2011-03-26 | 4 | -33/+19 |
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / | |||||
| | * | | Merge 3.1 | Éric Araujo | 2011-03-26 | 4 | -33/+19 |
| | |\ \ | | | |/ | |||||
| | | * | Tweaks to sys.flags description table. | Éric Araujo | 2011-03-25 | 1 | -25/+15 |
| | | * | Remove untrue statement from tutorial | Éric Araujo | 2011-03-25 | 1 | -4/+1 |
| | | * | Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] | Éric Araujo | 2011-03-25 | 2 | -2/+2 |
| * | | | Issue #11071: Fix whatsnew description of O/S access to raw bytes. | Raymond Hettinger | 2011-03-25 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #11071: Fix whatsnew description of O/S access to raw bytes. | Raymond Hettinger | 2011-03-25 | 1 | -2/+2 |
* | | | | Merge Issue 11662 from 3.2 branch. | guido@google.com | 2011-03-29 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge Issue 11662 from 3.1 branch. | guido@google.com | 2011-03-29 | 1 | -0/+4 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Issue 11662: Fix vulnerability in urllib/urllib2. | guido@google.com | 2011-03-29 | 1 | -0/+4 |
| | |/ | |||||
* | | | Expose the namedtuple source with a _source attribute. | Raymond Hettinger | 2011-03-23 | 1 | -48/+13 |
* | | | Fix set representation in an example. | Raymond Hettinger | 2011-03-23 | 1 | -1/+1 |
* | | | Minor named tuple clean-ups. | Raymond Hettinger | 2011-03-23 | 1 | -32/+33 |
* | | | Do not touch sys.path when site is imported and python was started with -S. | Éric Araujo | 2011-03-23 | 3 | -2/+20 |
* | | | Issue #10610: Document that int(), float(), and complex() accept numeric lite... | Raymond Hettinger | 2011-03-23 | 1 | -40/+46 |
|\ \ \ | |/ / | |||||
| * | | Issue #10610: Document that int(), float(), and complex() accept numeric lite... | Raymond Hettinger | 2011-03-23 | 1 | -40/+46 |
| |\ \ | | |/ | |||||
| | * | Issue #10610: Document that int(), float(), and complex() accept numeric lite... | Raymond Hettinger | 2011-03-23 | 1 | -40/+46 |
* | | | Issue #10771: Clarify that descriptors get used in an *owner* class or one of... | Raymond Hettinger | 2011-03-22 | 1 | -4/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #10771: Clarify that descriptors get used in an *owner* class or one of... | Raymond Hettinger | 2011-03-22 | 1 | -4/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #10771: Clarify that descriptors get used in an *owner* class or one of... | Raymond Hettinger | 2011-03-22 | 1 | -4/+5 |
| * | | 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 |
* | | | Merge | Antoine Pitrou | 2011-03-22 | 2 | -1/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | Issue #11625: Fix Typo | Raymond Hettinger | 2011-03-22 | 1 | -1/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #11625: Fix Typo | Raymond Hettinger | 2011-03-22 | 1 | -1/+2 |
* | | | Merge to default. | Georg Brandl | 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 |
* | | | Fix a typo (see #3080) | Éric Araujo | 2011-03-20 | 1 | -2/+2 |
* | | | tabs are verboten. | Georg Brandl | 2011-03-20 | 1 | -3/+4 |
* | | | Merge from 3.1 | Éric Araujo | 2011-03-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | 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 |