]> granicus.if.org Git - python/shortlog
python
2015-11-14 Benjamin Petersonmerge 3.4 (#25569)
2015-11-14 Benjamin Petersonfix build with older openssl (#25569)
2015-11-14 Martin PanterFix grammar in whatsnew/3.5.rst and elsewhere
2015-11-14 Martin PanterMerge typo and grammar fixes from 3.4 into 3.5
2015-11-14 Martin PanterFix a few grammar problems in the documentation and...
2015-11-14 Martin PanterCorrect Content-Type syntax in documentation
2015-11-13 Martin PanterIssue #25590: Merge rlcompleter change from 3.4 into 3.5
2015-11-13 Martin PanterIssue #25590: Make rlcompleter only call getattr()...
2015-11-13 Martin PanterIssue #25498: Update error message for 3.5
2015-11-13 Martin PanterIssue #25498: Merge ctypes crash fix from 3.4 into 3.5
2015-11-13 Martin PanterIssue #25498: Fix GC crash due to ctypes objects wrappi...
2015-11-13 Yury SelivanovMerge 3.4
2015-11-13 Yury Selivanovasyncio: Fix sporadic failing unittests in debug mode
2015-11-13 Serhiy StorchakaIssue #25462: The hash of the key now is calculated...
2015-11-13 Victor StinnerMerge 3.4 (issue #25605)
2015-11-13 Victor StinnerIssue #25605: Document exceptions raised by fcntl.ioctl...
2015-11-12 Terry Jan ReedyMerge with 3.4
2015-11-12 Terry Jan ReedyIndent
2015-11-12 Terry Jan ReedyMerge with 3.4
2015-11-12 Terry Jan ReedyWhitespace
2015-11-12 Terry Jan ReedyMerge with 3.4
2015-11-12 Terry Jan ReedyIssue #25313: Change the handling of new built-in text...
2015-11-12 Serhiy StorchakaIssue #25607: Restore old distutils logging threshold...
2015-11-12 Serhiy StorchakaIssue #25607: Restore old distutils logging threshold...
2015-11-12 Serhiy StorchakaRestore old distutils logging threshold after running...
2015-11-12 Serhiy StorchakaRestore old distutils logging threshold after running...
2015-11-12 Serhiy StorchakaIssue #22995: Default implementation of __reduce__...
2015-11-12 Serhiy StorchakaIssue #22995: Default implementation of __reduce__...
2015-11-12 Benjamin Petersonmerge 3.4 (#25530)
2015-11-12 Benjamin Petersonalways set OP_NO_SSLv3 by default (closes #25530)
2015-11-12 Benjamin Petersonmerge 3.5 (#25569)
2015-11-12 Benjamin Petersonfix memory leak in _get_crl_dp (closes #25569)
2015-11-12 Zachary WareMerge with 3.4
2015-11-12 Zachary WareRewrite re.VERBOSE section.
2015-11-12 Zachary WareIssue #25603: Add missing parenthesis.
2015-11-12 Zachary WareFix awkward grammar in whatsnew.
2015-11-11 Serhiy StorchakaIssue #25595: Fixed test_deleted_cwd in test_importlib...
2015-11-10 Serhiy StorchakaIssue #6598: Avoid clock wrapping around in test_make_m...
2015-11-10 Serhiy StorchakaIssue #6598: Avoid clock wrapping around in test_make_m...
2015-11-10 Stefan KrahFix Visual Studio warning.
2015-11-10 Stefan KrahIaaue #25598: Fix memory_hex from #9951 for non-contigu...
2015-11-10 Serhiy StorchakaIssue #25263: Fixed the tkinter.test.test_tkinter.test_...
2015-11-10 Serhiy StorchakaIssue #25263: Fixed the tkinter.test.test_tkinter.test_...
2015-11-10 Victor Stinnerpytime.c: rename pygettimeofday_new() to pygettimeofday()
2015-11-10 Raymond HettingerImprove appearance of example code
2015-11-10 Raymond HettingerRemove confusing section from named tuple recipes.
2015-11-09 Serhiy StorchakaAdded missed periods at the ends of sentences in Misc...
2015-11-09 Serhiy StorchakaAdded missed periods at the ends of sentences in Misc...
2015-11-09 Serhiy StorchakaFixed markup in Misc/NEWS.
2015-11-09 Serhiy StorchakaFixed markup in Misc/NEWS.
2015-11-09 Serhiy StorchakaIssue #25584: Added "escape" to the __all__ list in...
2015-11-09 Serhiy StorchakaIssue #25584: Fixed recursive glob() with patterns...
2015-11-09 Serhiy StorchakaIssue #25582: Fixed 100 MB memory leak in test_ctypes.
2015-11-07 Steve DowerIssue #24306: Sets component ID for launcher to match...
2015-11-07 Serhiy StorchakaIssue #22643: Skip test_case_operation_overflow on...
2015-11-07 Serhiy StorchakaIssue #892902: Added new tests for pickling recursive...
2015-11-07 Martin PanterIssue #24802: Copy bytes-like objects to null-terminate...
2015-11-06 Victor StinnerIssue #25555: Fix parser and AST: fill lineno and col_o...
2015-11-09 Serhiy StorchakaIssue #25582: Fixed 100 MB memory leak in test_ctypes.
2015-11-09 Raymond HettingerImprove namedtuple doc string examples
2015-11-09 Steve DowerFixes installer not allowing launcher to be selected.
2015-11-08 Martin PanterIssue #24802: Update test case for ValueError in 3.5
2015-11-08 R David Murray#25446: Fix regression in smtplib's AUTH LOGIN support.
2015-11-07 Steve DowerNull merge from 3.4
2015-11-07 Serhiy StorchakaIssue #22643: Skip test_case_operation_overflow on...
2015-11-07 Serhiy StorchakaIssue #892902: Added new tests for pickling recursive...
2015-11-07 Martin PanterIssue #24802: Merge null termination fixes from 3.4...
2015-11-07 Martin PanterIssue #25064: Adjust documentation according to new...
2015-11-06 Serhiy StorchakaIssue #25410: Made testing that od_fast_nodes and dk_en...
2015-11-06 Serhiy StorchakaFixed merging error in 3ebeeed1eb28.
2015-11-06 Serhiy StorchakaIssue #24726: Revert setting the value on the dict if
2015-11-06 Serhiy StorchakaIssue #25558: Refactoring OrderedDict iteration.
2015-11-06 Martin PanterIssue #18010: Merge pydoc web search fix from 3.4 into 3.5
2015-11-06 Martin PanterIssue #18010: Fix pydoc web server search to handle...
2015-11-05 Yury SelivanovMerge 3.4
2015-11-05 Yury Selivanovasyncio: Optimize asyncio.sleep(0)
2015-11-05 Serhiy StorchakaIssue #25554: Got rid of circular references in regular...
2015-11-05 Victor StinnerIssue #25556: Fix LOAD_GLOBAL bytecode when globals...
2015-11-04 Serhiy StorchakaIssue #24726: Fixed issue number for previous changeset...
2015-11-04 Serhiy StorchakaIssue #25449: Fixed a crash and leaking NULL in repr...
2015-11-04 Serhiy StorchakaIssue #25449: Iterating OrderedDict with keys with...
2015-11-04 Benjamin Petersonmerge 3.4
2015-11-04 Benjamin Petersonremove trailing ws
2015-11-04 Benjamin Petersonmerge 3.4
2015-11-04 Benjamin Petersonlink to modern PUG url
2015-11-02 Guido van RossumUse sys.platform instead of os.name to detect Windows...
2015-11-02 Guido van RossumUse sys.platform instead of os.name to detect Windows...
2015-11-02 Serhiy StorchakaIssue #25523: Further a-to-an corrections new in 3.5.
2015-11-02 Serhiy StorchakaIssue #25523: Merge a-to-an corrections from 3.4.
2015-11-02 Serhiy StorchakaIssue #25523: Further a-to-an corrections.
2015-11-02 Martin PanterIssue #25523: Further a-to-an corrections new in 3.5
2015-11-02 Martin PanterIssue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
2015-11-02 Martin PanterIssue #25523: Correct "a" article to "an" article
2015-11-01 Serhiy StorchakaIssue #25510: fileinput.FileInput.readline() now return...
2015-11-01 Serhiy StorchakaIssue #25510: fileinput.FileInput.readline() now return...
2015-11-01 Serhiy StorchakaIssue #25395: Fixed crash when highly nested OrderedDic...
2015-10-31 Berker PeksagFix typo noticed by Alec Nunn
2015-10-31 Steve DowerIssue #25450: Updates shortcuts to start Python in...
2015-10-31 Steve DowerImproves handling of test markers for building Python...
2015-10-31 Yury Selivanovwhatsnew/3.5: NumPy 1.10 has been released
next