0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 17:07:13 +01:00
cpython/Modules
Benjamin Peterson 3e4f055602 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r66045 | andrew.kuchling | 2008-08-26 19:27:18 -0500 (Tue, 26 Aug 2008) | 1 line

  Trim whitespace; add a few updates
........
  r66048 | andrew.kuchling | 2008-08-26 19:45:02 -0500 (Tue, 26 Aug 2008) | 1 line

  Add an item and a note
........
  r66049 | andrew.kuchling | 2008-08-26 21:12:18 -0500 (Tue, 26 Aug 2008) | 1 line

  Add various items
........
  r66053 | georg.brandl | 2008-08-28 04:40:18 -0500 (Thu, 28 Aug 2008) | 2 lines

  #3711: .dll isn't a valid Python extension anymore.
........
  r66060 | armin.rigo | 2008-08-29 16:21:52 -0500 (Fri, 29 Aug 2008) | 3 lines

  A collection of crashers, all variants of the idea
  of issue #3720.
........
  r66062 | georg.brandl | 2008-08-30 04:49:36 -0500 (Sat, 30 Aug 2008) | 2 lines

  #3730: mention "server" attribute explicitly.
........
  r66063 | georg.brandl | 2008-08-30 04:52:44 -0500 (Sat, 30 Aug 2008) | 2 lines

  #3716: fix typo.
........
  r66065 | georg.brandl | 2008-08-30 05:03:09 -0500 (Sat, 30 Aug 2008) | 2 lines

  #3569: eval() also accepts "exec"able code objects.
........
  r66067 | georg.brandl | 2008-08-30 08:17:39 -0500 (Sat, 30 Aug 2008) | 2 lines

  super() actually returns a super object.
........
  r66071 | andrew.kuchling | 2008-08-30 10:19:57 -0500 (Sat, 30 Aug 2008) | 1 line

  Partial edits from revision and tidying pass
........
  r66072 | andrew.kuchling | 2008-08-30 10:21:23 -0500 (Sat, 30 Aug 2008) | 1 line

  Tidy up some sentences
........
  r66073 | andrew.kuchling | 2008-08-30 10:25:47 -0500 (Sat, 30 Aug 2008) | 1 line

  Correction from Antoine Pitrou: BufferedWriter and Reader support seek()
........
  r66074 | andrew.kuchling | 2008-08-30 11:44:54 -0500 (Sat, 30 Aug 2008) | 1 line

  Edit four more sections
........
  r66080 | georg.brandl | 2008-08-30 17:00:28 -0500 (Sat, 30 Aug 2008) | 2 lines

  Fix markup.
........
  r66082 | andrew.kuchling | 2008-08-30 17:56:54 -0500 (Sat, 30 Aug 2008) | 1 line

  More edits; markup fixes
........
  r66083 | andrew.kuchling | 2008-08-30 21:24:08 -0500 (Sat, 30 Aug 2008) | 1 line

  More edits
........
  r66090 | andrew.kuchling | 2008-08-31 09:29:31 -0500 (Sun, 31 Aug 2008) | 1 line

  Edit the library section, rearranging items to flow better and making lots of edits
........
  r66091 | andrew.kuchling | 2008-08-31 10:41:48 -0500 (Sun, 31 Aug 2008) | 1 line

  Last batch of edits; remove the 'other changes' section
........
  r66092 | andrew.kuchling | 2008-08-31 10:48:44 -0500 (Sun, 31 Aug 2008) | 1 line

  Update patch/bug count
........
  r66093 | gregory.p.smith | 2008-08-31 11:34:18 -0500 (Sun, 31 Aug 2008) | 3 lines

  issue3715: docstring representation of hex escaped string needs to be double
  escaped.
........
  r66097 | benjamin.peterson | 2008-09-01 09:13:43 -0500 (Mon, 01 Sep 2008) | 4 lines

  #3703 unhelpful _fileio.FileIO error message when trying to open a directory

  Reviewer: Gregory P. Smith
........
  r66098 | georg.brandl | 2008-09-01 09:15:55 -0500 (Mon, 01 Sep 2008) | 2 lines

  #3749: fix c'n'p errors.
........
  r66099 | benjamin.peterson | 2008-09-01 09:18:30 -0500 (Mon, 01 Sep 2008) | 4 lines

  Fix compilation when --without-threads is given #3683

  Reviewer: Georg Brandl, Benjamin Peterson
........
  r66103 | vinay.sajip | 2008-09-01 09:30:10 -0500 (Mon, 01 Sep 2008) | 1 line

  logging: fixed lack of use of encoding attribute specified on a stream.
........
  r66105 | vinay.sajip | 2008-09-01 09:33:59 -0500 (Mon, 01 Sep 2008) | 1 line

  logging: fixed lack of use of encoding attribute specified on a stream.
........
  r66110 | vinay.sajip | 2008-09-01 10:08:07 -0500 (Mon, 01 Sep 2008) | 1 line

  Added section about configuring logging in a library. Thanks to Thomas Heller for the idea.
........
  r66118 | vinay.sajip | 2008-09-01 12:44:14 -0500 (Mon, 01 Sep 2008) | 1 line

  Bug #3738: Documentation is now more accurate in describing handler close methods.
