mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64623 | benjamin.peterson | 2008-07-01 21:51:54 +0200 (Tue, 01 Jul 2008) | 1 line write a short little section for multiprocessing; it still needs help ........ r64640 | georg.brandl | 2008-07-01 22:56:03 +0200 (Tue, 01 Jul 2008) | 2 lines Add a comment about incref'ing w. ........ r64665 | jesse.noller | 2008-07-02 18:56:51 +0200 (Wed, 02 Jul 2008) | 1 line Add #!/usr/bin/env python for ben ........ r64687 | andrew.kuchling | 2008-07-03 14:50:03 +0200 (Thu, 03 Jul 2008) | 1 line Tweak wording ........ r64689 | benjamin.peterson | 2008-07-03 14:57:35 +0200 (Thu, 03 Jul 2008) | 1 line lowercase glossary term ........ r64690 | benjamin.peterson | 2008-07-03 15:01:17 +0200 (Thu, 03 Jul 2008) | 1 line let the term be linked ........ r64719 | raymond.hettinger | 2008-07-05 04:11:55 +0200 (Sat, 05 Jul 2008) | 1 line Update comment on prediction macros. ........ r64721 | georg.brandl | 2008-07-05 12:07:18 +0200 (Sat, 05 Jul 2008) | 2 lines Fix tabs. ........ r64735 | mark.dickinson | 2008-07-05 17:25:48 +0200 (Sat, 05 Jul 2008) | 3 lines Minor rewrite of cmath_log to work around a Sun compiler bug. See issue #3168. ........ r64742 | benjamin.peterson | 2008-07-05 18:29:38 +0200 (Sat, 05 Jul 2008) | 1 line make regrtest aware of the lib2to3 resource ........ r64744 | georg.brandl | 2008-07-05 18:43:45 +0200 (Sat, 05 Jul 2008) | 2 lines Keep below 80 chars. ........ r64745 | facundo.batista | 2008-07-05 21:19:50 +0200 (Sat, 05 Jul 2008) | 3 lines Issue 3289. Removed two lines that ended doing nothing. ........ r64746 | facundo.batista | 2008-07-05 22:39:59 +0200 (Sat, 05 Jul 2008) | 4 lines Issue #3239. Differentiate the ascii call from the curses one and the builtin one. ........ r64756 | gregory.p.smith | 2008-07-06 09:16:40 +0200 (Sun, 06 Jul 2008) | 3 lines - Issue #2113: Fix error in subprocess.Popen if the select system call is interrupted by a signal. ........ r64757 | benjamin.peterson | 2008-07-06 14:39:09 +0200 (Sun, 06 Jul 2008) | 1 line remove test_compact_freelists from test_sys ........ r64758 | gregory.p.smith | 2008-07-06 19:06:29 +0200 (Sun, 06 Jul 2008) | 2 lines fix issue3304 - remove an incorrect PyMem_Free in fileio_init ........ r64759 | georg.brandl | 2008-07-06 19:36:20 +0200 (Sun, 06 Jul 2008) | 2 lines Fix opensearch template. ........ r64760 | andrew.kuchling | 2008-07-06 19:43:16 +0200 (Sun, 06 Jul 2008) | 1 line Wording fix ........ r64761 | andrew.kuchling | 2008-07-06 19:44:17 +0200 (Sun, 06 Jul 2008) | 1 line Add two items; rewrap paragraph ........ r64767 | gregory.p.smith | 2008-07-07 06:31:58 +0200 (Mon, 07 Jul 2008) | 4 lines - Issue #3309: Fix bz2.BZFile itererator to release its internal lock properly when raising an exception due to the bz2file being closed. Prevents a deadlock. ........ r64768 | josiah.carlson | 2008-07-07 06:51:46 +0200 (Mon, 07 Jul 2008) | 2 lines Fixed bugs 760475, 953599, and 1519. ........ r64769 | gregory.p.smith | 2008-07-07 06:54:31 +0200 (Mon, 07 Jul 2008) | 2 lines Add commented out #_sha256 and #_sha512 lines per issue 3183. ........ r64771 | gregory.p.smith | 2008-07-07 07:09:12 +0200 (Mon, 07 Jul 2008) | 4 lines - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the redundant ":443" port number designation when the connection is using the default https port (443). ........ r64772 | skip.montanaro | 2008-07-07 13:16:14 +0200 (Mon, 07 Jul 2008) | 2 lines Correct grammar. ........ r64774 | andrew.kuchling | 2008-07-07 18:51:09 +0200 (Mon, 07 Jul 2008) | 1 line Fix example to match text ........ r64775 | facundo.batista | 2008-07-07 19:02:59 +0200 (Mon, 07 Jul 2008) | 3 lines Issue 3306. Better control for a lenght in findmax() function. ........ r64788 | georg.brandl | 2008-07-08 09:05:23 +0200 (Tue, 08 Jul 2008) | 2 lines Add missing ABCs to list. ........ r64793 | nick.coghlan | 2008-07-08 16:21:42 +0200 (Tue, 08 Jul 2008) | 1 line Add missing NEWS and ACK entries for r64791 ........ r64835 | raymond.hettinger | 2008-07-10 11:31:08 +0200 (Thu, 10 Jul 2008) | 1 line Issue 3287: Raise correct exception for float inputs. ........ r64836 | raymond.hettinger | 2008-07-10 12:28:41 +0200 (Thu, 10 Jul 2008) | 1 line Use operator.index() instead of n.__index__(). ........ |
||
|---|---|---|
| .. | ||
| _ctypes | ||
| _multiprocessing | ||
| _sqlite | ||
| cjkcodecs | ||
| expat | ||
| zlib | ||
| _bisectmodule.c | ||
| _bsddb.c | ||
| _bytesio.c | ||
| _codecsmodule.c | ||
| _collectionsmodule.c | ||
| _csv.c | ||
| _curses_panel.c | ||
| _cursesmodule.c | ||
| _dbmmodule.c | ||
| _elementtree.c | ||
| _fileio.c | ||
| _functoolsmodule.c | ||
| _gdbmmodule.c | ||
| _gestalt.c | ||
| _hashopenssl.c | ||
| _heapqmodule.c | ||
| _json.c | ||
| _localemodule.c | ||
| _lsprof.c | ||
| _pickle.c | ||
| _randommodule.c | ||
| _sre.c | ||
| _ssl.c | ||
| _stringio.c | ||
| _struct.c | ||
| _testcapimodule.c | ||
| _threadmodule.c | ||
| _tkinter.c | ||
| _weakref.c | ||
| addrinfo.h | ||
| ar_beos | ||
| arraymodule.c | ||
| atexitmodule.c | ||
| audioop.c | ||
| binascii.c | ||
| bsddb.h | ||
| bz2module.c | ||
| cmathmodule.c | ||
| config.c.in | ||
| cryptmodule.c | ||
| datetimemodule.c | ||
| errnomodule.c | ||
| fcntlmodule.c | ||
| fpectlmodule.c | ||
| fpetestmodule.c | ||
| gc_weakref.txt | ||
| gcmodule.c | ||
| getaddrinfo.c | ||
| getbuildinfo.c | ||
| getnameinfo.c | ||
| getpath.c | ||
| grpmodule.c | ||
| itertoolsmodule.c | ||
| ld_so_aix | ||
| ld_so_beos | ||
| main.c | ||
| makesetup | ||
| makexp_aix | ||
| mathmodule.c | ||
| md5module.c | ||
| mmapmodule.c | ||
| nismodule.c | ||
| operator.c | ||
| ossaudiodev.c | ||
| parsermodule.c | ||
| posixmodule.c | ||
| pwdmodule.c | ||
| pyexpat.c | ||
| python.c | ||
| readline.c | ||
| resource.c | ||
| rotatingtree.c | ||
| rotatingtree.h | ||
| selectmodule.c | ||
| Setup.config.in | ||
| Setup.dist | ||
| sha1module.c | ||
| sha256module.c | ||
| sha512module.c | ||
| signalmodule.c | ||
| socketmodule.c | ||
| socketmodule.h | ||
| spwdmodule.c | ||
| sre.h | ||
| sre_constants.h | ||
| symtablemodule.c | ||
| syslogmodule.c | ||
| termios.c | ||
| testcapi_long.h | ||
| timemodule.c | ||
| tkappinit.c | ||
| unicodedata.c | ||
| unicodedata_db.h | ||
| unicodename_db.h | ||
| xxmodule.c | ||
| xxsubtype.c | ||
| yuv.h | ||
| yuvconvert.c | ||
| zipimport.c | ||
| zlibmodule.c | ||