Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #11834. Correct site-packages paths. | Brian Curtin | 2011-05-03 | 1 | -1/+1 |
| | | | | Patch by Bryce Verdier. | ||||
* | Denote 3.3.0 as the last supported Windows 2000 release. | Brian Curtin | 2011-05-03 | 1 | -1/+1 |
| | | | | This corresponds with change b9390aa12855 to PEP-11. | ||||
* | #11985: document the return value of platform.python_implementation for PyPy. | Ezio Melotti | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Issue #10276: Fix test_zlib, m may be undefined in the finally block | Victor Stinner | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by | Victor Stinner | 2011-05-03 | 1 | -3/+38 |
| | | | | crc32() and adler32(). Patch written by Steffen Daode Nurpmeso. | ||||
* | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file | Victor Stinner | 2011-05-03 | 3 | -1/+31 |
| | | | | | doesn't have PY_SSIZE_T_CLEAN define and the size doesn't fit in an int (length bigger than 2^31-1 bytes). | ||||
* | Issue #8651: Fix "z#" format of PyArg_Parse*() function: the size was not | Victor Stinner | 2011-05-03 | 2 | -4/+8 |
| | | | | written if PY_SSIZE_T_CLEAN is defined. | ||||
* | (Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X | Victor Stinner | 2011-05-03 | 3 | -0/+16 |
| | | | | | to get around a mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso. | ||||
* | Branch merge | Éric Araujo | 2011-05-02 | 6 | -33/+54 |
|\ | |||||
| * | Fix wording | Éric Araujo | 2011-05-01 | 1 | -2/+2 |
| | | |||||
| * | Branch merge | Éric Araujo | 2011-05-01 | 41 | -491/+1040 |
| |\ | |||||
| | * | Add docstring to anydbm.open | Éric Araujo | 2011-05-01 | 1 | -11/+13 |
| | | | |||||
| | * | Fix file handle leak | Éric Araujo | 2011-05-01 | 1 | -11/+14 |
| | | | |||||
| | * | Advertise nesting directives for class/method and class/data combos. | Éric Araujo | 2011-04-16 | 1 | -4/+21 |
| | | | | | | | | | | | | Also fix a typo and a misleading example (method used to describe function). | ||||
| * | | Fix double use of f.close(). | Éric Araujo | 2011-04-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | The other one is in a finally block not seen in the diff, which I added in 3bf86785cd9c (for #10252). | ||||
| * | | Minor tweaks to a few comments in heapq | Éric Araujo | 2011-04-15 | 1 | -3/+3 |
| | | | |||||
| * | | Fix improper tests in RegisterTestCase | Éric Araujo | 2011-04-14 | 1 | -3/+3 |
| | | | |||||
* | | | Fix grammar to include both integer types in 2.x | Éric Araujo | 2011-05-02 | 1 | -2/+2 |
| | | | |||||
* | | | Fix spelling. | Raymond Hettinger | 2011-05-01 | 1 | -1/+1 |
| | | | |||||
* | | | note abcs of int and float (closes #11977) | Benjamin Peterson | 2011-05-01 | 1 | -1/+5 |
| | | | |||||
* | | | (Merge 3.1) Issue #9756: credit the author, Andreas Stührk (Trundle) | Victor Stinner | 2011-05-01 | 2 | -1/+2 |
| | | | |||||
* | | | (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper | Victor Stinner | 2011-05-01 | 3 | -3/+27 |
| | | | | | | | | | | | | | | | | | | descriptor, the check of the object type doesn't read the __class__ attribute anymore. Fix a crash if a class override its __class__ attribute (e.g. a proxy of the str type). | ||||
* | | | Split combined code/doctest code blocks in two blocks, to enable proper ↵ | Georg Brandl | 2011-05-01 | 1 | -2/+5 |
| | | | | | | | | | | | | highlighting. | ||||
* | | | #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 |
| | | | | | | | | | | | | Patch by Lars Michelsen. | ||||
* | | | #11883: fix email examples by adding 'localhost' to SMTP constructor calls | R David Murray | 2011-04-30 | 3 | -3/+3 |
| | | | |||||
* | | | #11901: post-commit review fixes per Georg Brandl | R David Murray | 2011-04-30 | 1 | -7/+7 |
| | | | |||||
* | | | fix function name in example (closes #11966) | Benjamin Peterson | 2011-04-30 | 1 | -1/+1 |
| |/ |/| | |||||
* | | fix formatting, :c:func: --> :cfunc: | Eli Bendersky | 2011-04-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #10912: add clarification for PyObject_RichCompareBool comparing ↵ | Eli Bendersky | 2011-04-30 | 1 | -0/+3 |
| | | | | | | | | identical objects | ||||
* | | Fix #11961. Document STARTUPINFO and creation flag options. | Brian Curtin | 2011-04-29 | 1 | -3/+107 |
| | | |||||
* | | whitespace fix | Brian Curtin | 2011-04-29 | 1 | -1/+1 |
| | | |||||
* | | merge | Brian Curtin | 2011-04-29 | 1 | -2/+9 |
| | | |||||
* | | #11952: Fix typo in multiprocessing doc. | Ezio Melotti | 2011-04-29 | 1 | -1/+1 |
| | | |||||
* | | Merged solution for #11786 from 2.6 | Łukasz Langa | 2011-04-28 | 1 | -4/+6 |
|\ \ | |||||
| * | | Closes #11786: ConfigParser.[Raw]ConfigParser optionxform(). | Łukasz Langa | 2011-04-28 | 1 | -5/+7 |
| | | | |||||
* | | | skip the extractall test on platforms where os.symlink is not available. | Senthil Kumaran | 2011-04-28 | 1 | -0/+1 |
| | | | |||||
* | | | Fix closes issue10761: tarfile.extractall failure when symlinked files are ↵ | Senthil Kumaran | 2011-04-28 | 3 | -0/+32 |
| | | | | | | | | | | | | present. | ||||
* | | | Backport test from #11926. | Ezio Melotti | 2011-04-28 | 1 | -1/+9 |
| | | | |||||
* | | | Issue #11940: Update external link. | Raymond Hettinger | 2011-04-27 | 1 | -1/+1 |
| | | | |||||
* | | | #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-28 | 1 | -1/+1 |
| | | | |||||
* | | | Move NEWS entry to the right section. | Antoine Pitrou | 2011-04-27 | 1 | -4/+4 |
| | | | |||||
* | | | Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* | Antoine Pitrou | 2011-04-27 | 4 | -0/+23 |
| | | | | | | | | | | | | | | | APIs, to avoid a crash with the pthread implementation in RHEL 5. Patch by Charles-François Natali. | ||||
* | | | #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings ↵ | Ezio Melotti | 2011-04-27 | 3 | -0/+47 |
| | | | | | | | | | | | | are too long. | ||||
* | | | Update NEWS for Issue11236. | Senthil Kumaran | 2011-04-26 | 1 | -0/+2 |
| | | | |||||
* | | | issue11236 getpass.getpass to respond ctrl-c or ctrl-z | Senthil Kumaran | 2011-04-26 | 1 | -1/+1 |
| | | | |||||
* | | | #6780: fix starts/endswith error message to mention that tuples are accepted ↵ | Ezio Melotti | 2011-04-26 | 5 | -6/+46 |
| | | | | | | | | | | | | too. | ||||
* | | | #11901: add description of how bitfields are laid out to hexversion docs | R David Murray | 2011-04-25 | 2 | -0/+25 |
| | | | | | | | | | | | | Patch by Sijin Joseph. | ||||
* | | | pybench prep_times calculation error (closes #11895) | Jesus Cea | 2011-04-25 | 2 | -1/+2 |
| | | | |||||
* | | | Other minor clean-ups. | Raymond Hettinger | 2011-04-24 | 1 | -8/+15 |
| | | | |||||
* | | | Remove unused branch in the clear() method. Minor comment edits. | Raymond Hettinger | 2011-04-24 | 1 | -18/+15 |
| | | |