89756 Commits (86a60bfb08cd87f570b1330bfbd244ff2cb781f6)
 

Author SHA1 Message Date
Tal Einat 86a60bfb08 Merge from 3.4 11 years ago
Tal Einat f330d53691 #23891: correctly refer to PyPI as "Python Package Index" 11 years ago
Serhiy Storchaka fabdc827a5 Issue #24408: Added more tkinter.Font tests. 11 years ago
Serhiy Storchaka c0ed707b2f Issue #24408: Added more tkinter.Font tests. 11 years ago
Andrew Kuchling 6b84335ada Merge from 3.4 11 years ago
Andrew Kuchling d00407115d #23891: remove extra words 11 years ago
Andrew Kuchling 21fd5a92de Merge from 3.4 11 years ago
Andrew Kuchling dd15b36c90 #23891: add a section to the Tutorial describing virtual environments and pip 11 years ago
Andrew Kuchling 20f628ee08 Merge from 3.4 11 years ago
Steve Dower 9901856ac4 Issue 24385: Adds "--as-flags=--32" when generating 32-bit MinGW library. 11 years ago
Serhiy Storchaka 23e6109112 Issue #24299: Fixed test__locale on Solaris. 11 years ago
Serhiy Storchaka 07c002573a Issue #24299: Fixed test__locale on Solaris. 11 years ago
Serhiy Storchaka 4fafda731a Issue #24408: Fixed AttributeError in measure() and metrics() methods of 11 years ago
Serhiy Storchaka 391af751f2 Issue #14373: Other attempt to fix threaded test for lru_cache(). 11 years ago
Serhiy Storchaka e7070f09bc Issue #14373: C implementation of functools.lru_cache() now can be used with 11 years ago
Serhiy Storchaka 77cb197aaa Issue #14373: Fixed threaded test for lru_cache(). Added new threaded test. 11 years ago
Steve Dower 93cfeb93ac Issue #8232: webbrowser support incomplete on Windows. Patch by Brandon Milam 11 years ago
Tal Einat 988df6a365 added matmul and imatmul to operator.__all__ 11 years ago
Andrew Kuchling 4a75174fba Add link to pyvideoorg 11 years ago
Benjamin Peterson 0718de9770 repair my irrational excuberance 11 years ago
Benjamin Peterson 99e96f2bb0 remove unnecessary braces and indentation 11 years ago
Andrew Kuchling ecacfd80e3 #23891: rework discussion of python-list a bit 11 years ago
Benjamin Peterson 277b975260 merge 3.4 11 years ago
Benjamin Peterson d9ede872cd that this is "for Python" is obvious 11 years ago
Berker Peksag ab2f966f79 Issue #23659: Document **fmtparams in csv.register_dialect docstring. 11 years ago
Berker Peksag 12b50ce4cb Issue #23659: Document **fmtparams in csv.register_dialect docstring. 11 years ago
Berker Peksag a5f62edbe3 Issue #24148: Fix incorrect Stats.sort_stats() example. 11 years ago
Berker Peksag 25587742f6 Issue #24148: Fix incorrect Stats.sort_stats() example. 11 years ago
Benjamin Peterson 2ad80f53c1 fix refleak when keys() fails 11 years ago
Yury Selivanov 4180e43c12 Docs: Fix typo 11 years ago
Yury Selivanov 94c2263005 Issue 24374: Plug refleak in set_coroutine_wrapper 11 years ago
Nick Coghlan 53f95024d7 Issue #24373: Eliminate PEP 489 test refleaks 11 years ago
Eric Snow 4fabf02633 Issue #24369: Defend against key-changes during iteration. 11 years ago
Steve Dower b6c6a4dc04 Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows 11 years ago
Eric Snow db4061cb9d Issue #24377: Fix a ref leak in OrderedDict.__repr__. 11 years ago
Eric Snow 4c72918a59 Issue #24362: Simplify the C OrderedDict fast nodes resize logic. 11 years ago
Benjamin Peterson 24ac877eed upgrade xxlimited abi to 3.5 11 years ago
Eric Snow ac02ef373f Issue #24368: Support keyword arguments in OrderedDict methods. 11 years ago
Yury Selivanov eb698fe68c Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper 11 years ago
Yury Selivanov ca82910221 Issue 24365: Conditionalize PEP 489 additions to the stable ABI 11 years ago
Yury Selivanov 72ea27c89b Issue 24366: Merge 3.4 11 years ago
Yury Selivanov e12685757f Issue 24366: Merge 3.3 11 years ago
Yury Selivanov 614bfcc953 Issue 24366: Indent code (thanks to li4ick for reporting). 11 years ago
Yury Selivanov aab3c4a211 Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully 11 years ago
Donald Stufft 231d90609b Merge update to pip/setuptools 11 years ago
Donald Stufft 96cf848a8b Upgrade pip to 7.0.3 and setuptools to 17.0 11 years ago
Donald Stufft 67872ba91a Merge the fix for #24267 11 years ago
Donald Stufft 71a8589ddc Closes #24267 - Does not check version on ensurepip uninstall 11 years ago
Eric Snow b952ab43f2 Issue #24359: Check for changed OrderedDict size during iteration. 11 years ago
Eric Snow d171975609 Issue #24348: Drop superfluous increfs/decrefs. 11 years ago