]> granicus.if.org Git - python/shortlog
python
2013-11-03 Tim GoldenIssue #10197 Rework subprocess.get[status]output to...
2013-11-03 Tim GoldenIssue #10197 Rework subprocess.get[status]output to...
2013-11-03 Tim GoldenIssue #19464 Null merge with 3.3
2013-11-03 Tim GoldenIssue #19464 Suppress compiler warnings during clean...
2013-11-03 Nick CoghlanClose #19403: make contextlib.redirect_stdout reentrant
2013-11-03 Nick CoghlanClose #19439: execute embedding tests on Windows
2013-11-03 Nick CoghlanIssue #4331: Added functools.partialmethod
2013-11-02 Tim PetersMercurial: ignore precompiled header files on Windows.
2013-11-02 Richard OudkerkMerge.
2013-11-02 Richard OudkerkIssue #19478: Make choice of semaphore prefix more...
2013-11-02 Jason R. CoombsMerge with 3.3 for Issue #19286.
2013-11-02 Jason R. CoombsMerge with 3.2 for Issue #19286.
2013-11-02 Jason R. CoombsUpdate NEWS for 265d369ad3b9.
2013-11-02 Serhiy StorchakaNull merge
2013-11-02 Serhiy StorchakaMerge heads
2013-11-02 Serhiy StorchakaMerge heads
2013-11-02 Serhiy StorchakaNull merge
2013-11-02 Serhiy StorchakaIssue #19085: Fixed some Tkinter tests on Windows.
2013-11-02 Richard OudkerkMerge.
2013-11-02 Richard OudkerkRelax timeout test.
2013-11-02 Richard OudkerkRelax test for process return code on Windows.
2013-11-02 Ezio MelottiMerge test_htmlparser changes from 3.3.
2013-11-02 Ezio MelottiUse unittest.main() in test_htmlparser.
2013-11-02 Ezio Melotti#15114: The html.parser module now raises a Deprecation...
2013-11-02 Jason R. CoombsIssue #19286: [distutils] Only match files in build_py...
2013-11-02 Jason R. CoombsIssue #19286: Adding test demonstrating the failure...
2013-11-02 Serhiy StorchakaIssue #19085. Try to fix tkinter tests on Windows.
2013-11-02 Serhiy StorchakaIssue #10734: Fix and re-enable test_ttk test_heading_c...
2013-11-02 Serhiy StorchakaIssue #10734: Fix and re-enable test_ttk test_heading_c...
2013-11-02 Serhiy StorchakaMerge heads
2013-11-02 Serhiy StorchakaIssue #19085: Added basic tests for all tkinter widget...
2013-11-02 Serhiy StorchakaIssue #19085: Added basic tests for all tkinter widget...
2013-11-01 Guido van Rossumasyncio: Slight rearrangement of tests for server_hostn...
2013-11-01 Guido van Rossumasyncio: Better-looking errors when ssl module cannot...
2013-11-01 Guido van Rossumasyncio: Various style nits.
2013-11-01 Guido van Rossumasyncio: Log a warning when eof_received() returns...
2013-11-01 Guido van Rossumasyncio: Document EventLoop.close().
2013-11-01 Guido van Rossumasyncio: Refactor ssl transport ready loop (Nikolay...
2013-11-01 Guido van Rossumasyncio: Add server_hostname as create_connection(...
2013-11-01 Guido van Rossumasyncio: Fold some long lines.
2013-11-01 Guido van Rossumasyncio: Pause accepting whenever accept() returns...
2013-11-01 Brett CannonAbstract out stat calls in importlib for easier experim...
2013-11-01 Brett CannonIssue #19410: Put back in special-casing of '' for
2013-11-01 Brett CannonSilence a compiler warning about an unused function
2013-11-01 Tim GoldenIssue #19464 Suppress compiler warnings during clean...
2013-11-01 Eric SnowIssue #19413: Disregard duplicate namespace portions...
2013-11-01 Eric SnowIssue #19413: Restore pre-3.3 reload() semantics of...
2013-10-31 Victor StinnerClose #19442: warn_explicit() does nothing when called...
2013-10-31 Vinay SajipCloses #19349: Merged fix from 3.3.
2013-10-31 Vinay SajipIssue #19349: Corrected error message.
2013-10-31 Guido van RossumClose resources owned by subclass before calling super...
2013-10-31 Tim GoldenNull merge
2013-10-31 Tim GoldenIssue #19418 Fix some warnings on Win64
2013-10-31 Victor StinnerIssue #19437: Cleanup r_ref() of the marshal module
2013-10-31 Victor StinnerIssue #19437: Fix r_object() of marshal module, handle...
2013-10-31 Victor StinnerIssue #19437: Fix r_object() of marshal module, handle...
2013-10-31 Victor StinnerIssue #19437: Fix r_PyLong() of marshal module, stop...
2013-10-31 Victor StinnerIssue #19437: Fix newPySSLSocket(), handle PyWeakref_Ne...
2013-10-31 Victor StinnerIssue #19437: Fix PyCFuncPtrType constructor, handle
2013-10-31 Victor StinnerIssue #19437: Fix PyCArrayType constructor, raise Memor...
2013-10-31 Victor StinnerIssue #19437: Fix fill_and_set_sslerror() of _ssl,...
2013-10-31 Victor StinnerIssue #19437: Fix show_warning() of _warnings, stop...
2013-10-31 Victor StinnerIssue #19437: Fix get_filter() from _warnings, don...
2013-10-31 Eli BenderskyNull merge for issue #19452
2013-10-31 Eli BenderskyIssue #19452: Clarify the documentation of iterparse...
2013-10-31 Victor StinnerIssue #19437: Fix _pickle, don't call _Unpickler_SkipCo...
2013-10-31 Victor Stinnercleanup _Unpickler_SkipConsumed(): remove 1 level of...
2013-10-31 Tim GoldenIssue #19418 Fix some warnings on Win64
2013-10-31 Benjamin Petersonmerge 3.3
2013-10-31 Benjamin Petersonmake string literal const
2013-10-31 Vinay SajipMerged documentation update from 3.3.
2013-10-31 Vinay SajipCorrected some incorrect cross-references.
2013-10-30 Guido van Rossumasyncio: Add new file (forgotten).
2013-10-30 Guido van Rossumasyncio: Add support for running subprocesses on Window...
2013-10-30 Guido van Rossumasyncio: Make the IOCP proactor support "waitable"...
2013-10-30 Guido van Rossumasyncio: Update some comments.
2013-10-30 Guido van Rossumasyncio: When not closing the connection after receivin...
2013-10-30 Charles-François... Issue #19172: Add a get_map() method to selectors.
2013-10-30 Victor StinnerIssue #19437: Fix select.epoll.poll(), fix code handlin...
2013-10-30 Victor StinnerIssue #19437: Fix os.statvfs(), handle errors
2013-10-30 Victor StinnerIssue #19424: Fix a compiler warning
2013-10-30 Benjamin Petersonmerge 3.3 (#19435)
2013-10-30 Benjamin Petersonmerge 3.2 (#19435)
2013-10-30 Benjamin Petersonmerge 3.1 (#19435)
2013-10-30 Benjamin Petersonuse the collapsed path in the run_cgi method (closes...
2013-10-30 Benjamin Petersonmerge 3.3
2013-10-30 Benjamin Petersonupdate comment
2013-10-29 Victor StinnerIssue #19442: Fix warnings emitted during Python shutdown
2013-10-29 Victor StinnerIssue #19424: Fix test_warnings for locale encoding...
2013-10-29 Victor StinnerIssue #19424: Fix the warnings module to accept filenam...
2013-10-29 Victor StinnerIssue #19424: Optimize PyUnicode_CompareWithASCIIString()
2013-10-29 Ned DeilyIssue #19373: Add Misc/NEWS entry.
2013-10-29 Christian Heimesmerge
2013-10-29 Christian Heimesmerge
2013-10-29 Christian Heimesfix language
2013-10-29 Tim GoldenNull merge
2013-10-29 Tim GoldenIssue 15792 Correct build options on Win64. Patch by...
2013-10-29 Antoine PitrouIssue #17936: Fix O(n**2) behaviour when adding or...
2013-10-29 Christian Heimesmerge
2013-10-29 Christian HeimesIssue #19227 / Issue #18747: Remove pthread_atfork...
next