summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-126-38/+20
* #20030: doc that TestLoader.discover returns a TestSuite.R David Murray2014-03-111-5/+5
* improve algorithms_* documentationBenjamin Peterson2014-03-111-6/+6
* fix typo (closes #20892)Benjamin Peterson2014-03-111-1/+1
* Closes #20090: update Doc/README and the error message in sphinx-build.py to ...Georg Brandl2014-03-102-32/+14
* #19953: Clarify the wording of the augmented assignment discussion.R David Murray2014-03-092-5/+8
* Issue #20875: Prevent possible gzip "'read' is not defined" NameError.Ned Deily2014-03-093-1/+11
* merge with 3.3.5 release repoGeorg Brandl2014-03-097-12/+34
|\
| * Post-release update.Georg Brandl2014-03-092-1/+13
| * Added tag v3.3.5 for changeset 62cf4e77f785Georg Brandl2014-03-091-0/+1
| * Bump to 3.3.5 final.v3.3.5Georg Brandl2014-03-096-8/+16
| * Added tag v3.3.5rc2 for changeset ca5635efe090Georg Brandl2014-03-021-0/+1
* | hgtouch: remove meta-variable from option specGeorg Brandl2014-03-091-1/+1
* | #10197: Update get[status]output versionchanged with actual version.R David Murray2014-03-081-4/+8
* | Issue #20813: Backport Python 2/3 HOWTO updatesBrett Cannon2014-03-071-380/+259
* | Make pywlauncher.vcxproj depend on make_versioninfo.vcxproj.Zachary Ware2014-03-061-0/+5
* | Issue #20283: RE pattern methods now accept the string keyword parametersSerhiy Storchaka2014-03-063-20/+84
* | Make the various iterators' "setstate" sliently and consistently clip theKristján Valur Jónsson2014-03-058-15/+66
* | Fix pickling of rangeiter. rangeiter_setstate would not allow setting itKristján Valur Jónsson2014-03-042-1/+13
* | Correct comments and improve failure reports in test_fileinput (closes #20501).Serhiy Storchaka2014-03-031-4/+7
|/
* Bump to 3.3.5rc2.v3.3.5rc2Georg Brandl2014-03-025-6/+6
* Update NEWS for 3.3.5rc2.Georg Brandl2014-03-021-17/+38
* Issue #20404: reject non-text encodings early in TextIOWrapper.Georg Brandl2014-03-025-39/+134
* merge 3.3.5rc1 release commits with 3.3 branchGeorg Brandl2014-03-028-10/+12
|\
| * Added tag v3.3.5rc1 for changeset 9ec811df548eGeorg Brandl2014-02-231-0/+1
| * mergev3.3.5rc1Georg Brandl2014-02-236-10/+10
| |\
| | * Bump to 3.3.5rc1.Georg Brandl2014-02-236-10/+10
| * | #20719: Disable the robotparser python.org test until the gzip encoding issue...Georg Brandl2014-02-231-0/+1
* | | add Chris AngelicoBenjamin Peterson2014-03-021-0/+1
* | | fix test_posix.test_initgroups to work without supplemental groups (closes #2...Benjamin Peterson2014-03-021-1/+1
* | | fix test on debug builds (closes #20731)Benjamin Peterson2014-03-011-2/+3
* | | merge 3.2Benjamin Peterson2014-03-010-0/+0
|\ \ \
| * | | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
* | | | Issue #20778: Fix modulefinder to work with bytecode-only modules.Brett Cannon2014-02-283-1/+23
* | | | Issue #20731: Properly position in source code files even if theyMartin v. Löwis2014-02-285-3/+29
* | | | Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-276-3/+14
* | | | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes o...Antoine Pitrou2014-02-273-1/+5
* | | | fix importlib test failure when bytecode writing is disabled (closes #20796)Benjamin Peterson2014-02-271-0/+1
* | | | Added tests for issue #20501.Serhiy Storchaka2014-02-261-0/+36
* | | | Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-9/+8
* | | | Issue #20759: Fix some typos in the mock docs.Zachary Ware2014-02-262-3/+3
* | | | Mention issue 20621 fix in the NEWS file for 3.3.5rc1.Gregory P. Smith2014-02-261-0/+4
* | | | Fix typo (issue #19619).Serhiy Storchaka2014-02-251-1/+1
* | | | #20628: wrap lines to < 80.R David Murray2014-02-241-34/+37
* | | | #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence.R David Murray2014-02-241-2/+6
* | | | #20740: desquarify 2.Ezio Melotti2014-02-241-4/+4
* | | | Issue #19619: Blacklist non-text codecs in method APISerhiy Storchaka2014-02-2413-19/+219
* | | | Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.Serhiy Storchaka2014-02-242-0/+12
* | | | Closes #20755: port sphinx-1.1 fixes from defaultGeorg Brandl2014-02-241-11/+11
* | | | Closes #20735: remove erroneous deprecated marker from stringprep docsGeorg Brandl2014-02-241-1/+0