Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | Markup fixes for #7198 patch. | R David Murray | 2011-03-20 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| |\ \ | | |/ | |||||
| | * | #7198: really add newline='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -10/+11 |
* | | | Fix footnote reference. | R David Murray | 2011-03-20 | 1 | -1/+1 |
* | | | mention newline= in write doc | Skip Montanaro | 2011-03-20 | 1 | -2/+2 |
* | | | Issue #3080: Add PyImport_ImportModuleLevelObject() function | Victor Stinner | 2011-03-14 | 1 | -1/+8 |
* | | | Issue #3080: Document the name attribute of the _inittab structure | Victor Stinner | 2011-03-07 | 1 | -5/+5 |
* | | | Issue #3080: Add PyImport_ImportFrozenModuleObject() | Victor Stinner | 2011-03-20 | 1 | -1/+9 |
* | | | #7198: add newlines='' to csv.writer docs. | R David Murray | 2011-03-20 | 1 | -10/+11 |
* | | | untab | Skip Montanaro | 2011-03-19 | 1 | -1/+1 |
* | | | *sigh* - i don't like this workflow at all | Skip Montanaro | 2011-03-19 | 1 | -52/+0 |
* | | | merge from upstream | Skip Montanaro | 2011-03-19 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -1/+1 |
| | * | | Issue 7391: Remove questionable and outdated HOWTO document with permission f... | Raymond Hettinger | 2011-03-19 | 2 | -291/+0 |
* | | | | commit merge | Skip Montanaro | 2011-03-19 | 3 | -8/+257 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 1 | -0/+238 |
| * | | | Issue #5870: Add subprocess.DEVNULL constant. | Ross Lagerwall | 2011-03-16 | 1 | -6/+17 |
| * | | | Fix typo in subprocess documentation. | Ronald Oussoren | 2011-03-16 | 1 | -1/+1 |
| * | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
* | | | | Mention RFC 4180. Based on input by Tony Wallace in issue 11456. | Skip Montanaro | 2011-03-19 | 1 | -12/+64 |
|/ / / |