Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert bogus disabling of Tcl and Tk. | Martin v. Löwis | 2008-06-12 | 1 | -2/+2 |
| | |||||
* | Switch to Tcl/Tk 8.5. | Martin v. Löwis | 2008-06-12 | 5 | -16/+21 |
| | |||||
* | Switch to Tcl/Tk 8.5.2. | Martin v. Löwis | 2008-06-12 | 1 | -20/+15 |
| | |||||
* | deprecated mimetools | Benjamin Peterson | 2008-06-12 | 5 | -3/+12 |
| | |||||
* | Sounds obvious, but I didn't even realize that you can put non-string | Armin Rigo | 2008-06-12 | 1 | -4/+3 |
| | | | | keys in type dictionaries without using this locals() hack. | ||||
* | Can we agree to put dots at entry ends? Thanks. | Georg Brandl | 2008-06-11 | 1 | -4/+4 |
| | |||||
* | update ACKS and NEWs for multiprocessing | Benjamin Peterson | 2008-06-11 | 2 | -0/+4 |
| | |||||
* | Markup fixes, thanks Georg for the help. | Thomas Heller | 2008-06-11 | 1 | -47/+70 |
| | | | | Document ctypes.util.find_library() and ctypes.util.find_msvcrt(). | ||||
* | Add versionadded marker to ctypes.c_longdouble. | Thomas Heller | 2008-06-11 | 1 | -0/+1 |
| | |||||
* | Add future_builtins.ascii(). | Georg Brandl | 2008-06-11 | 3 | -0/+24 |
| | |||||
* | Smaller doc fixes. | Thomas Heller | 2008-06-11 | 1 | -19/+16 |
| | |||||
* | More doc fixes. | Thomas Heller | 2008-06-11 | 1 | -15/+6 |
| | |||||
* | add old names back into __all__ | Benjamin Peterson | 2008-06-11 | 1 | -1/+2 |
| | |||||
* | Correct an incorrect comment about our #include of stddef.h. | Gregory P. Smith | 2008-06-11 | 1 | -1/+1 |
| | | | | (see Doug Evans' comment on python-dev 2008-06-10) | ||||
* | Markup fixes, spelling corrections, and better wordings. Hopefully. | Thomas Heller | 2008-06-11 | 1 | -9/+8 |
| | |||||
* | Clarify what ":errorhandler" refers to. | Georg Brandl | 2008-06-11 | 1 | -1/+2 |
| | |||||
* | Fix typos. | Georg Brandl | 2008-06-11 | 1 | -3/+2 |
| | |||||
* | add aliases to threading module | Benjamin Peterson | 2008-06-11 | 3 | -3/+50 |
| | |||||
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 20 | -126/+127 |
| | |||||
* | fix Windows building for multiprocessing | Benjamin Peterson | 2008-06-11 | 2 | -0/+578 |
| | |||||
* | Add test for heapq using both __lt__ and __le__. | Raymond Hettinger | 2008-06-11 | 1 | -0/+21 |
| | |||||
* | Note PEP 371 section | Andrew M. Kuchling | 2008-06-11 | 1 | -0/+15 |
| | |||||
* | Optimize previous checkin for heapq. | Raymond Hettinger | 2008-06-11 | 1 | -1/+7 |
| | |||||
* | fix import of multiprocessing by juggling imports | Benjamin Peterson | 2008-06-11 | 2 | -2/+4 |
| | |||||
* | Issue 3051: Let heapq work with either __lt__ or __le__. | Raymond Hettinger | 2008-06-11 | 1 | -7/+6 |
| | |||||
* | Multi-arg form for set.difference() and set.difference_update(). | Raymond Hettinger | 2008-06-11 | 4 | -21/+66 |
| | |||||
* | Merge in release25-maint r60793: | Gregory P. Smith | 2008-06-11 | 24 | -54/+438 |
| | | | | | | Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code. | ||||
* | Fix markup. | Thomas Heller | 2008-06-11 | 1 | -20/+30 |
| | | | | Document the new 'offset' parameter for the 'ctypes.byref' function. | ||||
* | swap stringobject.h and bytesobject.h contents to make sense. PyString in | Gregory P. Smith | 2008-06-11 | 2 | -233/+233 |
| | | | | stringobject and PyBytes defines in bytesobject. | ||||
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 32 | -0/+12500 |
| | |||||
* | convert test_struct to a unittest thanks to Giampaolo Rodola | Benjamin Peterson | 2008-06-11 | 1 | -624/+524 |
| | | | | | I had to disable one test because it was functioning incorrectly, see #1530559 I also removed the debugging prints | ||||
* | Handle the case with zero arguments. | Raymond Hettinger | 2008-06-11 | 2 | -0/+9 |
| | |||||
* | Update numbers doc for the Integral simplification. | Raymond Hettinger | 2008-06-11 | 1 | -4/+4 |
| | |||||
* | Mini-PEP: Simplifying numbers.py | Raymond Hettinger | 2008-06-11 | 1 | -50/+17 |
| | | | | | | * Convert binary methods in Integral to mixin methods * Remove three-arg __pow__ as a required method * Make __int__ the root method instead of __long__. | ||||
* | backport of 64096 | Benjamin Peterson | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | Correct test_pydoc for win32 platforms, to account for normalized URLs: | Amaury Forgeot d'Arc | 2008-06-10 | 1 | -1/+6 |
| | | | | C:\temp => file:///C|temp/ | ||||
* | Rename bytesobject.c back to stringobject.c to keep with the PyString theme. | Gregory P. Smith | 2008-06-10 | 6 | -8/+6 |
| | | | | Part of reverting most of r63675 per the mailing list discussion. | ||||
* | Documented the new AST constructor. | Armin Ronacher | 2008-06-10 | 1 | -0/+5 |
| | |||||
* | Fix a formatting error in the ast documentation. | Armin Ronacher | 2008-06-10 | 1 | -1/+1 |
| | |||||
* | More reverting of r63675 per the mailing list discussions. This restores | Gregory P. Smith | 2008-06-10 | 3 | -481/+481 |
| | | | | | occurances of PyBytes_ in the code to their original PyString_ names. The bytesobject.c file will be renamed back to stringobject.c in a future checkin. | ||||
* | Fixed test to reflect new filedispatcher semantics, as well as two | Josiah Carlson | 2008-06-10 | 2 | -4/+4 |
| | | | | NameErrors pointed out by Giampaolo. | ||||
* | NEWS entry for: | Thomas Heller | 2008-06-10 | 1 | -0/+4 |
| | | | | Add an optional 'offset' parameter to byref, defaulting to zero. | ||||
* | Add an optional 'offset' parameter to byref, defaultingto zero. | Thomas Heller | 2008-06-10 | 1 | -4/+16 |
| | |||||
* | more markup fix. | Georg Brandl | 2008-06-10 | 1 | -9/+9 |
| | |||||
* | fix markup | Benjamin Peterson | 2008-06-10 | 1 | -5/+6 |
| | |||||
* | #2536: fix itertools.permutations and itertools.combinations docstrings. | Georg Brandl | 2008-06-10 | 1 | -3/+3 |
| | |||||
* | Issue 3048: Fixed sys.getsizeof for unicode objects. | Robert Schuppenies | 2008-06-10 | 2 | -7/+52 |
| | |||||
* | Add Arnaud for his efforts on multi-arg set operations. | Raymond Hettinger | 2008-06-10 | 1 | -0/+1 |
| | |||||
* | Add the "ast" module, containing helpers to ease use of the "_ast" classes. | Georg Brandl | 2008-06-10 | 8 | -95/+662 |
| | |||||
* | Add Gregor Lingl. | Martin v. Löwis | 2008-06-10 | 1 | -0/+3 |
| |