summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Idle NEWS entries.Terry Jan Reedy2015-08-171-0/+16
|\
| * Idle NEWS entries.Terry Jan Reedy2015-08-171-0/+16
| |\
| | * Idle NEWS entries.Terry Jan Reedy2015-08-171-0/+13
* | | Merge with 3.5Terry Jan Reedy2015-08-171-0/+1
|\ \ \ | |/ /
| * | Merge with 3.4Terry Jan Reedy2015-08-171-0/+1
| |\ \ | | |/
| | * Issue #23672: ACKSTerry Jan Reedy2015-08-171-0/+1
* | | Issue #24774: Fix docstring in http.server.test.Robert Collins2015-08-172-0/+3
|\ \ \ | |/ /
| * | Issue #24774: Fix docstring in http.server.test.Robert Collins2015-08-172-0/+3
| |\ \ | | |/
| | * Issue #24774: Fix docstring in http.server.test.Robert Collins2015-08-172-0/+3
* | | Issue #24874: Speed-up itertools and make it pickles more compact.Raymond Hettinger2015-08-161-0/+3
* | | Fix crash in itertools.cycle.__setstate__() caused by lack of type checking.Raymond Hettinger2015-08-151-0/+3
* | | Merge 3.5 (issue #24867)Yury Selivanov2015-08-141-0/+2
|\ \ \ | |/ /
| * | Merge 3.4 (Issue #24867)Yury Selivanov2015-08-141-0/+2
| |\ \ | | |/
| * | Merge from 3.5.0 for issue #24492Brett Cannon2015-08-141-0/+4
| |\ \
| | * | Issue #24492: make sure that ``from ... import ...` raises anBrett Cannon2015-08-121-0/+4
| * | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-131-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-131-0/+3
* | | | Issue #21159: Improve message in configparser.InterpolationMissingOptionError.Robert Collins2015-08-131-0/+3
* | | | Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-132-0/+4
|\ \ \ \ | |/ / /
| * | | Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-132-0/+4
| |\ \ \ | | |/ /
| | * | #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-132-0/+4
* | | | Issue #23725: Overhaul tempfile docs.Robert Collins2015-08-121-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #23725: Overhaul tempfile docs.Robert Collins2015-08-121-0/+6
| * | | Issue #24847: Fixes tcltk installer layout of VC runtime DLLSteve Dower2015-08-121-0/+2
| * | | Issue #24839: platform._syscmd_ver raises DeprecationWarningSteve Dower2015-08-111-0/+1
| * | | Post-release bump for Python 3.5.0rc1.Larry Hastings2015-08-111-0/+12
| | |/ | |/|
* | | Issue #9232: Support trailing commas in function declarations.Robert Collins2015-08-111-0/+4
* | | Issue #20059: urllib.parse raises ValueError on all invalid ports.Robert Collins2015-08-091-0/+3
* | | Backed out changeset 42e2e67b8e6fSerhiy Storchaka2015-08-091-52/+25
* | | Added section for 3.5.0rc1 in Misc/NEWS and moved relevant entities to it.Serhiy Storchaka2015-08-091-25/+52
* | | Fixed doubled spaces in Misc/NEWS.Serhiy Storchaka2015-08-091-13/+13
|\ \ \ | |/ /
| * | Fixed doubled spaces in Misc/NEWS.Serhiy Storchaka2015-08-091-13/+13
| |\ \ | | |/
| | * Fixed doubled spaces in Misc/NEWS.Serhiy Storchaka2015-08-091-17/+17
* | | Issue #24824: Signatures of codecs.encode() and codecs.decode() now areSerhiy Storchaka2015-08-091-0/+3
|\ \ \ | |/ /
| * | Issue #24824: Signatures of codecs.encode() and codecs.decode() now areSerhiy Storchaka2015-08-091-0/+3
| * | Issue #24634: Importing uuid should not try to load libc on WindowsSteve Dower2015-07-141-0/+2
* | | Merge #15944.Stefan Krah2015-08-081-0/+3
|\ \ \ | |/ /
| * | Issue #15944: memoryview: Allow arbitrary formats when casting to bytes.Stefan Krah2015-08-081-0/+3
* | | Merge from 3.5 (issue #24667).Eric Snow2015-08-071-0/+2
|\ \ \ | |/ /
| * | Issue #24667: Resize odict in all cases that the underlying dict resizes.Eric Snow2015-08-071-0/+2
| * | Issue #24798: _msvccompiler.py doesn't properly support manifestsSteve Dower2015-08-051-0/+2
* | | Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-0/+3
|\ \ \ | |/ /
| * | Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-0/+3
| |\ \ | | |/
| | * Issue #4395: Better testing and documentation of binary operators.Robert Collins2015-08-061-0/+3
* | | Issue #23004: mock_open() now reads binary data correctly when the type of re...Berker Peksag2015-08-061-0/+3
|\ \ \ | |/ /
| * | Issue #23004: mock_open() now reads binary data correctly when the type of re...Berker Peksag2015-08-061-0/+3
| |\ \ | | |/
| | * Issue #23004: mock_open() now reads binary data correctly when the type of re...Berker Peksag2015-08-061-0/+3
| * | Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.Yury Selivanov2015-08-051-0/+2
| * | Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.Yury Selivanov2015-08-051-0/+3
| |\ \ | | |/
| | * Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.Yury Selivanov2015-08-051-0/+3