]> granicus.if.org Git - python/shortlog
python
2013-06-28 Charles-François... Issue #17914: Use os.cpu_count() instead of multiproces...
2013-06-27 R David MurrayMerge #14360: make encoders.encode_quopri work.
2013-06-27 R David Murray#14360: make encoders.encode_quopri work.
2013-06-27 Martin v. LöwisIssue #13483: Use VirtualAlloc in obmalloc on Windows.
2013-06-26 R David MurrayMerge #18311: fix typo.
2013-06-26 R David Murray#18311: fix typo.
2013-06-26 R David Murray#11454: Reduce email module load time, improve surrogat...
2013-06-25 Victor StinnerFix os.confstr(): the result type of the C function...
2013-06-25 Victor StinnerFix time.mktime() and datetime.datetime.timestamp(...
2013-06-25 Victor Stinnertest_gdb.py: ignore also "warning: Source file is more...
2013-06-25 Victor StinnerIssue #17206: Fix test_cmd_line and test_faulthandler...
2013-06-25 Victor StinnerIssue #17206: test.regrtest and test.script_helper...
2013-06-25 R David Murray#11390: fix test failures due to readline and windows...
2013-06-25 Raymond HettingerIssue 18111: Add a default argument to min() and max()
2013-06-25 Victor Stinner(Merge 3.3) Fix time.strftime("%Y") on AIX: raise a...
2013-06-25 Victor StinnerFix time.strftime("%Y") on AIX: raise a ValueError...
2013-06-24 Victor Stinner_ssl.c: strip trailing spaces
2013-06-24 Victor Stinner(Merge 3.3) Issue #18135: ssl.SSLSocket.write() now...
2013-06-24 Victor StinnerIssue #18135: ssl.SSLSocket.write() now raises an Overf...
2013-06-24 Victor StinnerIf MS_WIN64 is defined, MS_WINDOWS is also defined...
2013-06-24 Victor StinnerIssue #18081: Workaround "./python -m test_idle test_lo...
2013-06-24 Victor StinnerIssue #9566: More long/Py_ssize_t fixes in tuple and...
2013-06-24 Victor StinnerIssue #9566: recv(), recvfrom(), send(), sendall()...
2013-06-24 Victor StinnerIssue #9566: pystrtod.c: Fix a compiler warnings on...
2013-06-24 Victor StinnerIssue #9566: Fix a compiler warning on Windows x64
2013-06-24 Victor StinnerIssue #9566: Fix a compiler warning in tupleiter_setsta...
2013-06-24 Ned DeilyIssue #18164: merge from 3.3
2013-06-24 Ned DeilyIssue #18164: Clarify the embedding docs regarding...
2013-06-24 Victor StinnerIssue #9566: _winapi.WriteFile() now truncates length...
2013-06-24 Victor StinnerIssue #9566: zlib: Explicit cast to unsigned int to...
2013-06-24 Victor StinnerIssue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compil...
2013-06-24 Richard OudkerkMerge.
2013-06-24 Richard OudkerkFix typo.
2013-06-24 Richard OudkerkMerge.
2013-06-24 Richard OudkerkClarify note and fix typo.
2013-06-24 Richard OudkerkIssue #15818: Merge.
2013-06-24 Richard OudkerkIssue #15818: Typo in docs.
2013-06-24 Richard OudkerkIssue #18277: Merge.
2013-06-24 Richard OudkerkIssue #18277: Document quirks of multiprocessing queue.
2013-06-24 Christian HeimesFix test for GCC 3.1+ but not strict ANSI C
2013-06-24 Christian HeimesFix test for GCC 3.1+ but not strict ANSI C
2013-06-23 Raymond Hettingermerge
2013-06-23 Raymond HettingerMisc improvements to collections.deque()
2013-06-23 Christian HeimesIssue #11016: Don't define macros and constants that...
2013-06-23 Christian HeimesDefine S_IFMT and S_IFLNK in pyport.h so posixmodule...
2013-06-23 Christian HeimesCheck for correct macro, code uses S_ISDIR().
2013-06-23 Christian HeimesCheck for correct macro, code uses S_ISDIR().
2013-06-23 Victor StinnerIssue #11016: Detect integer conversion on conversion...
2013-06-23 Christian Heimesmerge
2013-06-23 Christian HeimesFix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
2013-06-23 R David MurrayMerge #18179: reflow paragraphs.
2013-06-23 R David Murray#18179: reflow paragraphs.
2013-06-23 R David MurrayMerge #18179: document the local_hostname parameter.
2013-06-23 R David Murray#18179: document the local_hostname parameter.
2013-06-23 R David Murray#11390: convert doctest CLI to argparse and add -o...
2013-06-23 Serhiy StorchakaMerge heads
2013-06-23 Serhiy StorchakaMerge heads
2013-06-23 Serhiy StorchakaMerge heads
2013-06-23 Serhiy StorchakaIssue #18184: PyUnicode_FromFormat() and PyUnicode_From...
2013-06-23 Serhiy StorchakaIssue #18184: PyUnicode_FromFormat() and PyUnicode_From...
2013-06-23 Łukasz LangaMerged fix for issue #18260 from 3.3
2013-06-23 Łukasz LangaFixed issue #18260: configparser TypeError on source...
2013-06-23 Christian HeimesSolaris' /dev/null is a symlink. The device test now...
2013-06-23 Christian HeimesSolaris' /dev/null is a symlink. The device test now...
2013-06-23 Christian Heimesimport.c does neither need mode_t nor _mkdir() anymore
2013-06-23 Christian HeimesAdd _stat module to VS project file -- this time with...
2013-06-23 Christian Heimesadd _stat to list of builtin Windows modules
2013-06-23 Victor Stinner(Merge 3.3) Issue #18135: Fix a possible integer overfl...
2013-06-23 Victor StinnerIssue #18135: Fix a possible integer overflow in ssl...
2013-06-23 Victor Stinner_ssl.c: strip trailing spaces
2013-06-23 Victor Stinner(Merge 3.3) Issue #18137: Detect integer overflow on...
2013-06-23 Victor StinnerIssue #18137: Detect integer overflow on precision...
2013-06-22 Victor StinnerIssue #11016: Try to fix compilaton of the new _stat...
2013-06-22 Andrew KuchlingMerge from 3.3
2013-06-22 Andrew KuchlingCloses #18220: expand itertools.islice docstring to...
2013-06-22 Andrew KuchlingClose #18285: add 'repeat' parameter to docstring for...
2013-06-22 Terry Jan Reedy#18151 Merge from 3.3
2013-06-22 Terry Jan Reedy#18151, part 2: Silence debug build resource warning...
2013-06-22 Christian HeimesIssue #11016: Add C implementation of the stat module...
2013-06-22 Andrew KuchlingMerge from 3.3
2013-06-22 Andrew Kuchling#18113: avoid segfault if Py_XDECREF triggers code...
2013-06-22 Christian Heimes... also TLSv1.1 and TLSv1.2
2013-06-22 Christian HeimesAdd my SSL module patches to whatsnew 3.4
2013-06-22 Christian HeimesBSD: block devices are gone
2013-06-22 Christian HeimesBSD: block devices are gone
2013-06-21 Brett Cannonmerge for issue #18278
2013-06-21 Brett CannonIssue #18278: properly document how the loaders are...
2013-06-21 Victor Stinnermarshal: optimize parsing of empty Unicode strings
2013-06-21 Christian HeimesFix test_stat on BSD, /dev/da0 and /dev/ad0 are links
2013-06-21 Christian HeimesFix test_stat on BSD, /dev/da0 and /dev/ad0 are links
2013-06-21 Christian HeimesAdd tests for untested features of the 'stat' module...
2013-06-21 Christian HeimesAdd tests for untested features of the 'stat' module...
2013-06-21 Andrew Kuchling#12716: reorganize docs for os module a bit
2013-06-21 Andrew Kuchling#13226: update references from ctypes/DLFCN modules...
2013-06-21 Andrew KuchlingMerge from 3.3
2013-06-21 Andrew KuchlingCloses #18218: use correct variable name for starting...
2013-06-21 Andrew KuchlingCloses #18239: correct description of count() in module...
2013-06-21 Andrew KuchlingCloses #18247: add Lib/test/data/* to .gitignore
2013-06-21 Andrew KuchlingMerge from 3.3
2013-06-21 Andrew KuchlingCloses #18267: use floor division in code example
next