........
2008-09-02 00:31:15 +00:00
..
_ctypes Merged revisions 66006 via svnmerge from 2008-08-24 05:48:10 +00:00
_multiprocessing Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
_sqlite Merged revisions 65978 via svnmerge from 2008-08-22 19:56:47 +00:00
cjkcodecs Issue #3575: Incremental decoder's decode function now takes bytearray 2008-08-17 12:59:57 +00:00
expat Remove support for BeOS 2007-08-17 12:57:41 +00:00
zlib Remove RISCOS support 2007-08-16 14:35:24 +00:00
_bisectmodule.c Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from 2008-07-31 16:23:04 +00:00
_bsddb.c bsddb code updated to version 4.7.3pre2. This code is the same than 2008-08-31 14:12:11 +00:00
_bytesio.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
_codecsmodule.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
_collectionsmodule.c Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from 2008-08-25 21:05:21 +00:00
_csv.c Merged revisions 64114 via svnmerge from 2008-06-18 00:47:36 +00:00
_curses_panel.c #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
_cursesmodule.c #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
_dbmmodule.c #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
_elementtree.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
_fileio.c Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from 2008-09-02 00:31:15 +00:00
_functoolsmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
_gdbmmodule.c #3247: get rid of Py_FindMethod 2008-07-02 22:38:47 +00:00
_gestalt.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
_hashopenssl.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
_heapqmodule.c Remove 2.6 compatibility code: 2008-06-17 21:25:35 +00:00
_json.c #3560: cleanup C memoryview API 2008-08-19 18:22:14 +00:00
_localemodule.c Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from 2008-07-23 16:10:53 +00:00
_lsprof.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
_pickle.c Issue #3657: Fix uninitialized memory read when pickling longs. 2008-08-24 23:50:08 +00:00
_randommodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
_sre.c #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
_ssl.c clean up ssl.py; expose unwrap and add test for it 2008-08-12 16:56:25 +00:00
_stringio.c Issue 2918: Merge StringIO and cStringIO. 2008-06-11 22:58:36 +00:00
_struct.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
_testcapimodule.c Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,66020 via svnmerge from 2008-08-25 21:05:21 +00:00
_threadmodule.c #3247 Get rid of Py_FindMethod; use tp_members instead. 2008-07-02 20:50:16 +00:00
_tkinter.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
_weakref.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
addrinfo.h
ar_beos
arraymodule.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
atexitmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
audioop.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
binascii.c Fix #3651 various memory leaks when using the buffer interface 2008-08-27 00:31:37 +00:00
bsddb.h bsddb code updated to version 4.7.3pre2. This code is the same than 2008-08-31 14:12:11 +00:00
bz2module.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
cmathmodule.c Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from 2008-07-16 03:43:04 +00:00
config.c.in Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
cryptmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
datetimemodule.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
errnomodule.c Merged revisions 64214 via svnmerge from 2008-06-13 01:09:34 +00:00
fcntlmodule.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
fpectlmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
fpetestmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
gc_weakref.txt
gcmodule.c Closes release blocker #3627. 2008-08-24 07:08:55 +00:00
getaddrinfo.c SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners. 2007-02-27 19:06:23 +00:00
getbuildinfo.c Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
getnameinfo.c SF patch #1670209, Remove Py_PROTO from socket by Pete Shinners. 2007-02-27 19:06:23 +00:00
getpath.c Change command line processing API to use wchar_t. 2008-04-05 20:41:37 +00:00
grpmodule.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
itertoolsmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
ld_so_aix
ld_so_beos
main.c Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. 2008-06-04 13:06:58 +00:00
makesetup Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
makexp_aix
mathmodule.c Merged revisions 65258,65292,65299,65308-65309,65315,65326 via svnmerge from 2008-08-01 08:16:13 +00:00
md5module.c Use s* to receive data. Fixes #3552. 2008-08-14 15:52:23 +00:00
mmapmodule.c Closes release blocker #3627. 2008-08-24 07:08:55 +00:00
nismodule.c Merged revisions 64685 via svnmerge from 2008-07-02 23:44:19 +00:00
operator.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
ossaudiodev.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
parsermodule.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
posixmodule.c Merged revisions 65745 via svnmerge from 2008-08-17 09:30:15 +00:00
pwdmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
pyexpat.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
python.c Change command line processing API to use wchar_t. 2008-04-05 20:41:37 +00:00
readline.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
resource.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
rotatingtree.c
rotatingtree.h
selectmodule.c Merged revisions 65182 via svnmerge from 2008-07-23 16:13:07 +00:00
Setup.config.in Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
Setup.dist Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from 2008-07-16 03:43:04 +00:00
sha1module.c Zero-initialize buf. Fixes #3557. 2008-08-15 06:27:17 +00:00
sha256module.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
sha512module.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
signalmodule.c Merged revisions 66006 via svnmerge from 2008-08-24 05:48:10 +00:00
socketmodule.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00
socketmodule.h Merged revisions 64267-64272 via svnmerge from 2008-06-14 11:59:52 +00:00
spwdmodule.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
sre_constants.h
sre.h #2834: Change re module semantics, so that str and bytes mixing is forbidden, 2008-08-19 17:56:33 +00:00
symtablemodule.c Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge from 2008-08-17 18:02:44 +00:00
syslogmodule.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
termios.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
testcapi_long.h
timemodule.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
tkappinit.c
unicodedata_db.h Merged revisions 64226 via svnmerge from 2008-06-13 07:50:45 +00:00
unicodedata.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
unicodename_db.h Issue #3282: str.isprintable() should return False for undefined Unicode characters. 2008-07-04 15:55:02 +00:00
xxmodule.c Correct a typo that breaks test_distutils 2008-07-02 23:22:30 +00:00
xxsubtype.c Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
yuv.h
yuvconvert.c
zipimport.c Rename PyUnicode_AsString -> _PyUnicode_AsString and 2008-08-07 18:54:33 +00:00
zlibmodule.c Merged revisions 65654 via svnmerge from 2008-08-13 15:53:07 +00:00