]> granicus.if.org Git - python/shortlog
python
2014-11-28 Victor StinnerIssue #22685: Debug test_pause_reading() on FreeBSD
2014-11-28 Victor StinnerCloses #22348: Rephrase asyncio.StreamWriter.drain...
2014-11-28 Victor Stinnerasyncio doc: reformat event loop policy doc
2014-11-28 Victor Stinnerasyncio doc: explain how to pass keywords to callbacks...
2014-11-28 Benjamin Petersongive a nice message when installer is launched w/o...
2014-11-27 Serhiy StorchakaIssue #21280: Fixed a bug in shutil.make_archive()...
2014-11-27 Serhiy StorchakaIssue #22314: pydoc now works when the LINES environmen...
2014-11-27 Serhiy StorchakaIssue #22915: SAX parser now supports files opened...
2014-11-27 Serhiy StorchakaIssue #21514: The documentation of the json module...
2014-11-27 Serhiy StorchakaIssue #22609: Revert changes in UserDict. They conflict...
2014-11-27 Serhiy StorchakaIssue #22609: Constructors and update methods of mappin...
2014-11-27 Zachary Warepydoc: Add a note about setting PAGER to affect console...
2014-11-27 Ethan Furman(3.4) Issue22780: reword NotImplemented docs to emphasi...
2014-11-27 Benjamin Petersonremove tautological condition (closes #22954)
2014-11-27 Zachary Warepydoc: Remove mention of '-g' command line option,...
2014-11-26 Benjamin Petersonuse skipUnless
2014-11-25 Benjamin Petersonhandle errors without a reason attribute
2014-11-25 Benjamin Petersondon't fail tests when www.python.org can't be validated...
2014-11-25 Victor StinnerCloses #22685, asyncio: Set the transport of stdout...
2014-11-24 Berker PeksagIssue #20351: Add examples for csv.DictReader and csv...
2014-11-24 Benjamin Petersonadd context parameter to HTTPHandler (closes #22788)
2014-11-24 Benjamin Petersonadd NEWS note for #22921
2014-11-24 Benjamin Petersoncorrect versionchanged version
2014-11-23 Benjamin Petersondon't require OpenSSL SNI to pass hostname to ssl funct...
2014-11-23 Benjamin Petersondocument that cadefault does nothing now
2014-11-23 Antoine PitrouIssue #22894: TestCase.subTest() would cause the test...
2014-10-17 Antoine PitrouIssue #22638: SSLv3 is now disabled throughout the...
2014-11-22 Ned DeilyAdd downloads page link to OS X installer README screens.
2014-11-21 Serhiy StorchakaIssue #17293: socket.gethostbyname() can raise an excep...
2014-11-20 Victor Stinnerasyncio: BaseSelectorEventLoop.close() now closes the...
2014-11-20 Victor Stinnerasyncio: Coroutine objects are now rejected with a...
2014-11-20 Victor Stinnerasyncio, test_events: Ignore the "SSL handshake failed...
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...
next