summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.Raymond Hettinger2014-05-111-2/+2
* Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-111-0/+3
|\
| * Issue #21425: Fix flushing of standard streams in the interactive interpreter.Antoine Pitrou2014-05-111-1/+4
* | Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons.Raymond Hettinger2014-05-111-0/+3
* | Issue #19655: Replace the ASDL parser carried with CPythonEli Bendersky2014-05-101-0/+5
* | Issue #21156: importlib.abc.InspectLoader.source_to_code() is now aBrett Cannon2014-05-091-0/+3
* | Issue #21141: The Windows build process no longer attempts to find Perl,Zachary Ware2014-05-091-0/+7
* | Merge from 3.4.Tim Peters2014-05-081-0/+4
|\ \ | |/
| * Issue #21435: Segfault in gc with cyclic trashTim Peters2014-05-081-0/+7
* | Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-081-0/+3
|\ \ | |/
| * Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...Antoine Pitrou2014-05-082-0/+7
* | Issue #21037: Add a build option to enable AddressSanitizer support.Charles-François Natali2014-05-081-0/+2
* | - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-0/+2
|\ \ | |/
| * - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-1/+12
* | Issue18314 ACKS & NEWSTim Golden2014-05-052-0/+3
* | Issue #21088: Merge from 3.4.Larry Hastings2014-05-041-0/+3
|\ \ | |/
| * Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.Larry Hastings2014-05-041-0/+3
* | Issue #19414: Have the OrderedDict mark deleted links as unusable.Raymond Hettinger2014-05-041-0/+3
* | Issue #21421: Add __slots__ to the MappingViews ABCs.Raymond Hettinger2014-05-041-0/+3
* | Issue #21101: Eliminate double hashing in the C code for collections.Counter().Raymond Hettinger2014-05-031-0/+3
* | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(),Victor Stinner2014-05-021-0/+6
* | Closes #18604: Merge with 3.4Zachary Ware2014-05-021-0/+4
|\ \ | |/
| * Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-021-0/+4
* | Issue #21407: _decimal now supports function signatures.Stefan Krah2014-05-011-0/+2
* | Merge with 3.4Martin v. Löwis2014-05-011-0/+2
|\ \ | |/
| * Update to 1.0.1gMartin v. Löwis2014-05-011-0/+2
* | Issue #21377: PyBytes_Concat() now tries to concatenate in-place when the fir...Antoine Pitrou2014-05-011-0/+3
* | Unite 'Build' sections of Misc/NEWSZachary Ware2014-04-301-7/+5
* | Issue #19962: The Windows build process now creates "python.bat"Zachary Ware2014-04-301-0/+4
* | Issue #10650: Remove the non-standard 'watchexp' parameter from theStefan Krah2014-04-301-0/+4
* | setup.py: report modules which built but import failed (closes #21282)Benjamin Peterson2014-04-301-0/+1
* | Closes #17386: Merge with 3.4Zachary Ware2014-04-291-0/+3
|\ \ | |/
| * Issue #17386: Expand Doc/make.bat to be much more similar to Doc/MakefileZachary Ware2014-04-291-0/+3
* | Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-292-0/+4
|\ \ | |/
| * Issue #21321: itertools.islice() now releases the reference to the source ite...Antoine Pitrou2014-04-292-0/+4
* | Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ...Antoine Pitrou2014-04-291-0/+4
* | Issue #20951: SSLSocket.send() now raises either SSLWantReadError or SSLWantW...Antoine Pitrou2014-04-291-0/+4
* | Merge with 3.4Terry Jan Reedy2014-04-291-0/+1
|\ \ | |/
| * Issue #21026: Augment site doc based on experiments. Patch by Carol Willing.Terry Jan Reedy2014-04-291-0/+1
* | merge headsGiampaolo Rodola'2014-04-291-0/+1
|\ \
| * | Issue #18727: improve test coverage of the csv module by testing for DictWrit...Antoine Pitrou2014-04-281-0/+1
* | | fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr_...Giampaolo Rodola'2014-04-291-0/+3
|/ /
* | Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-281-0/+3
|\ \ | |/
| * Issue #9815: assertRaises now tries to clear references to local variables in...Antoine Pitrou2014-04-281-0/+3
* | Issue #20355: -W command line options now have higher priority than the PYTHO...Antoine Pitrou2014-04-281-0/+3
* | Issue #21312: Update the thread_foobar.h template file to include newer threa...Antoine Pitrou2014-04-282-0/+4
* | Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string...Antoine Pitrou2014-04-282-0/+5
* | Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-281-0/+3
|\ \ | |/
| * Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it r...Antoine Pitrou2014-04-281-0/+3
* | Backed out changeset: 4b97092aa4bdTim Golden2014-04-271-3/+0