summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15721: make _tkinter module pep384 compatible.Andrew Svetlov2012-10-141-132/+142
* Update comment: SPARC requires proper alignmentChristian Heimes2012-10-141-1/+2
* get 64bit platforms without uint64 right againChristian Heimes2012-10-141-3/+5
* mergeChristian Heimes2012-10-142-5/+6
|\
| * Clean up some warnings in test suite output.Nadeem Vawda2012-10-132-5/+6
* | Force 32bit Keccak implementation on SPARC. It look like the Solaris CC compi...Christian Heimes2012-10-141-8/+14
|/
* Keccak: fromBytesToWord() and fromWordToBytes() are required on 64bit big end...Christian Heimes2012-10-131-4/+6
* merge headsBenjamin Peterson2012-10-134-54/+74
|\
| * Issue #16206: Merge dict documentation improvements from 3.3.Chris Jerdonek2012-10-132-28/+39
| |\
| | * Issue #16206: Merge dict documentation improvements from 3.2.Chris Jerdonek2012-10-132-28/+39
| | |\
| | | * Issue #16206: Improve the documentation of the dict constructor.Chris Jerdonek2012-10-132-28/+39
| * | | Merge from 3.3: Undo changes accidentally reverted in de8787029fe4.Chris Jerdonek2012-10-132-11/+19
| |\ \ \ | | |/ /
| | * | Undo changes accidentally reverted in de8787029fe4.Chris Jerdonek2012-10-132-11/+19
| * | | lzma module: Rewrap docstrings at 72 columns, as per PEP 8.Nadeem Vawda2012-10-131-15/+16
* | | | When not optimized function stack sizes are much larger and may cause this te...Benjamin Peterson2012-10-131-1/+2
|/ / /
* | | merge 3.3Benjamin Peterson2012-10-122-19/+11
|\ \ \ | |/ /
| * | merge headsBenjamin Peterson2012-10-126-9/+11
| |\ \
| * \ \ merge 3.2Benjamin Peterson2012-10-1214-239/+241
| |\ \ \ | | | |/ | | |/|
* | | | merge 3.2Benjamin Peterson2012-10-120-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | skip if __doc__ is goneBenjamin Peterson2012-10-121-0/+1
| * | | fix to work if __doc__ is removedBenjamin Peterson2012-10-121-2/+2
* | | | skip if __doc__ is goneBenjamin Peterson2012-10-121-0/+1
* | | | fix to work if __doc__ is removedBenjamin Peterson2012-10-121-2/+2
* | | | move more variable declarations to the top of blocksBenjamin Peterson2012-10-121-3/+4
* | | | move declaration to top of blockBenjamin Peterson2012-10-121-1/+1
* | | | ceval cleanupBenjamin Peterson2012-10-121-1012/+1088
* | | | Remove uses of % with str.format.Brett Cannon2012-10-122-3749/+3751
* | | | Merge __next__ method link fixes with 3.3.Ezio Melotti2012-10-1210-56/+61
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge __next__ method link fixes with 3.2.Ezio Melotti2012-10-1210-56/+61
| |\ \ \ | | |/ /
| | * | Fix links to the __next__ method.Ezio Melotti2012-10-1210-55/+60
* | | | Merge doctest fixes in functional howto with 3.3.Ezio Melotti2012-10-121-27/+18
|\ \ \ \ | |/ / /
| * | | Merge doctest fixes in functional howto with 3.2.Ezio Melotti2012-10-121-27/+18
| |\ \ \ | | |/ /
| | * | Make doctests pass in the functional howto.Ezio Melotti2012-10-121-26/+17
* | | | Merge functional howto improvements with 3.3.Ezio Melotti2012-10-121-155/+156
|\ \ \ \ | |/ / /
| * | | Merge functional howto improvements with 3.2.Ezio Melotti2012-10-121-155/+156
| |\ \ \ | | |/ /
| | * | Improve markup in functional.rst, and fix a couple of errors.Ezio Melotti2012-10-121-155/+155
* | | | Merge link additions/fixes with 3.3.Ezio Melotti2012-10-124-6/+14
|\ \ \ \ | |/ / /
| * | | Fix and add more links.Ezio Melotti2012-10-124-6/+14
* | | | Merge from 3.3: Add and adjust some string-related links in the docs.Chris Jerdonek2012-10-122-10/+9
|\ \ \ \ | |/ / /
| * | | Add and adjust some string-related links in the docs.Chris Jerdonek2012-10-122-10/+9
* | | | Merge from 3.3: Fix link to str.format() in docs.Chris Jerdonek2012-10-121-1/+1
|\ \ \ \ | |/ / /
| * | | Merge from 3.2: Fix link to str.format() in docs.Chris Jerdonek2012-10-121-1/+1
| |\ \ \ | | |/ /
| | * | Fix link to str.format() in docs.Chris Jerdonek2012-10-121-1/+1
* | | | Issue #16199: Merge 2to3 typo fix from 3.3 (and resolve previous merge).Chris Jerdonek2012-10-111-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #16199: Merge 2to3 typo fix from 3.2.Chris Jerdonek2012-10-111-1/+1
| |\ \ \ | | |/ /
| | * | Issue #16199: Fix typo in 2to3 docs. Thanks to Mark Lawrence for the report.Chris Jerdonek2012-10-111-1/+1
| * | | Merge 3.2Brian Curtin2012-10-112-1/+8
| |\ \ \ | | |/ / | | | / | | |/ | |/|
* | | Merge 3.2Brian Curtin2012-10-112-1/+8
|\ \ \ | | |/ | |/|
| * | Fix #16176. Properly identify Windows 8 via platform.platform()Brian Curtin2012-10-112-1/+8
* | | Closes #15776: pyvenv now works with existing directories.Vinay Sajip2012-10-113-13/+74