summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #25523: Merge a-to-an corrections from 3.5Martin Panter2015-11-022-17/+17
|\
| * Issue #25523: Further a-to-an corrections new in 3.5Martin Panter2015-11-021-1/+1
| * Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-027-5460/+2932
| |\
| * | Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-022-16/+16
* | | Issue #18973: Command-line interface of the calendar module now uses argparseSerhiy Storchaka2015-11-011-0/+3
* | | Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-011-0/+4
|\ \ \ | | |/ | |/|
| * | Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-017-5460/+2932
| |\ \ | | |/ | |/|
| * | Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''Serhiy Storchaka2015-11-011-0/+4
* | | Issue #25395: Fixed crash when highly nested OrderedDict structures wereSerhiy Storchaka2015-11-011-0/+3
|\ \ \ | | |/ | |/|
| * | Issue #25395: Fixed crash when highly nested OrderedDict structures wereSerhiy Storchaka2015-11-011-0/+3
* | | Merge from 3.5Steve Dower2015-10-312-109/+277
|\ \ \ | |/ / |/| |
| * | Merge typo fixes from 3.5Martin Panter2015-10-312-2/+2
| |\ \
| * \ \ merge 3.5 (#25515)Benjamin Peterson2015-10-292-109/+277
| |\ \ \
| | * \ \ Issue #25503: Fixed inspect.getdoc() for inherited docstrings of properties.Serhiy Storchaka2015-10-292-109/+277
| | |\ \ \
| | | * \ \ Issue #21827: Fixed textwrap.dedent() for the case when largest commonSerhiy Storchaka2015-10-282-109/+277
| | | |\ \ \
| | | | * \ \ merge 3.5 (#25471)Benjamin Peterson2015-10-242-109/+277
| | | | |\ \ \
| | | | | * \ \ Issue #25447: The lru_cache() wrapper objects now can be copied and pickledSerhiy Storchaka2015-10-242-106/+274
| | | | | |\ \ \
| | | | | | * \ \ Merge 3.4 (Issue #25461)Victor Stinner2015-10-231-0/+1
| | | | | | |\ \ \
| | | | | | * \ \ \ Issue #25390: typing: Don't crash on Union[str, Pattern]. (Merge 3.5->3.6)Guido van Rossum2015-10-192-106/+275
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Issue #25441: asyncio: Raise error from drain() when socket is closed. (Merge...Guido van Rossum2015-10-191-0/+2
| | | | | | | |\ \ \ \
| | | | | | | * \ \ \ \ - Issue #25440: Fix output of python-config --extension-suffix.doko2015-10-192-1/+3
| | | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ \ Issue #25410: Cleaned up and fixed minor bugs in C implementation of OrderedD...Serhiy Storchaka2015-10-182-101/+273
| | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ Closes #25411: Merged fix from 3.5.Vinay Sajip2015-10-172-101/+273
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * | | | | | Issue #25154: Deprecate the pyvenv script.Brett Cannon2015-10-161-0/+6
| | | | | | | | | * | | | | | Upgrade the imp module's deprecation to DeprecationWarning.Brett Cannon2015-10-161-0/+2
| | | | | | | | | * | | | | | Merge for issue #25407Brett Cannon2015-10-162-101/+265
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ Merge from 3.5Steve Dower2015-10-142-101/+265
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ Issue #25406: Fixed a bug in C implementation of OrderedDict.move_to_end()Serhiy Storchaka2015-10-141-0/+4
| | | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | | * | | | | | | Optimize bytes.fromhex() and bytearray.fromhex()Victor Stinner2015-10-141-0/+3
| | | | | | | | | | | * | | | | | | Document latest optimizations using _PyBytesWriterVictor Stinner2015-10-141-0/+4
| | | | | | | | | | | * | | | | | | Issue #25382: pickletools.dis() now outputs implicit memo index for theSerhiy Storchaka2015-10-131-0/+3
| | | | | | | | | | | * | | | | | | Issue #25380: Fixed protocol for the STACK_GLOBAL opcode inSerhiy Storchaka2015-10-131-0/+3
| | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ Merge 3.5 (sys.setrecursionlimit)Victor Stinner2015-10-132-101/+255
| | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ Issue #25143: Improves installer error messages for unsupported platforms.Steve Dower2015-10-111-0/+2
| | | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * \ \ \ \ \ \ \ \ Issue #25163: Display correct directory in installer when using non-default s...Steve Dower2015-10-112-101/+255
| | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | * \ \ \ \ \ \ \ \ Issue #25361: Disables use of SSE2 instructions in Windows 32-bit buildSteve Dower2015-10-112-101/+255
| | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * | | | | | | | | Issue #25357: Add an optional newline paramer to binascii.b2a_base64().Victor Stinner2015-10-111-0/+3
| | | | | | | | | | | | | | * | | | | | | | | Issue #24164: Objects that need calling ``__new__`` with keyword arguments,Serhiy Storchaka2015-10-101-0/+3
| | | | | | | | | | | | | | * | | | | | | | | Issue #25364: zipfile now works in threads disabled builds.Serhiy Storchaka2015-10-101-0/+2
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ Issue #25161: Merge full stops from 3.5Martin Panter2015-10-101-0/+1
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Issue #24402: Merge input() fix from 3.5Martin Panter2015-10-102-101/+249
| | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ Merge for issue #25099Brett Cannon2015-10-091-0/+3
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge #25328: add missing raise keyword in decode_data+SMTPUTF8 check.R David Murray2015-10-092-101/+246
| | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Issue #25349: Optimize bytes % args using the new private _PyBytesWriter APIVictor Stinner2015-10-091-0/+2
| | | | | | | | | | | | | | | | * | | | | | | | | | | | Merge from 3.5Steve Dower2015-10-082-101/+244
| | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ Merge from 3.5Steve Dower2015-10-081-0/+2
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | * | | | | | | | | | | | | Issue #16099: RobotFileParser now supports Crawl-delay and Request-rateBerker Peksag2015-10-082-1/+5
| | | | | | | | | | | | | | | | | * | | | | | | | | | | | | Merge typo fixes from 3.5Martin Panter2015-10-072-100/+239
| | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ merge 3.5 (closes #24806)Benjamin Peterson2015-10-062-100/+239
| | | | | | | | | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | Closes issue #12006: Add ISO 8601 year, week, and day directives to strptime.Alexander Belopolsky2015-10-061-0/+3