summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Issue #24540: merger from 3.5Ned Deily2015-07-051-1/+1
|\
| * Issue #24540: merger from 3.4Ned Deily2015-07-051-1/+1
| |\
| | * Issue #24540: fix typo in json.dumps docstringNed Deily2015-07-051-1/+1
| | |
* | | merge 3.5.0b3 changes from 3.5Ned Deily2015-07-053-4/+6
|\ \ \ | |/ /
| * | Merge with ongoing work in 3.5 branch.Larry Hastings2015-07-056-14/+50
| |\ \
| * | | Post-release fixes for Python 3.5.0b3.Larry Hastings2015-07-052-1/+13
| | | |
| * | | Added tag v3.5.0b3 for changeset 0035fcd9b924Larry Hastings2015-07-041-0/+1
| | | |
| * | | Version bump for Python 3.5.0b3 release.v3.5.0b3Larry Hastings2015-07-042-3/+3
| | | |
| * | | Documentation fixes for 3.5.0b3.Larry Hastings2015-07-042-7/+8
| | | |
* | | | Clean-up call patterns for add/contains/discard to better match the caller's ↵Raymond Hettinger2015-07-051-36/+33
| | | | | | | | | | | | | | | | needs.
* | | | merge 3.5Benjamin Peterson2015-07-050-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | merge headsBenjamin Peterson2015-07-051-1/+1
| |\ \ \
* | \ \ \ merge headsBenjamin Peterson2015-07-051-1/+1
|\ \ \ \ \
| * \ \ \ \ Fixes rebuild of strings for Windows installer.Steve Dower2015-07-051-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fixes rebuild of strings for Windows installer.Steve Dower2015-07-051-1/+1
| | | | | |
* | | | | | merge 3.5 (#24569)Benjamin Peterson2015-07-053-6/+26
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | set items in dict displays from left to right (closes #24569)Benjamin Peterson2015-07-053-6/+14
| | | | |
| * | | | add news section for next betaBenjamin Peterson2015-07-051-0/+12
| |/ / /
* | | | merge 3.5Benjamin Peterson2015-07-040-0/+0
|\ \ \ \ | |/ / /
| * | | merge 3.4Benjamin Peterson2015-07-040-0/+0
| |\ \ \ | | | |/ | | |/|
| | * | merge headsBenjamin Peterson2015-07-049-12/+15
| | |\ \
| * | \ \ merge headsBenjamin Peterson2015-07-0418-34/+119
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | merge headsBenjamin Peterson2015-07-0421-111/+187
|\ \ \ \ \
| * | | | | Make the unicode equality test an external function rather than in-lining it.Raymond Hettinger2015-07-043-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.5Ned Deily2015-07-042-2/+5
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Issue #24330: merge from 3.4Ned Deily2015-07-042-2/+5
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Issue #24330: Update IDLE doc and help to note "Configure IDLE" differenceNed Deily2015-07-042-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | on OS X. Original patch by André Freitas.
| * | | | | Merge: #24584: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge: #24584: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
| | |\ \ \ \ | | | |/ / /
| | | * | | #24584: replace dead link with pointer to archive.org.R David Murray2015-07-041-1/+1
| | | | | |
| * | | | | Ignore user environment/site-packages for ensurepip and compile_allSteve Dower2015-07-044-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_allSteve Dower2015-07-044-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 Hettinger2015-07-041-2/+2
| | | | | |
| * | | | | Minor cleanup.Raymond Hettinger2015-07-041-2/+2
| | | | | |
| * | | | | Updates to the OS X installer (merge from 3.5)Ned Deily2015-07-033-15/+80
| |\ \ \ \ \ | | |/ / / /
| | * | | | Updates to the OS X installer for 3.5.0b3:Ned Deily2015-07-033-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.5Ned Deily2015-07-033-5/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.Ned Deily2015-07-033-5/+6
| | |\ \ \ \ | | | |/ / /
| | | * | | Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.Ned Deily2015-07-033-8/+6
| | | | | |
| * | | | | Minor nit: Make the style of checking error return values more consistent.Raymond Hettinger2015-07-031-16/+16
| | | | | |
| * | | | | Minor factoring: move redundant resize scaling logic into the resize function.Raymond Hettinger2015-07-031-4/+5
| | | | | |
| * | | | | Call set_lookkey() directly to avoid unnecessary memory spills and reloads.Raymond Hettinger2015-07-031-4/+5
| | | | | |
| * | | | | Move insertion resize logic into set_insert_key().Raymond Hettinger2015-07-031-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 Dower2015-07-034-3/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-034-3/+8
| | |\ \ \ \ | | | |/ / /
| | | * | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-034-3/+5
| | | | | |
| * | | | | Fixes warnings when building python3.dll due to the .def file accumulating ↵Steve Dower2015-07-032-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 Dower2015-07-032-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 Peterson2015-07-043-7/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | merge 3.4 (#24407)Benjamin Peterson2015-07-043-7/+35
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|