]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-01-07  Antoine PitrouPut link to source at the end. There's nothing edificat...
2011-01-07  Georg Brandl#10856: document (Base)Exception.args better.
2011-01-06  Brett CannonUndo an accidental commit in r87812.
2011-01-06  Brett CannonGet --coverage to be an acceptable flag for test.regrte...
2011-01-06  Alexander BelopolskyFurther simplify gettmarg()
2011-01-06  Raymond HettingerTypo.
2011-01-06  Martin v. LöwisDrop bf_getbuffer/bf_releasebuffer from stable ABI,
2011-01-06  Georg Brandl#10846: fix typo.
2011-01-06  Martin v. LöwisSupport comment lines and missing indices in typeslots.h.
2011-01-06  Martin v. LöwisRemove buffer API from stable ABI for now, see #10181.
2011-01-06  Antoine PitrouIssue #7858: Raise an error properly when os.utime...
2011-01-06  Antoine PitrouIssue #3839: wsgiref should not override a Content...
2011-01-06  David MalcolmIssue #10655: Fix the build on PowerPC on Linux with...
2011-01-06  Alexander BelopolskyUse PyOS_snprintf for better portability.
2011-01-06  Antoine PitrouElaborate about the GIL.
2011-01-06  Georg Brandl#10844: update copyright years in Mac plists.
2011-01-06  Georg BrandlAdd acks where acks are due.
2011-01-06  Georg BrandlFix various issues (mostly Python 2 relics) found by...
2011-01-06  Georg Brandlitertools, operator and functools are not really "numer...
2011-01-06  Georg BrandlRemove doc for nonexisting parameter.
2011-01-06  Antoine PitrouIssue #1677694: Refactor and improve test_timeout....
2011-01-06  Antoine PitrouIssue #10840: make it explicit that "s*" and friends...
2011-01-06  Raymond HettingerIssue 10825: Minor updates to the test suite.
2011-01-06  Raymond HettingerNits
2011-01-06  Raymond HettingerAdd PEP 3333 to whatsnew.
2011-01-06  Victor StinnerIssue #10492: bdb.Bdb.run() only traces the execution...
2011-01-05  Victor Stinnertest_atexit: fix code saving/restoring stdout and stderr
2011-01-05  Victor Stinnertest_imaplib: reap_server() closes the server when...
2011-01-05  Victor Stinnerimaplib: IMAP4 constructor closes the socket on error
2011-01-05  Alexander Belopolsky- time.accept2dyear = True is now equivalent to time...
2011-01-05  Raymond HettingerAdd more porting notes.
2011-01-05  Antoine PitrouFix mistake in NEWS
2011-01-05  Raymond HettingerRemove mention of codes pending further discussion...
2011-01-05  Raymond HettingerRC1 updates to whatsnew
2011-01-05  Georg BrandlOn Py3k, -tt and -3 are no-op and unsupported respectively.
2011-01-05  Antoine PitrouOverhaul the documentation about socket timeouts.
2011-01-05  Antoine PitrouIssue #7995: When calling accept() on a socket with...
2011-01-05  Raymond HettingerUpdate tests and whatsnew for the 'quiet' flag
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,
next