]> granicus.if.org Git - python/shortlog
python
2011-01-05 Raymond HettingerFix count of flag fields. Being one short caused the...
2011-01-05 Antoine PitrouIssue #5485: Add tests for the UseForeignDTD method...
2011-01-05 Antoine PitrouIssue #5485: Add doc for expat.xmlparser.SetParamEntity...
2011-01-05 Georg Brandl#10130: Prepare for building epub-format docs.
2011-01-05 Georg BrandlFix duplicate end tag.
2011-01-05 Victor Stinnertest_time: assertEquals => assertEqual
2011-01-05 Victor StinnerIssue #10756: add the author, Andreas Stührk
2011-01-05 Victor Stinnertest_threading: use Popen.communicate() instead of...
2011-01-05 Victor Stinnerregrtest: close the new stdout and restore the original...
2011-01-05 Victor StinnerIssue #10756: atexit normalizes the exception before...
2011-01-05 Victor Stinnertest_bytes: test PyBytes_FromFormat() using ctypes
2011-01-05 Victor StinnerRemove arbitrary string length limits
2011-01-05 R. David Murray#10790: make append work when output codec is different...
2011-01-05 Victor Stinnertest_unicode: use ctypes to test PyUnicode_FromFormat()
2011-01-04 Antoine PitrouFix test_time under Windows
2011-01-04 Victor StinnerIssue #9566: PyUnicode_FromFormatV() doesn't support...
2011-01-04 Victor StinnerIssue #9566: explain why (int)len cannot underflow
2011-01-04 Antoine PitrouIn subprocess, wrap pipe fds before launching the child...
2011-01-04 Gregory P.... Fix the new bug introduced in the r87710 fix for issue...
2011-01-04 Georg BrandlFix exception catching.
2011-01-04 Alexander BelopolskyWhitespace cleanup
2011-01-04 Alexander BelopolskyIssue #8013: Fix time.ctime test failure on 32-bit...
2011-01-04 Alexander BelopolskyIssue #8013: time.asctime and time.ctime no longer...
2011-01-04 Vinay Sajiplogging HOWTO: fixed markup for numbered handler list.
2011-01-04 Victor StinnerIssue #9015, #9611: stdprinter.write() clamps the lengt...
2011-01-04 Victor StinnerIssue #9566: use Py_ssize_t instead of int
2011-01-04 Victor StinnerIssue #8992: convertsimple() doesn't need to fill msgbu...
2011-01-04 Victor StinnerIssue #8992: Simplify addcleanup() API
2011-01-04 Victor StinnerIssue #10819: SocketIO.name property returns -1 when...
2011-01-04 Victor StinnerIssue #8650: zlib.compress() and zlib.decompress()...
2011-01-04 Victor StinnerIssue #8651: PyArg_Parse*() functions raise an Overflow...
2011-01-04 Victor StinnerIssue #9015, #9611: FileIO.readinto(), FileIO.write...
2011-01-04 Antoine PitrouIssue #10267: Fix refleak in test_ttk_guionly. Patch...
2011-01-04 Victor Stinnertest_httplib: fix a DeprecationWarning, assertEquals...
2011-01-04 Victor Stinnertest_array: fix the DeprecationWarning('object.__init__...
2011-01-04 Antoine PitrouIssue #10333: Remove ancient GC API, which has been...
2011-01-03 Victor Stinnerfix test_unittest: ignore DeprecationWarning on assertD...
2011-01-03 Antoine PitrouUn-complicate some code
2011-01-03 Antoine PitrouAdd some more output
2011-01-03 Antoine PitrouTemporary debug output for intermittent failures in...
2011-01-03 Antoine PitrouAdd a subprocess test of remapping standard file descri...
2011-01-03 Gregory P.... news for 6643
2011-01-03 Gregory P.... issue6643 - Two locks held within the threading module...
2011-01-03 Antoine PitrouMention --randseed in option list
2011-01-03 Antoine PitrouIssue #6293: Have regrtest.py echo back sys.flags....
2011-01-03 Michael FoordUpdate description of Tools/unicode
2011-01-03 Antoine PitrouIssue #7716: Under Solaris, don't assume existence...
2011-01-03 Antoine PitrouIssue #10806, issue #9905: Fix subprocess pipes when...
2011-01-03 Éric AraujoFix test_site for systems without unsetenv. Reported...
2011-01-03 Michael FoordEnable unittest.TestCase to be instantiated without...
2011-01-03 Victor Stinnertest_subprocess: close pipes at the end of test_pipe_cl...
2011-01-03 Victor Stinnerpydoc: close the DocServer when done
2011-01-03 Victor StinnerIssue #10816: multiprocessing.SocketClient() closes...
2011-01-03 Michael FoordIssue 10502: addition of unittestgui to Tools/
2011-01-03 Victor Stinnertest_socket: use context managers to close directly...
2011-01-03 Victor Stinnertest_xmlrpc: close the transport when done
2011-01-03 Victor Stinnertest_tkinter: use a context manager to close directly...
2011-01-03 Victor Stinnertest_timeout: move testRecvfromTimeout() to a UDP-speci...
2011-01-03 Victor Stinnertest_sockserver: close servers when done
2011-01-03 Michael FoordIssue 10786: unittest documentation update.
2011-01-03 Senthil KumaranReverting the mistaken commit r87677. Checked in py3rsa...
2011-01-03 Senthil Kumaranpy3k implmentation of RSA algorithm,
2011-01-03 Brian QuinlanRemoves the 'Call' class which is used to control execu...
2011-01-03 Raymond HettingerSupply a reduce method for pickling.
2011-01-03 Raymond HettingerMake C helper function more closely match the pure...
2011-01-03 Martin v. LöwisSkip hanging test.
2011-01-03 Amaury Forgeot... #8278: In the Windows implementation of stat() and...
2011-01-03 Martin v. LöwisIssue #10798: Reject supporting concurrent.futures...
2011-01-02 Georg Brandl#8013 follow-up:
2011-01-02 Alexander BelopolskyIssue #8013: Fixed test
2011-01-02 Antoine PitrouSome nits.
2011-01-02 Antoine PitrouAdd a shutdown() call in the server example.
2011-01-02 Antoine PitrouClarify behaviour of close() and shutdown() on sockets.
2011-01-02 Gregory P.... issue10802: fallback to pipe+fcntl when the pipe2 sysca...
2011-01-02 Alexander BelopolskyIssue #8013: Fixed time.asctime segfault when OS's...
2011-01-02 Antoine PitrouFix bad quoting in r87639. Caught by Arfrever.
2011-01-02 Victor StinnerIssue #10807: Remove base64, bz2, hex, quopri, rot13...
2011-01-02 Antoine PitrouIssue #10475: Don't hardcode compilers for LDSHARED...
2011-01-02 Georg BrandlFix code indentation.
2011-01-02 Antoine PitrouRelax test condition a lot
2011-01-02 Georg Brandl#1665333: add more docs for optparse.OptionGroup.
2011-01-02 Raymond HettingerFix doctest to not rely on order of dictionary entries.
2011-01-01 Raymond HettingerFix OrderedDic.pop() to work for subclasses that define...
2011-01-01 Raymond HettingerMake it easier to extend OrderedDict without breaking it.
2011-01-01 Gregory P.... post release bump
2011-01-01 Benjamin Petersonupdate copyright to 2011
2011-01-01 Georg Brandl#10801: do not actually extract, just open() the files...
2011-01-01 Georg Brandl#10801: In zipfile, support different encodings for...
2011-01-01 Georg BrandlFix issue references.
2011-01-01 Terry ReedyIssue 6285: add NEWS entry for 3.2.
2011-01-01 Terry ReedyIssue 6285: catch missing IDLE help file.
2010-12-31 Raymond HettingerTypo.
2010-12-31 Raymond HettingerFix OrderedDict.setdefault() to work for subclasses...
2010-12-31 Georg BrandlHappy New Year! (CET edition)
2010-12-31 R. David Murray#9361: add some tests for calendar.leapdays
2010-12-30 Vinay SajipIssue #10788: Changed test_logging setUp logic to provi...
2010-12-30 Georg BrandlUpdate README, remove empty directory.
2010-12-30 Georg BrandlAdd the missing __main__.py in the turtledemo package...
2010-12-30 Georg BrandlRemove mentions of the Demo directory.
2010-12-30 Georg BrandlHarmonize docstrings. Move redemo from Tools/scripts...
next