]> granicus.if.org Git - python/shortlog
python
2013-07-01 Christian HeimesIssue #18339: Negative ints keys in unpickler.memo...
2013-07-01 Terry Jan ReedyIssue #7136: In the Idle File menu, "New Window" is...
2013-06-30 Terry Jan ReedyIssue #18189: add test_delegator for Idle Delegator...
2013-06-30 Vinay SajipIssue #18224: Updated test.
2013-06-30 Vinay SajipIssue #18224: Removed pydoc script from created venv...
2013-06-30 Terry Jan ReedyIssue 18189: remove unused methods in idlelib.Delegator...
2013-06-30 R David Murray#18038: Use non-deprecated assert names in tests.
2013-06-29 R David Murray#18155: Regex-escape delimiter, in case it is a regex...
2013-06-29 Terry Jan ReedyIssue #18103: Update README.txt and test_idle to descri...
2013-06-29 Terry Jan ReedyIssue #18237: Fix assertRaisesRegexp error caought...
2013-06-29 Terry Jan ReedyIssue *18081, #18242: Change Idle warnings capture...
2013-06-28 Terry Jan ReedyIssue #18315: Improve fileinput docs by adding 'bufsize...
2013-06-28 R David Murray#14360: Add news item.
2013-06-27 R David Murray#14360: make encoders.encode_quopri work.
2013-06-26 R David Murray#18311: fix typo.
2013-06-25 Victor StinnerFix time.strftime("%Y") on AIX: raise a ValueError...
2013-06-24 Victor StinnerIssue #18135: ssl.SSLSocket.write() now raises an Overf...
2013-06-24 Ned DeilyIssue #18164: Clarify the embedding docs regarding...
2013-06-24 Richard OudkerkFix typo.
2013-06-24 Richard OudkerkClarify note and fix typo.
2013-06-24 Richard OudkerkIssue #15818: Typo in docs.
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-23 Christian HeimesCheck for correct macro, code uses S_ISDIR().
2013-06-23 R David Murray#18179: reflow paragraphs.
2013-06-23 R David Murray#18179: document the local_hostname parameter.
2013-06-23 Serhiy StorchakaMerge heads
2013-06-23 Serhiy StorchakaIssue #18184: PyUnicode_FromFormat() and PyUnicode_From...
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 Victor StinnerIssue #18135: Fix a possible integer overflow in ssl...
2013-06-23 Victor Stinner_ssl.c: strip trailing spaces
2013-06-23 Victor StinnerIssue #18137: Detect integer overflow on precision...
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, part 2: Silence debug build resource warning...
2013-06-22 Andrew Kuchling#18113: avoid segfault if Py_XDECREF triggers code...
2013-06-22 Christian HeimesBSD: block devices are gone
2013-06-21 Brett CannonIssue #18278: properly document how the loaders are...
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 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 #18267: use floor division in code example
2013-06-21 Andrew KuchlingCloses #18272: use 'builtins' for 3.3 instead of __buil...
2013-06-20 Andrew Kuchling#4153: update Unicode howto for Python 3.3
2013-06-20 Senthil KumaranAdd -b and -X options to python man page.
2013-06-19 R David MurrayTweak programming faq examples so that it (mostly)...
2013-06-19 Benjamin Petersonfix libffi build on AIX (closes #18248)
2013-06-19 Serhiy StorchakaIssue #18202: Fix minor bugs and cleanup test_coding.py.
2013-06-19 Christian Heimesfixed libffi on PPC without __NO_FPRS__
2013-06-19 Christian Heimesmerge heads
2013-06-19 Christian HeimesIssue #18259: Declare sethostname in socketmodule.c...
2013-06-18 Antoine PitrouIssue #18256: Compilation fix for recent AIX releases...
2013-06-18 Christian HeimesFix for r84195: add HAVE_ALLOCA_H to configure and...
2013-06-17 Victor Stinnertest_faulthandler: use _sigsegv() instead of _read_null()
2013-06-17 Victor Stinnerctypes: AIX needs an explicit #include <alloca.h> to...
2013-06-17 Victor StinnerIssue #18238: Skip test_signal.test_sigwaitinfo_interru...
2013-06-17 Victor Stinnerregrtest.py: Fix another typo in the usage of the fault...
2013-06-17 Victor Stinnerregrtest.py: Fix typo in the usage of the faulthandler...
2013-06-17 Serhiy StorchakaIssue #18167: cgi.FieldStorage no more fails to handle...
2013-06-17 Serhiy StorchakaIssue #18223: Refactor test_tarfile.
2013-06-16 Brett Cannonmerge
2013-06-16 Brett CannonFix a misnaming of a method and an argument
2013-06-16 Andrew KuchlingDescribe 'surrogateescape' in the documentation.
2013-06-16 Gregory P.... news entry for subprocess double close fix.
2013-06-16 Gregory P.... Prevent a possible double close of parent pipe fds...
2013-06-15 Andrew Kuchling#18113: Objects associated to a curses.panel object...
2013-06-15 Brett CannonDrop some dead imports of imp
2013-06-14 Christian HeimesIssue #15172: Document NASM 2.10+ as requirement for...
2013-06-12 Serhiy StorchakaAdd tests for issue #18183.
2013-06-12 Roger Serwy#18196: Avoid displaying spurious SystemExit tracebacks.
2013-06-12 Roger Serwy#5492: Avoid traceback when exiting IDLE caused by...
2013-06-11 Ned DeilyIssue #18187: Fix broken link in venv documentation...
2013-06-11 Roger Serwy#17511: Keep IDLE find dialog open after clicking ...
2013-06-10 Benjamin Petersonremove MAX_MAXCHAR because it's unsafe for computing...
2013-06-10 Richard OudkerkIssue #18174: Fix fd leaks in tests.
2013-06-10 Richard OudkerkIssue #18180: Fix ref leak in _PyImport_GetDynLoadWindo...
2013-06-10 Ronald OussorenEnsure that the fix for #17269 also works on OSX 10.4
2013-06-09 Serhiy StorchakaIssue #16102: Make uuid._netbios_getnode() work again...
2013-06-09 Serhiy StorchakaIssue #15239: Make mkstringprep.py work again on Python 3.
2013-06-09 Serhiy StorchakaIssue #18038: SyntaxError raised during compilation...
2013-06-08 Ezio Melotti#18126: update NumPy links in the documentation. Patch...
2013-06-08 Ezio Melotti#17691: test_univnewlines now works with unittest test...
2013-06-08 Terry Jan Reedy#18151, part 1: Backport idlelilb portion of Andrew...
2013-06-07 Brett CannonIssue #18055: Move to importlib from imp for IDLE.
2013-06-05 Terry Jan ReedyIssue 18130: delete extra spaces
2013-06-05 Terry Jan ReedyIssue18130: Test class idlelib.configSectionNameDialog...
2013-06-03 Victor StinnerClose #18109: os.uname() now decodes fields from the...
2013-06-02 Senthil KumaranFix #17967 - Fix related to regression on Windows.
2013-06-02 Raymond HettingerClarify which dictionaries are updateable
2013-06-01 Senthil KumaranFix thishost helper funtion in urllib. Returns the...
2013-06-01 Senthil KumaranFix #17967: For ftp urls CWD to target instead of hoppi...
2013-05-31 Serhiy StorchakaIssue #18094: test_uuid no more reports skipped tests...
2013-05-31 Terry Jan ReedyIssue #15392: Finish news entry.
2013-05-29 Stefan KrahSupport multiarch build in tests.
2013-05-29 Stefan KrahBackport bff16086f03b and bcaaaa00425b.
2013-05-29 Stefan KrahIssue #17768: Support newline fill character in decimal...
2013-05-29 Senthil Kumaran#17403: urllib.parse.robotparser normalizes the urls...
2013-05-29 Terry Jan ReedyIssue #15392: Do not run tests if threading/_thread...
next