Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix prefix_chars not being applied in help text example (reported by John ↵ | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
| | | | | | | | | Kooker on docs@) | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix markup to not add parens to the "hashlib.md5" constructor when the ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
| | | | | | | | | object is meant, not the call. | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+0 | |
|\ \ | |/ | ||||||
| * | Remove newline in method that makes it possible to copy example to the ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+0 | |
| | | | | | | | | interactive interpreter. | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -3/+0 | |
|\ \ | |/ | ||||||
| * | Remove dead link to effbot Tkinter introduction material (reported by Ralf ↵ | Georg Brandl | 2013-10-06 | 1 | -3/+0 | |
| | | | | | | | | Ganswindt from docs@) | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix: Element.text is an attribute, not a method (report by Cameron Laird on ↵ | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
| | | | | | | | | docs@) | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) | Georg Brandl | 2013-10-06 | 1 | -2/+2 | |
| | | ||||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix ZeroDivisionError message (reported by Pavel Fedotov on docs@) | Georg Brandl | 2013-10-06 | 1 | -1/+1 | |
| | | ||||||
* | | merge | Raymond Hettinger | 2013-10-06 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Issue 14927: Remove a docstring line that is no longer applicable. | Raymond Hettinger | 2013-10-06 | 1 | -1/+0 | |
| | | ||||||
* | | Minor clean-up of function parameters in random(). | Raymond Hettinger | 2013-10-06 | 1 | -12/+17 | |
|\ \ | |/ | ||||||
| * | Minor clean-up of function parameters in random(). | Raymond Hettinger | 2013-10-06 | 1 | -11/+17 | |
| | | ||||||
* | | merge | Raymond Hettinger | 2013-10-06 | 15 | -190/+234 | |
|\ \ | ||||||
| * \ | Issue #19171: speed some cases of 3-argument long pow(). | Tim Peters | 2013-10-05 | 1 | -4/+10 | |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | Reduce the base by the modulus when the base is larger than the modulus. This can unboundedly speed the "startup costs" of doing modular exponentiation, particularly in cases where the base is much larger than the modulus. Original patch by Armin Rigo, inspired by https://github.com/pyca/ed25519. Merged from 3.3. | |||||
| | * | Issue #19171: speed some cases of 3-argument long pow(). | Tim Peters | 2013-10-05 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Reduce the base by the modulus when the base is larger than the modulus. This can unboundedly speed the "startup costs" of doing modular exponentiation, particularly in cases where the base is much larger than the modulus. Original patch by Armin Rigo, inspired by https://github.com/pyca/ed25519. | |||||
| * | | #19069: merge with 3.3. | Ezio Melotti | 2013-10-05 | 1 | -11/+11 | |
| |\ \ | | |/ | ||||||
| | * | #19069: use imperative mood in float object docstrings. Patch by Marco Buttu. | Ezio Melotti | 2013-10-05 | 1 | -11/+11 | |
| | | | ||||||
| * | | #19068: merge with 3.3. | Ezio Melotti | 2013-10-05 | 1 | -2/+2 | |
| |\ \ | | |/ | ||||||
| | * | #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. | Ezio Melotti | 2013-10-05 | 1 | -2/+2 | |
| | | | ||||||
| * | | #19067: merge with 3.3. | Ezio Melotti | 2013-10-05 | 1 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | * | #19067: use imperative mood in range object docstrings. Patch by Marco Buttu. | Ezio Melotti | 2013-10-05 | 1 | -3/+3 | |
| | | | ||||||
| * | | fix comment | Benjamin Peterson | 2013-10-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | Hopefully fix Windows compilation error following 499a96611baa | Antoine Pitrou | 2013-10-05 | 1 | -10/+10 | |
| | | | ||||||
| * | | Issue #19087: Improve bytearray allocation in order to allow cheap popping ↵ | Antoine Pitrou | 2013-10-05 | 5 | -151/+182 | |
| | | | | | | | | | | | | of data at the front (slice deletion). | |||||
| * | | [issue 19152] Add versionadded for ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-05 | 1 | -0/+2 | |
| | | | ||||||
| * | | [issue 19152] Ensure we have actually registered ExtensionFileLoader as an ↵ | Eric Snow | 2013-10-05 | 2 | -2/+3 | |
| | | | | | | | | | | | | ExecutionLoader. | |||||
| * | | Add missing comma. | Ezio Melotti | 2013-10-05 | 1 | -1/+1 | |
| | | | ||||||
| * | | #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. | Ezio Melotti | 2013-10-05 | 2 | -7/+8 | |
| | | | ||||||
| * | | #19166: merge with 3.3. | Ezio Melotti | 2013-10-05 | 1 | -0/+3 | |
| |\ \ | | |/ | ||||||
| | * | #19166: use an unused var in a test. Patch by Vajrasky Kok. | Ezio Melotti | 2013-10-05 | 1 | -0/+3 | |
| | | | ||||||
* | | | Issue #19169: Micro refactoring with a micro benefit for brevity and speed. | Raymond Hettinger | 2013-10-06 | 1 | -2/+2 | |
| | | | ||||||
* | | | Strengthen one of the collections.Counter() tests | Raymond Hettinger | 2013-10-06 | 1 | -0/+2 | |
|/ / | ||||||
* | | merge | Raymond Hettinger | 2013-10-04 | 2 | -14/+39 | |
|\ \ | |/ | ||||||
| * | Issue #18594: Make the C code more closely match the pure python code. | Raymond Hettinger | 2013-10-04 | 2 | -14/+39 | |
| | | ||||||
* | | Issue #16803: Run test.test_importlib.test_abc under both | Brett Cannon | 2013-10-04 | 2 | -120/+308 | |
| | | | | | | | | _frozen_importlib and source. | |||||
* | | Issue #18716: Deprecate the formatter module | Brett Cannon | 2013-10-04 | 5 | -8/+19 | |
| | | ||||||
* | | MERGE: Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -2/+2 | |
| | | ||||||
* | | MERGE: Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Close #19160: Inconsistent size for GIL release in hashlib | Jesus Cea | 2013-10-04 | 1 | -1/+1 | |
| | | ||||||
* | | Null merge with 3.3. | Eric Snow | 2013-10-03 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | [issue19152] Revert 832579dbafd6. | Eric Snow | 2013-10-03 | 5 | -224/+193 | |
| | | ||||||
* | | Fix typo. | Eric Snow | 2013-10-03 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix typo. | Eric Snow | 2013-10-03 | 1 | -1/+1 | |
| | |