]> granicus.if.org Git - python/shortlog
python
2013-11-03 Serhiy StorchakaFix test_os (issue #18702).
2013-11-03 Serhiy StorchakaIssue #18702: All skipped tests now reported as skipped.
2013-11-03 Serhiy StorchakaIssue #19085: Fixed pixels rounding for last Tk patchle...
2013-11-03 Serhiy StorchakaIssue #6157: Fixed Tkinter.Text.debug(). Original...
2013-11-03 Serhiy StorchakaIssue #6160: The bbox() method of Tkinter.Spinbox now...
2013-11-02 Serhiy StorchakaIssue #19085: Fixed some Tkinter tests on Windows.
2013-11-02 Jason R. CoombsMerge
2013-11-02 Jason R. CoombsUpdate NEWS
2013-11-02 Serhiy StorchakaIssue #19085: Fix Tkinter tests with Tcl/Tk 8.4.
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 #10734: Fix and re-enable test_ttk test_heading_c...
2013-11-02 Serhiy StorchakaIssue #19085: Added basic tests for all tkinter widget...
2013-11-01 Benjamin Petersonmerge 2.7.6 release branch
2013-11-01 Benjamin Petersonfix xmlcharrefreplace tests on wide build when tests...
2013-10-31 Serhiy StorchakaIssue #19457: Fixed xmlcharrefreplace tests on wide...
2013-10-31 Vinay SajipIssue #19455: Corrected inaccuracies in documentation...
2013-10-30 Benjamin Petersonmerge 2.7.6 release branch
2013-10-30 Benjamin Petersonuse the collapsed path in the run_cgi method (closes...
2013-10-29 Benjamin Petersonmerge 2.7.6 branch
2013-10-29 Christian Heimesfix language
2013-10-29 Benjamin Petersonmerge 2.7.6 release branch
2013-10-29 Christian HeimesIssue #18747: document issue with OpenSSL's CPRNG state...
2013-10-29 Christian HeimesIssue #19227 / Issue #18747: Remove pthread_atfork...
2013-10-29 Christian HeimesIssue #19227 / Issue #18747: Remove pthread_atfork...
2013-10-29 Benjamin Petersonmerge 2.7.6 release branch
2013-10-29 Benjamin Petersonbackport #19426
2013-10-29 Barry Warsaw2.6.9 final
2013-10-29 Barry WarsawAdded tag v2.6.9 for changeset fcb3ec2842f9
2013-10-29 Barry Warsawversion bump v2.6.9
2013-10-29 Barry Warsawupdating topics
2013-10-29 Serhiy StorchakaIssue #19426: Fixed the opening of Python source file...
2013-10-29 Georg BrandlCloses #19416: fix references in the nntplib docs.
2013-10-29 Georg BrandlFix wrong signature for two-argument newwin(). Found...
2013-10-29 Georg BrandlFix typo: js_JP is not a valid locale.
2013-10-28 Richard OudkerkIssue #19425 -- a pickling error should not cause pool...
2013-10-28 Raymond HettingerFix unintended switch from a constant to a global in...
2013-10-28 Ned DeilyIssue #19373: Apply upstream change to Tk 8.5.15 fixing...
2013-10-28 Ned DeilyIssue #19373: Apply upstream change to Tk 8.5.15 fixing...
2013-10-27 Serhiy StorchakaIssue #19405: Fixed outdated comments in the _sre module.
2013-10-26 Benjamin Petersonadd 2.7.7 news header
2013-10-26 Benjamin PetersonAdded tag v2.7.6rc1 for changeset 4913d0e9be30
2013-10-26 Benjamin Peterson2.7.6rc1 v2.7.6rc1
2013-10-26 Benjamin Petersoncheck for berkelydb versions besides 4.3 (#18734)
2013-10-26 Benjamin Petersonupdate pydoc-topics
2013-10-26 Benjamin Petersonjust return toplevel symbol table rather than all block...
2013-10-26 Ned DeilyIssue #15663: OS X installer builtin Tcl/Tk support
2013-10-25 Ned DeilyIssue #19400: Prevent extension module build failures...
2013-10-25 Ned DeilySync 2.7.x, 3.3.x, and 3.4.x versions of OS X build...
2013-10-25 Ned DeilyIssue #19019: Change the OS X installer build script...
2013-10-25 Ned DeilyIssue #15663: Tcl/Tk 8.5.15 is now included with the...
2013-10-25 Ned DeilyIssue #1584: Provide options to override default search...
2013-10-24 Serhiy StorchakaIssue #19327: Fixed the working of regular expressions...
2013-10-24 Senthil KumaranIncrease macurl2path test coverage
2013-10-23 Antoine PitrouIssue #19352: Fix unittest discovery when a module...
2013-10-22 Tim GoldenIssue #15207: Fix mimetypes to read from correct area...
2013-10-22 Christian HeimesIssue #18603: Ensure that PyOS_mystricmp and PyOS_mystr...
2013-10-21 Ezio Melotti#19319: fix ctypes docs: sizeof is an operator in C...
2013-10-21 Ezio Melotti#8964: fix platform._sys_version to handle IronPython...
2013-10-20 Ezio Melotti#19238, #19289: fix description of the align and fill...
2013-10-20 Serhiy StorchakaIssue #16038: CVE-2013-1752: ftplib: Limit amount of...
2013-10-19 Christian Heimesmerge
2013-10-19 Christian HeimesIgnore PyCharm project directory
2013-10-19 Serhiy StorchakaIssue #19279: UTF-7 decoder no more produces illegal...
2013-10-19 Ned DeilyEnsure setup.py looks for zlib.h in an OS X SDK.
2013-10-19 Ned DeilyUpdate OS X installer for building on 10.9.
2013-10-18 Benjamin Petersonfix description of super() behavior on descriptors
2013-10-18 Serhiy StorchakaRemove redundant empty lines.
2013-10-18 Serhiy StorchakaFix markup.
2013-10-17 Serhiy StorchakaIssue #19276: Fixed the wave module on 64-bit big-endia...
2013-10-17 Georg BrandlCloses #19277: document all parameters of compressobj().
2013-10-17 Serhiy StorchakaIssue 19276: Fix tests for wave files on big-endian...
2013-10-15 Victor StinnerClose #19267: Fix support of multibyte encoding (ex...
2013-10-14 Ezio Melotti#4965: Implement intelligent scrolling of the sidebar...
2013-10-14 Serhiy StorchakaIssue #18919: Add test/audiodata to LIBSUBDIRS.
2013-10-14 Serhiy StorchakaIssue #18919: Fixed resource leaks in audio tests.
2013-10-14 Serhiy StorchakaIssue #18919: Catch and check warnings in the aifc...
2013-10-14 Georg BrandlCloses #19258: close WSGI server after handling request...
2013-10-14 Serhiy StorchakaIssue #19189: Improved cross-references in the pickle...
2013-10-13 Georg BrandlCloses #16732: move "xxmodule" comment block to detect_...
2013-10-13 Georg BrandlCloses #16657: fix docstring of traceback.format_tb().
2013-10-13 Serhiy StorchakaMerge heads
2013-10-13 Georg BrandlWing IDE is switching to PyQt...
2013-10-13 Serhiy StorchakaIssue #18758: Fixed and improved cross-references.
2013-10-13 Serhiy Storchaka Issue #19197: Improved cross-references in the shlex...
2013-10-13 Serhiy StorchakaIssue #19207: Improved cross-references in the os,...
2013-10-13 Georg BrandlRefer to strftime(3) manpage for platform specific...
2013-10-13 Serhiy StorchakaIssue #19198: Improved cross-references in the cgi...
2013-10-13 Serhiy StorchakaIssue #18919: Added tests for the sunau module. Unifie...
2013-10-13 Mark DickinsonIssue #18739: Fix inconsistent results from math.log...
2013-10-13 Georg BrandlCloses #13740: SND_NOWAIT seems to be ignored on modern...
2013-10-13 Georg BrandlCloses #15829: document ThreadError and fix exception...
2013-10-13 Georg BrandlCloses #14486: add versionchanged notices throughout...
2013-10-13 Georg BrandlFix a small CSS glitch with deprecated blocks and Sphin...
2013-10-13 Georg BrandlFix display of deprecated blocks with Sphinx 1.2.
2013-10-12 Ned DeilyIssue #18458: Prevent crashes with newer versions of...
2013-10-12 Benjamin Petersonadd more media types
2013-10-12 Georg BrandlFix compatibility with upcoming Sphinx 1.2.
2013-10-12 Serhiy StorchakaIssue #18919: If the close() method of a writer in...
2013-10-12 Georg BrandlCloses #13905: mention rich-comparison methods in addit...
next