]> granicus.if.org Git - python/shortlog
python
2013-06-14 Ned DeilyIssue #18149: Add filecmp.clear_cache() to manually...
2013-06-14 Brett CannonIssue #18193: Add importlib.reload(), documenting ...
2013-06-14 Brett CannonRemove a dead import line.
2013-06-14 Christian HeimesIssue #15172: Document NASM 2.10+ as requirement for...
2013-06-14 Christian HeimesIssue #15172: Document NASM 2.10+ as requirement for...
2013-06-14 Christian HeimesSimplify return value of ssl.get_default_verify_paths
2013-06-14 Christian Heimescomparing with http://hg.python.org/cpython/
2013-06-14 Ethan FurmanCloses issue 17947. Adds PEP-0435 (Enum, IntEnum)...
2013-06-14 Brett CannonMove test_pep352 over to unittest.main()
2013-06-14 Brett CannonIssue #18200: Update the stdlib (except tests) to use
2013-06-13 Serhiy StorchakaIssue #18048: Merge test_pep263.py and test_coding...
2013-06-13 Serhiy StorchakaIssue #18048: Rename test_coding.py to test_source_enco...
2013-06-13 Serhiy StorchakaIssue #18048: Rename test_pep263.py to test_source_enco...
2013-06-13 Brett CannonIssue #15767: Add an explicit test for raising ModuleNo...
2013-06-13 Brett CannonIssue #15767: Touch up ModuleNotFoundError usage by...
2013-06-13 Brett CannonUpdate various test modules to use unittest.main()...
2013-06-13 Brett CannonPartially revert changeset #281857369a78 to make sure...
2013-06-13 Brett CannonMove test___all__ over to unittest.main() and use Modul...
2013-06-13 Brett CannonSpruce up test_xmlrpc by using ModuleNotFoundError...
2013-06-12 Brett CannonMove test_zipfile to unittest.main()
2013-06-12 Brett CannonIssue #15767: Introduce ModuleNotFoundError, a subclass of
2013-06-12 Brett CannonMove code from test_importhooks into test_zipimport.
2013-06-12 Serhiy StorchakaAdd tests for issue #18183.
2013-06-12 Serhiy StorchakaAdd tests for issue #18183.
2013-06-12 Roger Serwy#18196: merge with 3.3
2013-06-12 Roger Serwy#18196: Avoid displaying spurious SystemExit tracebacks.
2013-06-12 Roger Serwy#5492: merge with 3.3
2013-06-12 Roger Serwy#5492: Avoid traceback when exiting IDLE caused by...
2013-06-11 Ned DeilyIssue #18187: merge from 3.3
2013-06-11 Ned DeilyIssue #18187: Fix broken link in venv documentation...
2013-06-11 Brett Cannonexplanatory comment
2013-06-11 Brett Cannontypo fix
2013-06-11 Brett CannonIssue #18158: delete test_importhooks. Redundant in...
2013-06-11 Brett CannonIssue #18157: stop using imp.load_module() in imp.
2013-06-11 Roger Serwy#17511: merge with 3.3.
2013-06-11 Roger Serwy#17511: Keep IDLE find dialog open after clicking ...
2013-06-10 Benjamin Petersonmerge 3.3 (#18183)
2013-06-10 Benjamin Petersonremove MAX_MAXCHAR because it's unsafe for computing...
2013-06-10 Richard OudkerkMerge.
2013-06-10 Richard OudkerkIssue #18174: Fix fd leaks in tests.
2013-06-10 Richard OudkerkMerge.
2013-06-10 Richard OudkerkIssue #18180: Fix ref leak in _PyImport_GetDynLoadWindo...
2013-06-10 Christian Heimesfixd refleak
2013-06-10 Ronald Oussoren(3.3->default) Ensure that the fix for #17269 also...
2013-06-10 Ronald OussorenEnsure that the fix for #17269 also works on OSX 10.4
2013-06-09 Serhiy StorchakaIssue #16102: Make uuid._netbios_getnode() work again...
2013-06-09 Serhiy StorchakaIssue #16102: Make uuid._netbios_getnode() work again...
2013-06-09 Christian HeimesIssue #17134: Add ssl.enum_cert_store() as interface...
2013-06-09 Christian Heimesget_default_verify_paths doesn't belong inside the...
2013-06-09 Christian Heimesremoved accidental new line
2013-06-09 Christian HeimesIssue #18143: Implement ssl.get_default_verify_paths...
2013-06-09 Serhiy StorchakaIssue #15239: Make mkstringprep.py work again on Python 3.
2013-06-09 Serhiy StorchakaIssue #15239: Make mkstringprep.py work again on Python 3.
2013-06-09 Serhiy StorchakaIssue #18038: SyntaxError raised during compilation...
2013-06-09 Serhiy StorchakaIssue #18038: SyntaxError raised during compilation...
2013-06-08 Ezio Melotti#18126: merge with 3.3.
2013-06-08 Ezio Melotti#18126: update NumPy links in the documentation. Patch...
2013-06-08 Ezio Melotti#17691: merge with 3.3.
2013-06-08 Ezio Melotti#17691: test_univnewlines now works with unittest test...
2013-06-08 Richard OudkerkIssue #15528: Delay importing atexit until weakref...
2013-06-08 Terry Jan Reedy#18151 null merge with 3.3.
2013-06-08 Terry Jan Reedy#18151, part 1: Backport idlelilb portion of Andrew...
2013-06-07 Łukasz Langamoved the single-dispatch generic function definitions...
2013-06-07 Łukasz LangaFixed #18150: duplicate test inside TestSingleDispatch
2013-06-07 Brett CannonIssue #7732: Move an imp.find_module test from test_imp...
2013-06-07 Brett Cannonmerge w/ 3.3 for issue #18055
2013-06-07 Brett CannonIssue #18055: Move to importlib from imp for IDLE.
2013-06-07 Brett CannonIssue #17314: Stop using imp in multiprocessing.forking...
2013-06-07 Vinay SajipIssue #17903: Added path search changes to launcher.
2013-06-07 Vinay SajipCloses #11959: SMTPServer and SMTPChannel now take...
2013-06-05 Brett Cannontweak exception message (again)
2013-06-05 Richard OudkerkIssue #17931: Resolve confusion on Windows between...
2013-06-05 Terry Jan ReedyMerge with 3.3
2013-06-05 Terry Jan ReedyIssue 18130: delete extra spaces
2013-06-05 Terry Jan ReedyMerge with 3.3
2013-06-05 Terry Jan ReedyIssue18130: Test class idlelib.configSectionNameDialog...
2013-06-05 Łukasz LangaAdd reference implementation for PEP 443
2013-06-05 Victor StinnerIssue #13772: Use syntax for literal wchar_t character
2013-06-04 Victor StinnerIssue #13772: Mark helper functions as private (static)
2013-06-04 Victor StinnerIssue #13772: Fix a compiler warning on Windows
2013-06-04 Victor StinnerIssue #9566: Fix compilater warnings on Windows 64-bit
2013-06-04 Victor StinnerIssue #9566: Fix compiler warning on Windows 64-bit
2013-06-04 Victor StinnerIssue #9566: Fix compiler warning on Windows 64-bit
2013-06-04 Victor StinnerIssue #13772: fix _check_dirA(): call *A() functions...
2013-06-04 Victor StinnerIssue #13772: Fix compiler warnings on Windows
2013-06-04 Victor StinnerIssue #9566: Fix compiler warning on Windows 64-bit
2013-06-04 Victor StinnerIssue #9566: Fix compiler warning on Windows 64-bit
2013-06-04 Victor StinnerIssue #9566: Fix a compiler warning on Windows 64-bit...
2013-06-04 Victor StinnerIssuse #17932: Fix an integer overflow issue on Windows...
2013-06-04 Victor StinnerClose #17931: Fix PyLong_FromPid() on Windows 64-bit...
2013-06-04 Victor StinnerIssue #9566: Fix compiler warning on Windows 64-bit...
2013-06-04 Brett Cannonmerge
2013-06-04 Brett CannonTweak at the suggestion of Ezio Melotti for exception...
2013-06-04 Victor StinnerReuse Py_MIN and Py_MAX macros: remove duplicate MIN...
2013-06-04 Victor StinnerClose #17932: Fix an integer overflow issue on Windows...
2013-06-03 Victor Stinner(Merge 3.3) Close #18109: os.uname() now decodes fields...
2013-06-03 Victor StinnerClose #18109: os.uname() now decodes fields from the...
2013-06-02 Senthil KumaranFix #17967 - Fix related to regression on Windows.
2013-06-02 Raymond HettingerClarify which dictionaries are updateable
2013-06-01 Senthil KumaranFix thishost helper funtion in urllib. Returns the...
next