]> granicus.if.org Git - python/shortlog
python
2013-08-16 Christian HeimesIssue #18709: Fix CVE-2013-4238. The SSL module now...
2013-08-15 Terry Jan ReedyIssue #18732: Remove unused* parameter output_sep from...
2013-08-15 Terry Jan ReedyIssue #18425: Unittests for idlelib.IdleHistory. First...
2013-08-15 Victor StinnerIssue #18296: Try to fix TestSendfile.test_trailers...
2013-08-15 Eric Snowissue #18698: ensure importlib.reload() returns the...
2013-08-14 David WoleverRemove errant fourth '.' from ellipsis in datetime...
2013-08-14 Raymond HettingerIssue 18719: Remove a false optimization
2013-08-13 Terry Jan ReedyIssue #18425: Add docstrings to IdleHistory.py. Remove...
2013-08-13 Victor StinnerIssue #18405: Improve the entropy of crypt.mksalt().
2013-08-13 Ezio Melotti#18687: remove obsolete comment. Patch by Févry Thibault.
2013-08-13 Ned DeilyIssue 18724: Fix typo noticed by Susan Tan.
2013-08-13 Senthil KumaranIncreasing test coverage of ftplib. Patch by Muhammad...
2013-08-12 Felix CruxDocumenting that json.load may raise a ValueError.
2013-08-12 David WoleverIssue #17701: Improving strftime documentation.
2013-08-12 Larry HastingsIssue #18667: Add missing "HAVE_FCHOWNAT" symbol to...
2013-08-11 Eli BenderskyIssue #12645: Clarify and reformat the documentation...
2013-08-11 Serhiy StorchakaIssue #18706: Fix a test for issue #18681 so it no...
2013-08-11 Ezio Melotti#18663: document that assertAlmostEqual also works...
2013-08-10 Terry Jan ReedyIssue #18676: Change 'positive' to 'non-negative' in...
2013-08-10 Terry Jan ReedyIssue #18429: Add user-oriented News entry about Format...
2013-08-10 Terry Jan ReedyIssue #18226: Add docstrings and unittests for idlelib...
2013-08-10 Ezio Melotti#18681: Fix a NameError in imp.reload() (noticed by...
2013-08-10 R David MurrayMerge heads.
2013-08-10 R David Murray#8112: Update the documenting xmlrpc server to use...
2013-08-10 Ezio Melotti#18505: fix duplicate name and remove duplicate test...
2013-08-10 Ezio MelottiFix a couple of typos.
2013-08-10 Ezio Melotti#18453: fix unused variables in test_xmlrpc. Patch...
2013-08-10 Ezio Melotti#18465: fix unused variables in test_minidom. Patch...
2013-08-10 Ezio Melotti#18484: improve test coverage of http.cookiejar. Patch...
2013-08-10 Ezio Melotti#18483: add one more date format in test_http2time_form...
2013-08-10 Eli BenderskyIssue #18668: Further clarify m_size setting for non...
2013-08-09 R David Murray#18600: In 3.3, as_string does not accept a policy...
2013-08-08 Ezio Melotti#18357: add tests for dictview set difference. Patch...
2013-08-08 Ezio Melotti#18581: remove duplicate test and run a test class...
2013-08-08 Serhiy StorchakaFix a typo in PyUnicode_CopyCharacters() documentation.
2013-08-08 Ezio Melotti#18267: make whitespace consistent and fix an operator.
2013-08-08 Ezio Melotti#18273: move the tests in Lib/test/json_tests to Lib...
2013-08-07 Eli BenderskyIssue #18668: Properly document setting m_size in PyMod...
2013-08-06 Christian HeimesIssue #18368: PyOS_StdioReadline() no longer leaks...
2013-08-05 Mark DickinsonIssue #18661: typo in grp.struct_group docstring. ...
2013-08-04 R David Murray#18657: remove duplicate entries from Misc/ACKS.
2013-08-04 Raymond HettingerSilence compiler warnings for strict function prototype...
2013-08-04 Terry Jan ReedyIssue #18151: Replace remaining Idle 'open...close...
2013-08-04 Raymond HettingerSilence compiler warning for an unused declaration
2013-08-04 Raymond HettingerSilence compiler warning about an uninitialized variable
2013-05-20 Charles-Francois... Issue #17684: Fix some test_socket failures due to...
2013-08-04 Eli BenderskyIssue #17902: Clarify doc of ElementTree.iterparse
2013-08-04 Eli BenderskyIssue #17011: Fix caching of xpath path when namespaces...
2013-08-03 Serhiy StorchakaIssue #16741: Remove testing of implementation artifact.
2013-08-03 Serhiy StorchakaIssue #18647: Temporary disable the "nothing to repeat...
2013-08-03 Serhiy StorchakaMerge heads
2013-08-03 Martin v. LöwisIssue #16067: Add description into MSI file to replace...
2013-08-03 Serhiy StorchakaIssue #16741: Fix an error reporting in int().
2013-08-03 Serhiy StorchakaIssue #17998: Fix an internal error in regular expressi...
2013-08-03 doko@ubuntu.com- Fix a fcntl test case on KFreeBSD, Debian #708653...
2013-08-03 Nick CoghlanClose #18396: fix spurious test_signal failure on Windows
2013-08-03 Ned DeilyIssue #17046: Fix test_subprocess test_executable_witho...
2013-08-02 Charles-François... Issue #18325: Fix a test_kqueue failure on OpenBSD...
2013-08-02 Ned DeilyIssue #18517: Move definition of "xxlimited" extension...
2013-08-02 Ned DeilyIssue #18627: Fix typo noticed by Vajrasky Kok.
2013-08-02 Ned DeilyIssue #17557: Fix os.getgroups() to work with the modif...
2013-08-02 Larry HastingsIssue #17899: Fix rare file descriptor leak in os.listd...
2013-08-01 Antoine PitrouIssue #18589: fix hyperlinking of type slots (tp_*)
2013-07-31 Christian HeimesInitialize utime with 0. It fixes a couple of compiler...
2013-07-31 Christian Heimesmerge
2013-07-31 Christian HeimesSilence warning about set but unused variable inside...
2013-07-31 Terry Jan ReedyIssue #18573: More copy-paste fixes to assertWarns...
2013-07-30 Ned DeilyIssue #15494: Install new test/support directory.
2013-07-30 R David Murray#16273: Fix tutorial discussion of seek/tell (opaque...
2013-07-30 R David Murray#18601: fix error made when difflib example was convert...
2013-07-30 R David Murray#18584: s/testcleanup/testsetup/ until we switch to...
2013-07-30 Antoine PitrouSimplify example of PyErr_Fetch() use
2013-07-30 Christian HeimesAdd simple test for resource.getpagesize()
2013-07-30 Christian HeimesAdd more tests for hashlib and hash object attributes
2013-07-30 Christian HeimesIssue #18599: Fix name attribute of _sha1.sha1() object...
2013-07-30 Eli BenderskyIssue #18593: fix typo in comment
2013-07-30 Terry Jan ReedyMake all idle test case names end with 'Test'.
2013-07-29 R David Murray#18584: make doctest examples in email documentation...
2013-07-29 Nick CoghlanThird attempt to fix #15415 on Windows
2013-07-29 Nick CoghlanAttempt to fix #15415 on Windows
2013-07-28 Terry Jan ReedyUpdate gui section of idle test README.
2013-07-28 Terry Jan ReedyIssue #18441: Remove check from test_text.py in 3.3...
2013-07-28 Nick CoghlanClose #15415: Factor out temp dir helpers to test.support
2013-07-28 Nick CoghlanIssue #15494: test.support is now a package rather...
2013-07-28 Terry Jan ReedyIssue #18441: Make test.support.requires('gui') skip...
2013-07-28 Victor Stinnerdoc of PYTHONFAULTHANDLER env var: add missing "version...
2013-07-27 Benjamin Petersonadd a test for issue #17669 (closes #18565)
2013-07-27 Terry Jan ReedyIssue #18573: Complete copy-paste from assertRaises...
2013-07-27 Victor StinnerIssue #15893: Remove dead code
2013-07-26 Victor StinnerIssue #15893: frozenmain.c now handles PyMem_Malloc...
2013-07-26 Christian HeimesIssue #18552: Check return value of PyArena_AddPyObject...
2013-07-26 Victor StinnerParser/asdl_c.py: use Py_CLEAR()
2013-07-26 Victor StinnerAccording to the PEP 7, C code must "use 4-space indents"
2013-07-26 Christian HeimesIssue #18561: Skip name in ctypes' _build_callargs...
2013-07-26 Christian HeimesIssue #18560: Fix potential NULL pointer dereference...
2013-07-26 Christian HeimesIssue #18559: Fix NULL pointer dereference error in...
2013-07-26 Christian HeimesHandle yet another potential failure in testcapi
2013-07-26 Christian HeimesCheck return value of PyLong_FromLong(X509_get_version...
2013-07-26 Christian Heimesremove surplus and wrong Py_DECREF() introduced in...
2013-07-26 Christian HeimesFix declaration-after-statement of d49f65ff4f3c
next