]> granicus.if.org Git - python/shortlog
python
2014-11-20 Victor Stinnerasyncio: Fix formatting of the "Future exception was...
2014-11-19 Serhiy StorchakaIssue #20736: testSendmsgDontWait in test_socket no...
2014-11-19 Serhiy StorchakaIssue #20604: Added missed invalid mode in error messag...
2014-11-18 Antoine PitrouClose #22370: Windows detection in pathlib is now more...
2014-11-18 Serhiy StorchakaIssue #22453: Warn against the use of leaking macro...
2014-11-18 Serhiy StorchakaIssue #18637: Fixed an error in _PyNode_SizeOf declaration.
2014-11-17 Serhiy StorchakaIssue #20662: Argspec now is escaped in html output...
2014-11-15 Serhiy StorchakaIssue #22193: Fixed integer overflow error in sys.getsi...
2014-11-15 Ned DeilyIssue #22877: PEP 477 - keep 2.7 and 3.x installers...
2014-11-14 Guido van Rossum- Issue #22841: Reject coroutines in asyncio add_signal...
2014-11-12 Benjamin Petersonfix possible double free in TextIOWrapper.__init__...
2014-11-11 Donald StufftUpgrade setuptools to 7.0
2014-11-11 Serhiy StorchakaIssue #22845: Improved formatting of dis documentation.
2014-11-10 Berker PeksagIssue #22839: Fix Snapshot.statistics() link.
2014-11-10 Serhiy StorchakaGot rid of the array module dependency in the re module.
2014-11-10 Serhiy StorchakaIssue #12728: Different Unicode characters having the...
2014-11-10 Serhiy StorchakaIssue #22821: Fixed fcntl() with integer argument on...
2014-11-10 Raymond HettingerIssue 22830: Clarify docs for functools.cmp_to_key().
2014-11-08 Berker PeksagIssue #22695: Fix rendering of the deprecated-removed...
2014-11-07 Serhiy StorchakaSilence the failure of test_pyclbr after adding a prope...
2014-11-07 Serhiy StorchakaIssues #814253, #9179: Group references and conditional...
2014-11-07 Berker PeksagIssue #22808: Link to the correct time method in BaseEv...
2014-11-07 Serhiy StorchakaIssue #22406: Fixed the uu_codec codec incorrectly...
2014-11-07 Serhiy StorchakaIssue #17293: uuid.getnode() now determines MAC address...
2014-11-07 Serhiy StorchakaIssue #22769: Fixed ttk.Treeview.tag_has() when called...
2014-11-06 Georg BrandlTry to transfer the Unicode test data files gzipped.
2014-11-06 Georg Brandl#22650: test suite: load Unicode test data files from...
2014-11-06 Benjamin Petersonfix test where sizeof(long) != sizeof(int)
2014-11-06 Raymond HettingerIssue 22803: Add missing versionadded directive.
2014-11-05 Steve DowerIssue #20160: broken ctypes calling convention on MSVC...
2014-11-05 Georg Brandltest_httplib: use self-signed.pythontest.net for verifi...
2014-11-05 Antoine PitrouCloses #22784: fix test_asyncio when the ssl module...
2014-11-05 Georg BrandlCloses #22525: clarify documentation for ast.literal_ev...
2014-11-05 Benjamin Petersonuse pythontest.net for fragment redirection test
2014-11-05 Benjamin Petersonremove requires_ssl decorator
2014-11-05 Benjamin Petersonmerge 3.3
2014-11-05 Benjamin Petersonmerge 3.2
2014-11-05 Benjamin Petersonuse pythontest.net for url fragment test
2014-11-05 Victor Stinnerasyncio: Move loop attribute to _FlowControlMixin
2014-11-04 Antoine PitrouIssue #22773: fix failing test with old readline versio...
2014-11-04 Benjamin Petersontest that keyfile can be None
2014-11-03 Benjamin Petersonmerge 3.3
2014-11-03 Benjamin Petersonmerge 3.2
2014-11-03 Benjamin Petersonmove idna test domain to pythontest.net
2014-11-03 Benjamin PetersonPEP 476: enable HTTPS certificate verification by defau...
2014-11-02 Serhiy StorchakaIssue #22775: Fixed unpickling of http.cookies.SimpleCo...
2014-11-02 Benjamin Petersonwrap
2014-10-19 Benjamin Petersonmake plural s lowercase
2014-10-15 Antoine PitrouFixed signed/unsigned comparison warning
2014-10-15 Benjamin Petersontest is cpython only
2014-10-15 Benjamin Petersonit suffices to check for PY_SSIZE_T_MAX overflow (...
2014-10-15 Benjamin Petersonmake sure length is unsigned
2014-10-15 Benjamin Petersonfix integer overflow in unicode case operations (closes...
2014-10-13 Benjamin Petersonnote xmlrpclib doesn't verify certs (yet)
2014-10-12 Georg BrandlMerge 3.2 into 3.3.
2014-10-12 Georg BrandlAdded tag v3.3.6 for changeset 971fec30da1f
2014-10-12 Georg BrandlBump to 3.3.6 v3.3.6
2014-10-12 Georg BrandlAdded tag v3.2.6 for changeset 0bd5f4f14de9
2014-10-12 Georg BrandlBump to 3.2.6 v3.2.6
2014-10-12 Georg Brandl#16040: fix unlimited read from connection in nntplib.
2014-10-04 Georg BrandlAdded tag v3.3.6rc1 for changeset 51317c9786f5
2014-10-04 Georg BrandlAdded tag v3.2.6rc1 for changeset 51382a5598ec
2014-10-04 Georg BrandlCopyright year update, add version to licenses. v3.2.6rc1
2014-10-04 Georg BrandlBump to 3.2.6rc1
2014-10-04 Serhiy StorchakaIssue #22518: Fixed integer overflow issues in "backsla... v3.3.6rc1
2014-10-04 Georg BrandlBump to 3.3.6rc1
2014-10-01 Georg Brandlref #19855: skip uuid test_find_mac on non-Posix as...
2014-10-01 Georg BrandlFix unicode_aswidechar() for 4b unicode and 2b wchar_t...
2014-09-30 Georg BrandlIssue #19855: uuid.getnode() on Unix now looks on the...
2014-09-30 Georg BrandlBackport b533cc11d114 to fix intermittent test_urllibne...
2014-09-30 Georg BrandlAdd a dummy "touch" target to the Makefile so that...
2014-09-30 Georg BrandlFix-up for 0f362676460d: add missing size argument...
2014-09-30 Benjamin Petersonprevent overflow in unicode_repr (closes #22520)
2014-09-30 Benjamin Petersonclear BufferedRWPair weakrefs on deallocation (closes...
2014-09-29 Benjamin Petersonthese variables ought to be Py_ssize_t
2014-09-29 Benjamin Petersonfix overflow checking in PyBytes_Repr (closes #22519)
2014-09-29 Benjamin PetersonNEWS issue for #22518
2014-09-29 Benjamin Petersoncleanup overflowing handling in unicode_decode_call_err...
2014-09-19 Senthil Kumaranbackport context argument of urlopen (#22366) for pep 476
2014-11-02 Antoine PitrouIssue #22335: Fix crash when trying to enlarge a bytear...
2014-11-02 R David MurrayReflow paragraph.
2014-11-02 R David MurrayFix English phrasing.
2014-11-02 Serhiy StorchakaMerge heads
2014-11-02 Serhiy StorchakaIssue #22388: Unified the style of "Contributed by...
2014-11-02 Ezio Melotti#22751: fix test___all__ warning about modified environ...
2014-11-02 Zachary WareIssue #17896: Move Windows external lib sources from...
2014-11-02 Ned DeilyIssue #22770: Prevent some Tk segfaults on OS X when...
2014-11-01 Zachary WareIssue #17717: Pull NASM from svn.python.org for OpenSSL...
2014-11-01 Vinay SajipBrought excluded code into the scope of a try block...
2014-11-01 Berker PeksagIssue #22665: Add missing get_terminal_size and SameFil...
2014-10-31 Georg BrandlCloses #22772: fix __ifloordiv__ and __itruediv__ docst...
2014-10-31 Serhiy StorchakaIssue #17381: Fixed handling of case-insensitive ranges...
2014-10-31 Georg BrandlCloses #22771: "verbose" is unused; deprecate it.
2014-10-31 Georg Brandl#22613: remaining corrections in extending/reference...
2014-10-31 Georg Brandl#22613: minor other fixes in library docs (thanks Jacqu...
2014-10-31 Georg Brandl#22613: document Cmd.cmdqueue (thanks Jacques Ducasse)
2014-10-31 Georg Brandl#22613: fix heading levels in tracemalloc docs (thanks...
2014-10-31 Georg Brandl#22613: elaborate on arguments of shutil archival funct...
2014-10-31 Georg Brandl#22613: explain what "buffer" is in the struct document...
2014-10-31 Georg Brandl#22613: fix several factual errors in builtin docs...
next