| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert the following revisions, as they don't fix security | Martin v. Löwis | 2008-03-02 | 7 | -56/+20 |
| | | | | | | | | problems: 52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001, 53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580, 55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114 | ||||
| * | - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 | Matthias Klose | 2007-08-16 | 1 | -1/+1 |
| | | |||||
| * | - fix build error with the findCaller backport | Matthias Klose | 2007-08-16 | 1 | -1/+1 |
| | | |||||
| * | Updated documentation for SysLogHandler (#1720726). | Vinay Sajip | 2007-05-25 | 1 | -2/+5 |
| | | |||||
| * | Updated findCaller documentation. | Vinay Sajip | 2007-05-25 | 1 | -3/+5 |
| | | |||||
| * | - Make the documentation match the code and the docstring | Matthias Klose | 2007-01-11 | 1 | -1/+1 |
| | | |||||
| * | Point users to the subprocess module in the docs for os.system, os.spawn*, ↵ | Andrew M. Kuchling | 2006-10-27 | 4 | -9/+38 |
| | | | | | os.popen2, and the popen2 and commands modules | ||||
| * | [Bug #1562583] Mention the set_reuse_addr() method | Andrew M. Kuchling | 2006-10-27 | 1 | -3/+5 |
| | | |||||
| * | [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. ↵ | Andrew M. Kuchling | 2006-10-26 | 1 | -4/+4 |
| | | | | | Reported by David Faure. | ||||
| * | preparing for 2.4.4 final | Anthony Baxter | 2006-10-17 | 1 | -1/+1 |
| | | |||||
| * | what month is it again? I get confused...v2.4.4c1 | Anthony Baxter | 2006-10-10 | 1 | -1/+1 |
| | | |||||
| * | preparing for 2.4.4c1 | Anthony Baxter | 2006-10-10 | 2 | -1/+3 |
| | | |||||
| * | Backport r45505, r45573, r45576 | Martin v. Löwis | 2006-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | - reset errno before calling confstr - use confstr() doc to simplify checks afterwards - Correct implementation and documentation of os.confstr. Add a simple test case. I've yet to figure out how to provoke a None return I can test. - Address issues brought up by MvL on python-checkins. I tested this with valgrind on amd64. The man pages I found for diff architectures are inconsistent on this. I'm not entirely sure this change is correct for all architectures either. Perhaps we should just over-allocate and not worry about it? The change to return None instead of "" in case of unconfigured values has not been backported. | ||||
| * | Case fixes | Andrew M. Kuchling | 2006-10-06 | 1 | -2/+2 |
| | | |||||
| * | - update links | Fred Drake | 2006-10-06 | 1 | -5/+7 |
| | | | | | - remove Sleepycat name now that they have been bought | ||||
| * | Bug #1567375: a minor logical glitch in example description. | Georg Brandl | 2006-09-30 | 1 | -2/+4 |
| | | | | | (backport from rev. 52053) | ||||
| * | [Backport rev.39739 by nnorwitz] | Andrew M. Kuchling | 2006-09-29 | 1 | -2/+2 |
| | | | | | SF bug #1328915, try to word kill a bit more generically. Backport candidate. | ||||
| * | [Backport rev. 39645 by nnorwitz] | Andrew M. Kuchling | 2006-09-29 | 1 | -0/+2 |
| | | | | | | SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. | ||||
| * | Make examples do error checking on Py_InitModule | Andrew M. Kuchling | 2006-09-27 | 1 | -4/+10 |
| | | |||||
| * | Minor edits | Andrew M. Kuchling | 2006-08-18 | 2 | -3/+3 |
| | | |||||
| * | Typo in tp_clear docs. | Georg Brandl | 2006-08-18 | 1 | -1/+1 |
| | | | | | (backport from rev. 51368) | ||||
| * | Bug #1541682: Fix example in the "Refcount details" API docs. | Georg Brandl | 2006-08-18 | 3 | -22/+20 |
| | | | | | | | Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea. (backport) | ||||
| * | Fix typo. | Georg Brandl | 2006-08-11 | 1 | -1/+1 |
| | | |||||
| * | Bug #1536660: separate two words. | Georg Brandl | 2006-08-08 | 1 | -1/+1 |
| | | | | | (backport from rev. 51153) | ||||
| * | Bug #1536828: typo: TypeType should have been StringType. | Georg Brandl | 2006-08-08 | 1 | -1/+1 |
| | | | | | (backport from rev. 51151) | ||||
| * | Update status of relative import | Andrew M. Kuchling | 2006-08-06 | 1 | -2/+2 |
| | | |||||
| * | Fix mangled sentence | Andrew M. Kuchling | 2006-08-04 | 1 | -1/+1 |
| | | |||||
| * | Bug #1531349: right <-> left glitch in __rop__ description. | Georg Brandl | 2006-07-30 | 1 | -1/+1 |
| | | | | | (backport from rev. 50990) | ||||
| * | Bug #1002398: The documentation for os.path.sameopenfile now correctly | Georg Brandl | 2006-07-30 | 1 | -3/+2 |
| | | | | | | refers to file descriptors, not file objects. (backport from rev. 50974) | ||||
| * | [Patch #1068277] Clarify that os.path.exists() can return False depending on ↵ | Andrew M. Kuchling | 2006-07-29 | 1 | -2/+5 |
| | | | | | permissions. | ||||
| * | Update URL | Andrew M. Kuchling | 2006-07-29 | 1 | -1/+1 |
| | | |||||
| * | Bug #835255: The "closure" argument to new.function() is now documented. | Georg Brandl | 2006-07-29 | 1 | -2/+5 |
| | | | | | (backport from rev. 50922) | ||||
| * | Delete a misleading example. SF bug #1481650. | Barry Warsaw | 2006-07-28 | 1 | -6/+0 |
| | | |||||
| * | Update URL | Andrew M. Kuchling | 2006-07-27 | 1 | -1/+1 |
| | | |||||
| * | clean up some link markup | Fred Drake | 2006-07-16 | 1 | -2/+2 |
| | | |||||
| * | Backport revision 50664 | George Yoshida | 2006-07-15 | 1 | -5/+7 |
| | | | | | Bug #15187702 : ext/win-cookbook.html has a broken link to distutils | ||||
| * | no need to elaborate "string". | Georg Brandl | 2006-07-05 | 1 | -1/+1 |
| | | | | | (backport from rev. 47244) | ||||
| * | Patch #1517490: fix glitches in filter() docs. | Georg Brandl | 2006-07-05 | 1 | -4/+4 |
| | | | | | (backport from rev. 47241) | ||||
| * | [Bug #1511911] Backport: Clarify optional arguments to sorted() and improve xref | Andrew M. Kuchling | 2006-07-03 | 1 | -2/+24 |
| | | |||||
| * | remove unnecessary markup | Fred Drake | 2006-06-18 | 1 | -1/+1 |
| | | |||||
| * | Update url. | George Yoshida | 2006-06-17 | 2 | -11/+11 |
| | | | | | | Old url returned status code:301 Moved permanently. (Backport from r47005) | ||||
| * | markup fix | George Yoshida | 2006-06-17 | 1 | -1/+1 |
| | | |||||
| * | Bug #1153163: describe __add__ vs __radd__ behavior when adding | Georg Brandl | 2006-06-14 | 1 | -4/+19 |
| | | | | | | objects of same type/of subclasses of the other. (backport from rev. 46952) | ||||
| * | Bug #1501122: mention __gt__ &co in description of comparison order. | Georg Brandl | 2006-06-14 | 1 | -2/+6 |
| | | | | | (backport from rev. 46949) | ||||
| * | credit for SF patch #1303595 | Fred Drake | 2006-06-10 | 1 | -0/+1 |
| | | |||||
| * | SF patch #1303595: improve description of __builtins__, explaining how it | Fred Drake | 2006-06-10 | 1 | -4/+14 |
| | | | | | | varies between __main__ and other modules, and strongly suggest not touching it but using __builtin__ if absolutely necessary | ||||
| * | backport wording fix | Skip Montanaro | 2006-06-10 | 1 | -1/+1 |
| | | |||||
| * | Clarify docs for bf_getcharbuffer. | Brett Cannon | 2006-06-07 | 1 | -6/+10 |
| | | |||||
| * | [Bug #1470026] Include link to list of classifiers; remove use of Trove name | Andrew M. Kuchling | 2006-06-05 | 1 | -2/+2 |
| | | |||||
| * | [Bug #1441864] Clarify description of 'data' argument | Andrew M. Kuchling | 2006-06-03 | 1 | -5/+7 |
| | | |||||
