summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use $type instead of $cls in the signature specification.Stefan Krah2014-05-021-1/+1
* Fix typo and tests without docstrings.Stefan Krah2014-05-011-2/+3
* Issue #21407: _decimal now supports function signatures.Stefan Krah2014-05-013-378/+622
* Merge with 3.4Martin v. Löwis2014-05-015-7/+9
|\
| * Update to 1.0.1gMartin v. Löwis2014-05-015-7/+9
* | Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the fir...Antoine Pitrou2014-05-012-4/+42
* | Unite 'Build' sections of Misc/NEWSZachary Ware2014-04-301-7/+5
* | Issue #19962: The Windows build process now creates "python.bat"Zachary Ware2014-04-303-1/+166
* | Issue #10650: Remove the non-standard 'watchexp' parameter from theStefan Krah2014-04-304-32/+8
* | setup.py: report modules which built but import failed (closes #21282)Benjamin Peterson2014-04-302-3/+14
* | Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
|\ \ | |/
| * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
| |\
| | * Document the subprocess Popen.args attribute (issue21353)Gregory P. Smith2014-04-291-0/+6
* | | Null merge.Stefan Krah2014-04-290-0/+0
|\ \ \ | |/ /
| * | Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-292-4/+26
* | | Issue #21374: Fix pickling of DecimalTuple.Stefan Krah2014-04-292-4/+26
* | | MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
|\ \ \ | |/ /
| * | Closes issue #21316: mark test_devpoll to be meaningfull only for SolarisJesus Cea2014-04-291-4/+2
* | | Closes #17386: Merge with 3.4Zachary Ware2014-04-294-29/+125
|\ \ \ | |/ /
| * | Issue #17386: Expand Doc/make.bat to be much more similar to Doc/MakefileZachary Ware2014-04-292-23/+101
| * | Issue #17386: Update Doc/README.txt to list all targetsZachary Ware2014-04-291-6/+23
| * | Issue #17386: List the 'htmlview' target in the Doc/Makefile help output.Zachary Ware2014-04-291-0/+1
* | | Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-294-5/+37
|\ \ \ | |/ /
| * | Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-294-5/+37
* | | Fix failure in test_poplib after issue #20951.Antoine Pitrou2014-04-291-10/+5
* | | Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ...Antoine Pitrou2014-04-293-14/+52
* | | Add porting note for issue #20951.Antoine Pitrou2014-04-291-0/+4
* | | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...Antoine Pitrou2014-04-294-13/+54
* | | Merge with 3.4Terry Jan Reedy2014-04-291-0/+13
|\ \ \ | |/ /
| * | Issue #21055: Index (augmented) assignment symbols.Terry Jan Reedy2014-04-291-0/+13
* | | Merge with 3.4Terry Jan Reedy2014-04-292-1/+5
|\ \ \ | |/ /
| * | Closes 21048: Index 'as' in import and with statements.Terry Jan Reedy2014-04-292-1/+5
* | | Merge with 3.4Terry Jan Reedy2014-04-292-1/+6
|\ \ \ | |/ /
| * | Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-292-1/+6
* | | merge headsGiampaolo Rodola'2014-04-292-0/+11
|\ \ \
| * | | Issue #18727: improve test coverage of the csv module by testing for DictWrit...Antoine Pitrou2014-04-282-0/+11
* | | | fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr_...Giampaolo Rodola'2014-04-293-31/+3
|/ / /
* | | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
|\ \ \ | |/ /
| * | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury...Antoine Pitrou2014-04-281-0/+18
* | | Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-283-0/+37
|\ \ \ | |/ /
| * | Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-283-0/+37
* | | Remove a workaround for fixed issue #20355.Antoine Pitrou2014-04-281-2/+0
* | | Issue #20355: -W command line options now have higher priority than the PYTHO...Antoine Pitrou2014-04-283-3/+35
* | | Issue #17861: Allow generate_opcode_h to run with a system Python 2.5.Ned Deily2014-04-281-0/+2
* | | Issue #21312: Update the thread_foobar.h template file to include newer threa...Antoine Pitrou2014-04-283-3/+64
* | | Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string...Antoine Pitrou2014-04-285-16/+126
* | | Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-283-3/+33
|\ \ \ | |/ /
| * | Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-283-3/+33
* | | Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrappe...Guido van Rossum2014-04-274-2/+16
|\ \ \ | |/ /
| * | asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166.Guido van Rossum2014-04-274-2/+16