]> granicus.if.org Git - python/shortlog
python
2013-10-27 Georg BrandlIssue #17997: Change behavior of ``ssl.match_hostname...
2013-10-27 Georg BrandlIssue #16039: CVE-2013-1752: Change use of readline...
2013-10-27 Ned DeilyIssue #15663: Force IDLE.app to run the GUI process...
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-26 Victor StinnerClose #19339: telnetlib module is now using time.monoto...
2013-10-25 Ned DeilyIssue #19400: Prevent extension module build failures...
2013-10-25 Brett CannonIssue #19392: Document that imp.reload() now relies...
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 #19288: Fixed the "in" operator of dbm.gnu databa...
2013-10-24 Serhiy StorchakaIssue #19287: Fixed the "in" operator of dbm.ndbm datab...
2013-10-24 Serhiy StorchakaIssue #19327: Fixed the working of regular expressions...
2013-10-24 Senthil KumaranIncrease the coverage of macurl2path. Patch by Colin...
2013-10-23 Antoine PitrouIssue #19360: fix test_site when Python is installed...
2013-10-23 Antoine PitrouIssue #19356: Avoid using a C variabled named "_self...
2013-10-23 Antoine PitrouIssue #19352: Fix unittest discovery when a module...
2013-10-23 Antoine PitrouIssue #19340: Fix test_sysconfig when Python is built...
2013-10-23 Eric Snow[Issue #19357] Ensure module "loaded" during tests...
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 StorchakaMake test_audioop discoverable by unittest.
2013-10-20 Serhiy StorchakaIssue #16038: CVE-2013-1752: ftplib: Limit amount of...
2013-10-19 Antoine PitrouIssue #18235: Fix the sysconfig variables LDSHARED...
2013-10-19 Serhiy StorchakaFixed tests for issue #19279.
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 BrandlFix inaccurate versionchanged tag for compressobj(...
2013-10-17 Serhiy StorchakaIssue 19276: Fix tests for wave files on big-endian...
2013-10-15 Antoine PitrouIssue #14407: Fix unittest test discovery in test_concu...
2013-10-15 Richard OudkerkPrint process instead of pid.
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: Check warnings messages in the aifc modul...
2013-10-14 Georg BrandlCloses #19258: close WSGI server after handling request...
2013-10-14 Georg BrandlCloses #17154: error out gracefully on "ignore" or...
2013-10-14 Serhiy StorchakaIssue #19189: Improved cross-references in the pickle...
2013-10-13 Ezio Melotti#4965: Implement intelligent scrolling of the sidebar...
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 Georg BrandlCloses #19248: actually check for Python 3.x in tools...
2013-10-13 Serhiy StorchakaIssue #18758: Fixed and improved cross-references.
2013-10-13 Antoine PitrouIssue #18776: atexit callbacks now display their full...
2013-10-13 Serhiy StorchakaIssue #19197: Improved cross-references in the shlex...
2013-10-13 Serhiy StorchakaIssue #19207: Improved cross-references in the os,...
2013-10-13 Serhiy StorchakaImprove #19204: Improved cross-references in the urllib...
2013-10-13 Georg BrandlRefer to strftime(3) manpage for platform specific...
2013-10-13 Serhiy StorchakaIssue #19203: Improved cross-references in the curses...
2013-10-13 Serhiy StorchakaIssue #19198: Improved cross-references in the cgi...
2013-10-13 Serhiy StorchakaMerge heads
2013-10-13 Serhiy StorchakaIssue #18919: Unified and extended tests for audio...
2013-10-13 Nick CoghlanIssue #17827: Document codecs.encode and codecs.decode
2013-10-13 Georg BrandlCloses #13740: SND_NOWAIT seems to be ignored on modern...
2013-10-13 Georg BrandlCloses #17375: port new threading docstrings from 2.7.
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 Richard OudkerkMake test_terminate() succeed or fail quickly.
2013-10-12 Raymond HettingerIssue #19202: Add cross-reference and a rough code...
2013-10-12 Ned DeilyIssue #18458: Prevent crashes with newer versions of...
2013-10-12 Georg BrandlInvert logic of new limited-API annotation and call...
2013-10-12 Benjamin Petersonbackport media types from default
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 BrandlIntroduce support for documenting which C API elements...
2013-10-12 Georg BrandlCloses #13915: update tutorial with respect to .pyc...
2013-10-12 Georg BrandlCloses #13833: document PyStructSequence C-API functions.
2013-10-12 Georg BrandlCloses #13026: fix documentation of MAKE_FUNCTION for...
2013-10-12 Georg BrandlCloses #19179: make table of XML vulnerabilities cleare...
2013-10-12 Georg BrandlCloses #13203: add a FAQ section about seemingly duplic...
2013-10-12 Serhiy StorchakaIssue #19131: The aifc module now correctly reads and...
2013-10-11 Benjamin Petersonreplace hardcoded version
2013-10-11 Benjamin Petersonmake sure the docstring is never out of date wrt unicod...
2013-10-10 Benjamin Petersonremove url from docstring (closes #19220)
2013-10-10 Raymond HettingerIssue #19005: Fix documentation for PyIter_Next().
2013-10-09 Tim PetersRepair format of NEWS entry.
2013-10-09 Tim PetersIssue 19158: a rare race in BoundedSemaphore could...
2013-10-09 Serhiy Storchaka#19194: Improved cross-references in the fcntl module...
2013-10-09 Serhiy Storchaka#19196: Improved cross-references in distutils document...
2013-10-09 Serhiy StorchakaIssue #19190: Improve cross-references in builtin types...
2013-10-09 Serhiy StorchakaIssue 19195: Improved cross-references in C API documen...
2013-10-09 Serhiy StorchakaIssue #19193: Improved cross-references in the tutorial.
2013-10-09 Tim PetersIssue 19158: a rare race in BoundedSemaphore could...
2013-10-08 Georg BrandlMinor grammar fix.
2013-10-08 Georg BrandlClarify two points about division and shifting. Suggest...
2013-10-08 Georg BrandlFix wrong link.
2013-10-08 Georg BrandlAdd "->" as a delimiter token. Found by James Harding...
2013-10-08 Georg Brandlmerge heads
2013-10-08 Serhiy StorchakaIssue #18037: Do not escape '\u' and '\U' in raw strings.
next