Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway. | ||||
* | Patch #1026384: fix two common typo's: | Johannes Gijsbers | 2004-09-11 | 1 | -3/+3 |
| | | | | | | | - accomodate -> accommodate - occured -> occurred Thanks George Yoshida! | ||||
* | SF feature request #992967: array.array objects should support sequences. | Raymond Hettinger | 2004-08-29 | 1 | -2/+6 |
| | | | | Made the constructor accept general iterables. | ||||
* | SF feature request #686323: Minor array module enhancements | Raymond Hettinger | 2004-03-14 | 1 | -4/+7 |
| | | | | | | | array.extend() now accepts iterable arguments implements as a series of appends. Besides being a user convenience and matching the behavior for lists, this the saves memory and cycles that would be used to create a temporary array object. | ||||
* | Fix array.array.insert(), so that it treats negative indices as | Walter Dörwald | 2003-05-18 | 1 | -1/+2 |
| | | | | | being relative to the end of the array, just like list.insert() does. This closes SF bug #739313. | ||||
* | Fixed spacing and unbalanced brackets or parenthesis. | Raymond Hettinger | 2003-05-10 | 1 | -1/+1 |
| | |||||
* | SF 539024, Fix broken link to numpy | Neal Norwitz | 2002-04-04 | 1 | -1/+1 |
| | |||||
* | Fix up the documentation of the type codes to give both the C and Python | Fred Drake | 2002-04-01 | 1 | -17/+24 |
| | | | | | | | | | types for each code, and give the actual C types. Clarified the support for slice operations and note when some TypeError exceptions are raised. This closes SF bugs 518767 and 536469. | ||||
* | Patch 520694: arraymodule.c improvements: | Martin v. Löwis | 2002-03-01 | 1 | -11/+29 |
| | | | | | | - make array.array a type - add Py_UNICODE arrays - support +=, *= | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | Fix description of buffer_info(), and add a note that there is a better | Fred Drake | 2001-08-01 | 1 | -6/+15 |
| | | | | | | way... This closes SF bug #444842. | ||||
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -1/+1 |
| | | | | | translation more difficult, as well as reading the English more difficult for non-native speakers. | ||||
* | Added link to HTML version of the NumPy documentation. | Fred Drake | 2000-12-11 | 1 | -2/+4 |
| | | | | This closes bug #124943. | ||||
* | Make all the \seemodule explanations consistent: start with a capitalized | Fred Drake | 2000-10-18 | 1 | -2/+4 |
| | | | | | | letter and end with proper punctuation. "Documenting Python" will be updated accordingly so that this will be editorial policy for the Python documentation. | ||||
* | Update the links to the NumPy website and documentation, based on a | Fred Drake | 2000-10-17 | 1 | -6/+5 |
| | | | | comment from Janko Hauser <jhauser@ifm.uni-kiel.de>. | ||||
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 1 | -0/+23 |
| | |||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -5/+12 |
| | | | | (Very rough.) | ||||
* | byteswap() method: Tell *what* exception gets raised when the type | Fred Drake | 1999-06-29 | 1 | -2/+3 |
| | | | | cannot be byteswapped. | ||||
* | Fix markup typo. | Fred Drake | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | Added "See also" reference to xdrlib. | Fred Drake | 1999-04-21 | 1 | -10/+11 |
| | | | | Markup nits. | ||||
* | Nits. | Fred Drake | 1998-12-10 | 1 | -11/+11 |
| | |||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -1/+2 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Lighten up tables. | Fred Drake | 1998-04-11 | 1 | -1/+1 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Use {seealso} environment to refer to the struct module. | Fred Drake | 1998-04-03 | 1 | -38/+45 |
| | | | | | | | | Document ArrayType. Use {memberdesc} and {methoddesc} environments, as appropriate. Minor nits. | ||||
* | Change "\," to just "," in function signatures. This is easier to maintain, | Fred Drake | 1998-03-17 | 1 | -4/+4 |
| | | | | | works better with LaTeX2HTML, and allows some simplification of the python.sty macros. | ||||
* | Deprecate the read() and write() methods. | Fred Drake | 1998-02-27 | 1 | -8/+4 |
| | | | | Don't refer to them from the fromfile() and tofile() methods. | ||||
* | Updates by AMK. | Fred Drake | 1998-02-27 | 1 | -13/+39 |
| | | | | Markup corrected, logical markup. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -3/+3 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Added missing "\" to "\var{address}, var{length}" in buffer_info() description. | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | |||||
* | Fixed index module reference. | Fred Drake | 1997-12-16 | 1 | -1/+1 |
| | |||||
* | Added buffer_info() docs. | Guido van Rossum | 1997-08-14 | 1 | -0/+10 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -0/+1 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Added unsigned data formats (B, H, I, L). | Guido van Rossum | 1997-01-03 | 1 | -1/+8 |
| | |||||
* | restructured library manual accordiung to functional group | Guido van Rossum | 1995-03-28 | 1 | -0/+3 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -3/+5 |
| | | | | unified style; etc. | ||||
* | changes (suggested) by Soren Larsen | Guido van Rossum | 1995-03-07 | 1 | -2/+2 |
| | |||||
* | Lots of small corrections by Andrew Kuchling (plus all new rotor docs) | Guido van Rossum | 1994-08-08 | 1 | -3/+3 |
| | |||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+109 |