]> granicus.if.org Git - python/shortlog
python
2014-12-30 Benjamin Petersonmerge 3.2 (#23130)
2014-12-30 Benjamin Petersondelete old ftpmirror script, which now has security...
2014-12-06 Benjamin Petersonmerge 3.2 (#16043)
2014-12-06 Benjamin Petersonadd a default limit for the amount of data xmlrpclib...
2014-11-05 Benjamin Petersonmerge 3.2
2014-11-05 Benjamin Petersonuse pythontest.net for url fragment test
2014-11-03 Benjamin Petersonmerge 3.2
2014-11-03 Benjamin Petersonmove idna test domain to pythontest.net
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-17 Senthil KumaranIssue #22419: Limit the length of incoming HTTP request...
2014-09-17 Senthil KumaranIssue #22421 - Secure pydoc server run. Bind it to...
2014-09-16 Antoine PitrouLax cookie parsing in http.cookies could be a security...
2014-08-03 Jason R. CoombsIssue #13540: Merge changes from 3.2
2014-08-03 Jason R. CoombsIssue #13540: Update references to Action class to...
2014-07-20 Jason R. CoombsIssue #13540: Removed redundant documentation about...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-07-13 Ned DeilyIssue #21323: Fix http.server to again handle scripts...
2014-06-25 Jesus CeaCloses #20872: dbm/gdbm/ndbm close methods are not...
2014-06-25 Jesus CeaCloses #21441: Reorder elements in documentation to...
2014-06-17 Benjamin Petersonmerge 3.2
2014-06-17 Benjamin Petersonexpect the correct platform-dependent linesep
2014-06-15 Benjamin Petersonmerge 3.2 (#21766)
2014-06-15 Benjamin Petersonurl unquote the path before checking if it refers to...
2014-05-13 Jason R. CoombsUpdate docs to reflect resurrection of Setuptools over...
2014-05-08 Kristján Valur... The PyCOND_TIMEDWAIT must use microseconds for the...
2014-05-07 doko@ubuntu.com- Issue #17752: Fix distutils tests when run from the...
2014-04-29 Gregory P.... Document the subprocess Popen.args attribute (issue21353)
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersonfix poor spelling
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersondisallow a negative idx parameter
2014-04-14 Benjamin Petersonmerge 3.2
2014-04-14 Benjamin Petersonin scan_once, prevent the reading of arbitrary memory...
2014-04-06 Senthil Kumaranminor docfix (reported at docs@python.org) trace.py...
2014-04-04 Benjamin Petersonmerge 3.2
2014-04-04 Benjamin Petersonfix versionchanged version
2014-04-01 Benjamin Petersonmerge 3.2 (#21082)
2014-04-01 Benjamin Petersonremove directory mode check from makedirs (closes ...
2014-03-31 Benjamin Petersonmerge 3.2
2014-03-31 Benjamin Petersonuse https docs url (#21115)
2014-03-31 Benjamin Petersonmerge 3.2
2014-03-31 Benjamin Petersonadd Ian Beer
2014-03-30 Benjamin Petersonmerge 3.2
2014-03-30 Benjamin Petersonfix expandtabs overflow detection to be consistent...
2014-03-27 Ned DeilyIssue #20939: Use www.example.com instead of www.python...
2014-09-30 Georg BrandlIssue #16039: CVE-2013-1752: Change use of readline...
2014-09-17 Georg BrandlIssue #22421 - Secure pydoc server run. Bind it to...
2014-09-16 Antoine PitrouLax cookie parsing in http.cookies could be a security...
2014-09-30 Georg BrandlIssue #22419: Limit the length of incoming HTTP request...
2014-09-30 Georg BrandlIssue #22517: When a io.BufferedRWPair object is deallo...
2014-09-30 Georg BrandlIssue #16041: CVE-2013-1752: poplib: Limit maximum...
2014-09-30 Georg BrandlIssue #16042: CVE-2013-1752: smtplib: Limit amount...
2014-03-23 Richard OudkerkIssue #20633: Replace relative import by absolute import.
2014-03-17 Georg BrandlUpdate doc version switcher for 3.4/3.5.
2014-03-16 Benjamin Petersonimprove set_tunnel docs (closes #11448)
2014-03-16 Benjamin Petersonfix ctypes test alignment assumptions (closes #20946)
2014-03-16 Antoine PitrouClose #16665: improve documentation for hex(). Patch...
2014-03-15 Benjamin Petersonsend people to the right editors page (#20938)
2014-03-15 Ned DeilyIssue #20939: Fix test_geturl failure in test_urllibnet...
2014-03-15 Benjamin Petersonremove runtime_library_dirs for _sqlite; it isn't needed
2014-03-15 Benjamin Petersonavoid referencing past the bounds of an array
2014-03-15 Benjamin Petersononly define zero constant when it is used
2014-03-15 Benjamin Petersonremove unused zero constants
2014-03-15 R David Murray#20933: At least one place maps 'test' to 'localhost...
2014-03-15 Benjamin Petersonavoid referencing out-of-bounds memory
2014-03-15 Benjamin Petersonfix c89 declaration order
2014-03-15 Benjamin Petersondon't do pointer arithmetic with signed numbers
2014-03-14 R David Murray#7475: Remove references to '.transform' from transform...
2014-03-13 Éric AraujoClarify distutils’ clean command (ref #6142)
2014-03-13 Jesus CeaCloses #20908: Memory leak in Reg2Py()
next