summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-101-0/+2
* Issue #20644: merge from 3.4Ned Deily2014-04-091-0/+6
|\
| * Issue #20644: OS X installer build support for documentation build changesNed Deily2014-04-071-0/+6
| * inspect.signautre: Fix functools.partial support. Issue #21117Yury Selivanov2014-04-081-0/+5
* | inspect: Make Signature and Parameter hashable. Issue #20334.Yury Selivanov2014-04-081-0/+2
* | inspect.signautre: Fix functools.partial support. Issue #21117Yury Selivanov2014-04-081-0/+5
* | (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises aVictor Stinner2014-04-071-0/+3
|\ \ | |/
| * Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError ifVictor Stinner2014-04-071-0/+3
* | Issue #21136: Avoid unnecessary normalization in Fractions resulting from pow...Mark Dickinson2014-04-051-0/+3
* | Issue #17621: Introduce importlib.util.LazyLoader.Brett Cannon2014-04-041-0/+2
* | update Misc/NEWSGiampaolo Rodola'2014-04-041-0/+3
* | merge of fix for issue #20942Brett Cannon2014-04-041-0/+6
|\ \ | |/
| * Issue #20942: PyImport_ImportFrozenModuleObject() no longer setsBrett Cannon2014-04-041-0/+6
* | Issue #20636: Improved the repr of Tkinter widgets.Serhiy Storchaka2014-04-041-0/+2
* | Issue #19505: The items, keys, and values views of OrderedDict now supportSerhiy Storchaka2014-04-041-0/+3
* | Closes #21149: Improved thread-safety in logging cleanup during interpreter s...Vinay Sajip2014-04-041-0/+3
|\ \ | |/
| * Issue #21149: Improved thread-safety in logging cleanup during interpreter sh...Vinay Sajip2014-04-041-0/+3
* | merge 3.4 (#21134)Benjamin Peterson2014-04-021-0/+3
|\ \ | |/
| * bail in unicode error's __str__ methods if the objects are not properly initi...Benjamin Peterson2014-04-021-0/+3
* | merge 3.4 (#21082)Benjamin Peterson2014-04-011-0/+3
|\ \ | |/
| * merge 3.3 (#21082)Benjamin Peterson2014-04-011-0/+3
| |\
| | * merge 3.2 (#21082)Benjamin Peterson2014-04-011-0/+3
| | |\
| | | * remove directory mode check from makedirs (closes #21082)Benjamin Peterson2014-04-011-0/+3
* | | | merge 3.4Benjamin Peterson2014-03-311-0/+1
|\ \ \ \ | |/ / /
| * | | merge 3.3Benjamin Peterson2014-03-311-0/+1
| |\ \ \ | | |/ /
| | * | merge 3.2Benjamin Peterson2014-03-311-0/+1
| | |\ \ | | | |/
| | | * add Ian BeerBenjamin Peterson2014-03-311-0/+1
* | | | merge 3.4Benjamin Peterson2014-03-301-3/+5
|\ \ \ \ | |/ / /
| * | | update notes to talk about -X showrefcountBenjamin Peterson2014-03-301-3/+5
| * | | Add test case for freeze.Martin v. Löwis2014-03-301-0/+2
* | | | Merge 3.4 (#16047)Martin v. Löwis2014-03-301-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #16047: Fix module exception list and __file__ handling in freeze.Martin v. Löwis2014-03-301-0/+3
* | | | Merge 3.4: Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.Martin v. Löwis2014-03-301-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.Martin v. Löwis2014-03-301-0/+2
| * | | Issue #21097: Move test_namespace_pkgs into test_importlib.Eric Snow2014-03-291-0/+2
* | | | Add test case for freeze.Martin v. Löwis2014-03-301-0/+2
* | | | Issue #20022: Eliminate use of deprecated bundlebuilder in OS X builds.Ned Deily2014-03-301-0/+1
* | | | Issue #21097: Move test_namespace_pkgs into test_importlib.Eric Snow2014-03-291-0/+2
* | | | Issue #21093: merge from 3.4Ned Deily2014-03-291-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #21093: Prevent failures of ctypes test_macholib on OS X if aNed Deily2014-03-291-0/+3
| * | | Issue #19697: Document cases where __main__.__spec__ is None.Eric Snow2014-03-291-0/+2
* | | | Issue #19697: Document cases where __main__.__spec__ is None.Eric Snow2014-03-291-0/+2
* | | | Issue #17654: merge from 3.4Ned Deily2014-03-281-0/+6
|\ \ \ \ | |/ / /
| * | | Issue #17654: Ensure IDLE menus are customized properly on OS X forNed Deily2014-03-281-0/+6
* | | | Issue #6676: merge from 3.4Ned Deily2014-03-271-0/+5
|\ \ \ \ | |/ / /
| * | | Issue #6676: Ensure a meaningful exception is raised when attemptingNed Deily2014-03-271-0/+5
| * | | inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.Yury Selivanov2014-03-271-0/+3
| * | | inspect: Fix getcallargs() to raise correct TypeErrorYury Selivanov2014-03-271-0/+3
| * | | asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668Yury Selivanov2014-03-271-0/+3
* | | | inspect: Fix getcallargs() to fail correctly if more than 3 args are missing.Yury Selivanov2014-03-271-0/+3