Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #24540: merger from 3.5 | Ned Deily | 2015-07-05 | 1 | -1/+1 |
|\ | |||||
| * | Issue #24540: merger from 3.4 | Ned Deily | 2015-07-05 | 1 | -1/+1 |
| |\ | |||||
| | * | Issue #24540: fix typo in json.dumps docstring | Ned Deily | 2015-07-05 | 1 | -1/+1 |
| | | | |||||
* | | | merge 3.5.0b3 changes from 3.5 | Ned Deily | 2015-07-05 | 3 | -4/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge with ongoing work in 3.5 branch. | Larry Hastings | 2015-07-05 | 6 | -14/+50 |
| |\ \ | |||||
| * | | | Post-release fixes for Python 3.5.0b3. | Larry Hastings | 2015-07-05 | 2 | -1/+13 |
| | | | | |||||
| * | | | Added tag v3.5.0b3 for changeset 0035fcd9b924 | Larry Hastings | 2015-07-04 | 1 | -0/+1 |
| | | | | |||||
| * | | | Version bump for Python 3.5.0b3 release.v3.5.0b3 | Larry Hastings | 2015-07-04 | 2 | -3/+3 |
| | | | | |||||
| * | | | Documentation fixes for 3.5.0b3. | Larry Hastings | 2015-07-04 | 2 | -7/+8 |
| | | | | |||||
* | | | | Clean-up call patterns for add/contains/discard to better match the caller's ↵ | Raymond Hettinger | 2015-07-05 | 1 | -36/+33 |
| | | | | | | | | | | | | | | | | needs. | ||||
* | | | | merge 3.5 | Benjamin Peterson | 2015-07-05 | 0 | -0/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | merge heads | Benjamin Peterson | 2015-07-05 | 1 | -1/+1 |
| |\ \ \ | |||||
* | \ \ \ | merge heads | Benjamin Peterson | 2015-07-05 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Fixes rebuild of strings for Windows installer. | Steve Dower | 2015-07-05 | 1 | -1/+1 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Fixes rebuild of strings for Windows installer. | Steve Dower | 2015-07-05 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | merge 3.5 (#24569) | Benjamin Peterson | 2015-07-05 | 3 | -6/+26 |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | |||||
| * | | | | set items in dict displays from left to right (closes #24569) | Benjamin Peterson | 2015-07-05 | 3 | -6/+14 |
| | | | | | |||||
| * | | | | add news section for next beta | Benjamin Peterson | 2015-07-05 | 1 | -0/+12 |
| |/ / / | |||||
* | | | | merge 3.5 | Benjamin Peterson | 2015-07-04 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge 3.4 | Benjamin Peterson | 2015-07-04 | 0 | -0/+0 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | merge heads | Benjamin Peterson | 2015-07-04 | 9 | -12/+15 |
| | |\ \ | |||||
| * | \ \ | merge heads | Benjamin Peterson | 2015-07-04 | 18 | -34/+119 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
* | | | | | merge heads | Benjamin Peterson | 2015-07-04 | 21 | -111/+187 |
|\ \ \ \ \ | |||||
| * | | | | | Make the unicode equality test an external function rather than in-lining it. | Raymond Hettinger | 2015-07-04 | 3 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The real benefit of the unicode specialized function comes from bypassing the overhead of PyObject_RichCompareBool() and not from being in-lined (especially since there was almost no shared data between the caller and callee). Also, the in-lining was having a negative effect on code generation for the callee. | ||||
| * | | | | | Issue #24330: merge from 3.5 | Ned Deily | 2015-07-04 | 2 | -2/+5 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Issue #24330: merge from 3.4 | Ned Deily | 2015-07-04 | 2 | -2/+5 |
| | |\ \ \ \ | | | | |_|/ | | | |/| | | |||||
| | | * | | | Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference | Ned Deily | 2015-07-04 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | on OS X. Original patch by André Freitas. | ||||
| * | | | | | Merge: #24584: replace dead link with pointer to archive.org. | R David Murray | 2015-07-04 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge: #24584: replace dead link with pointer to archive.org. | R David Murray | 2015-07-04 | 1 | -1/+1 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | #24584: replace dead link with pointer to archive.org. | R David Murray | 2015-07-04 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Ignore user environment/site-packages for ensurepip and compile_all | Steve Dower | 2015-07-04 | 4 | -7/+17 |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | Remove build condition to prevent old strings hanging around Add -h option to build.bat | ||||
| | * | | | | Ignore user environment/site-packages for ensurepip and compile_all | Steve Dower | 2015-07-04 | 4 | -7/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove build condition to prevent old strings hanging around Add -h option to build.bat | ||||
| * | | | | | Make sure the dummy percentage calculation won't overflow. | Raymond Hettinger | 2015-07-04 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Minor cleanup. | Raymond Hettinger | 2015-07-04 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Updates to the OS X installer (merge from 3.5) | Ned Deily | 2015-07-03 | 3 | -15/+80 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Updates to the OS X installer for 3.5.0b3: | Ned Deily | 2015-07-03 | 3 | -15/+80 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - update installer ReadMe file - suppress installer per-file byte-compilation messages to system log - speed up installer byte-compilation - isolate ensurepip install from user site-packages | ||||
| * | | | | | Issue #24432: merge from 3.5 | Ned Deily | 2015-07-03 | 3 | -5/+6 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. | Ned Deily | 2015-07-03 | 3 | -5/+6 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. | Ned Deily | 2015-07-03 | 3 | -8/+6 |
| | | | | | | |||||
| * | | | | | Minor nit: Make the style of checking error return values more consistent. | Raymond Hettinger | 2015-07-03 | 1 | -16/+16 |
| | | | | | | |||||
| * | | | | | Minor factoring: move redundant resize scaling logic into the resize function. | Raymond Hettinger | 2015-07-03 | 1 | -4/+5 |
| | | | | | | |||||
| * | | | | | Call set_lookkey() directly to avoid unnecessary memory spills and reloads. | Raymond Hettinger | 2015-07-03 | 1 | -4/+5 |
| | | | | | | |||||
| * | | | | | Move insertion resize logic into set_insert_key(). | Raymond Hettinger | 2015-07-03 | 1 | -45/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the code a little bit and does the resize check only when a new key is added (giving a small speed up in the case where the key already exists). Fixes possible bug in set_merge() where the set_insert_key() call relies on a big resize at the start to make enough room for the keys but is vulnerable to a comparision callback that could cause the table to shrink in the middle of the merge. Also, changed the resize threshold from two-thirds of the mask+1 to just two-thirds. The plus one offset gave no real benefit (afterall, the two-thirds mark is just a heuristic and isn't a precise cut-off). | ||||
| * | | | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 4 | -3/+8 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 4 | -3/+8 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 4 | -3/+5 |
| | | | | | | |||||
| * | | | | | Fixes warnings when building python3.dll due to the .def file accumulating ↵ | Steve Dower | 2015-07-03 | 2 | -2/+3 |
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | multiple copies of each line. Adds shebang line to prepare_ssl so it will run with py.exe. | ||||
| | * | | | | Fixes warnings when building python3.dll due to the .def file accumulating ↵ | Steve Dower | 2015-07-03 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multiple copies of each line. Adds shebang line to prepare_ssl so it will run with py.exe. | ||||
* | | | | | | merge 3.5 (#24407) | Benjamin Peterson | 2015-07-04 | 3 | -7/+35 |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | |||||
| * | | | | merge 3.4 (#24407) | Benjamin Peterson | 2015-07-04 | 3 | -7/+35 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| |