summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.Antoine Pitrou2012-10-172-1/+3
|\
| * Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.Antoine Pitrou2012-10-172-1/+3
| |\
| | * Issue #15378: Fix Tools/unicode/comparecodecs.py. Patch by Serhiy Storchaka.Antoine Pitrou2012-10-172-1/+3
* | | Merge issue #16265: Fix collapsing of code sample in tutorial.Andrew Svetlov2012-10-171-1/+1
|\ \ \ | |/ /
| * | Merge issue #16265: Fix collapsing of code sample in tutorial.Andrew Svetlov2012-10-171-1/+1
| |\ \ | | |/
| | * Issue #16265: Fix collapsing of code sample in tutorial.Andrew Svetlov2012-10-171-1/+1
* | | test_logging.py: where needed use unittest's assertGreater, assertLesser, ass...Giampaolo Rodola'2012-10-171-8/+8
* | | Issue #16257: make test_create_connection() handle ENETUNREACH.Trent Nelson2012-10-171-1/+20
|\ \ \ | |/ /
| * | Issue #16257: make test_create_connection() handle ENETUNREACH.Trent Nelson2012-10-171-1/+20
| |\ \ | | |/
| | * Issue #16257: make test_create_connection() handle ENETUNREACH.Trent Nelson2012-10-171-1/+20
* | | Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-173-8/+4
|\ \ \ | |/ /
| * | Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-173-8/+4
| |\ \ | | |/
| | * Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-173-8/+4
* | | Merge issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.Trent Nelson2012-10-171-6/+19
|\ \ \ | |/ /
| * | Issue #15298: fix an OS X bootstrap issue with _sysconfigdata.py.Trent Nelson2012-10-171-6/+19
* | | merge for issue #16160: Subclass support now works for types.SimpleNamespace.Eric Snow2012-10-173-12/+23
|\ \ \ | |/ /
| * | Close #16160: Subclass support now works for types.SimpleNamespace. Thanks t...Eric Snow2012-10-173-12/+23
* | | Merge: A couple more whatsnew updates.R David Murray2012-10-172-1/+15
|\ \ \ | |/ /
| * | A couple more whatsnew updates.R David Murray2012-10-172-1/+15
* | | Merge for issue #15744: add tests for the writelines() method of file objects.Antoine Pitrou2012-10-162-1/+68
|\ \ \ | |/ /
| * | Merge for issue #15744: add tests for the writelines() method of file objects.Antoine Pitrou2012-10-162-1/+68
| |\ \ | | |/
| | * Also add tests for TextIOWrapper.writelines() (issue #15744).Antoine Pitrou2012-10-161-0/+22
| | * Add tests for the writelines() method of file objects.Antoine Pitrou2012-10-162-1/+46
* | | Reformat _tkinter code to follow PEP7Andrew Svetlov2012-10-161-56/+72
* | | Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.Antoine Pitrou2012-10-165-160/+167
* | | Merge typo fix.Ezio Melotti2012-10-161-1/+1
|\ \ \ | |/ /
| * | Fix typo.Ezio Melotti2012-10-161-1/+1
* | | Bump autoconf from 2.68 to 2.69.Trent Nelson2012-10-161-132/+147
* | | Merge issue #15819: tweak logic in previous commit.Trent Nelson2012-10-162-2/+2
|\ \ \ | |/ /
| * | Merge issue #15819: tweak logic in previous commit.Trent Nelson2012-10-162-2/+2
| |\ \ | | |/
| | * Issue #15819: tweak logic in previous commit (617591e7d708).Trent Nelson2012-10-162-2/+2
* | | Merge concurrent.futures dict comp tweak from 3.3Nick Coghlan2012-10-161-5/+3
|\ \ \ | |/ /
| * | A dict comprehension is much prettier (thanks Antoine)Nick Coghlan2012-10-161-5/+3
| * | Merge heads.Trent Nelson2012-10-162-10/+18
| |\ \
* | \ \ Merge heads.Trent Nelson2012-10-162-10/+18
|\ \ \ \
| * \ \ \ Merge concurrent.futures example changes from 3.3Nick Coghlan2012-10-162-10/+18
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Tweak the threaded example in concurrent.futuresNick Coghlan2012-10-162-10/+18
* | | | | Merge issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-163-6/+47
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Merge issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-163-6/+47
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-163-5/+46
* | | Merge issue #15298: ensure _sysconfigdata is generated in build directory,Trent Nelson2012-10-164-28/+28
|\ \ \ | |/ /
| * | Issue #15298: ensure _sysconfigdata is generated in build directory,Trent Nelson2012-10-164-28/+28
* | | Merge issue #15833: don't raise an exception if importlib can't writeTrent Nelson2012-10-163-1840/+1851
|\ \ \ | |/ /
| * | Merge heads.Trent Nelson2012-10-161-2/+2
| |\ \
| * | | Issue #15833: don't raise an exception if importlib can't write byte-compiledTrent Nelson2012-10-163-1846/+1856
* | | | Merge issue #15936: Reformat text for os.random to follow Larry Hastings sugg...Andrew Svetlov2012-10-161-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Issue #15936: Reformat text for os.random to follow Larry Hastings suggestionAndrew Svetlov2012-10-161-2/+2
| |/ /
* | | Merge issue #15936: Add link from os.urandom to random.SystemRandomAndrew Svetlov2012-10-161-0/+3
|\ \ \ | |/ /
| * | Issue #15936: Add link from os.urandom to random.SystemRandomAndrew Svetlov2012-10-161-0/+3
* | | Closes #16244: Merged change from 3.3.Vinay Sajip2012-10-161-2/+0
|\ \ \ | |/ /