| Commit message (Expand) | Author | Age | Files | Lines |
* | Move initialization of sys.std{in,out}.encoding to Py_Initialize. | Martin v. Löwis | 2003-08-09 | 2 | -33/+51 |
|
|
* | Patch #771998: Put braces around variables. Will backport to 2.3. | Martin v. Löwis | 2003-08-09 | 2 | -2245/+3082 |
|
|
* | SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary | Raymond Hettinger | 2003-08-09 | 1 | -11/+1 |
|
|
* | SF patch #783807: Clarify PySequence_Setitem ref counting | Raymond Hettinger | 2003-08-09 | 1 | -1/+2 |
|
|
* | IDLEfork Bug 782759 | Kurt B. Kaiser | 2003-08-09 | 1 | -4/+9 |
|
|
* | Explain argument unpacking | Raymond Hettinger | 2003-08-08 | 1 | -0/+18 |
|
|
* | /* XXX From here until type is allocated, "return NULL" leaks bases! */ | Michael W. Hudson | 2003-08-08 | 1 | -2/+9 |
|
|
* | SF bug #770485: cStringIO does not set closed attr | Raymond Hettinger | 2003-08-08 | 3 | -2/+34 |
|
|
* | SF bug #775836: change 0,1 to False,True in dict.has_key doc | Raymond Hettinger | 2003-08-08 | 1 | -1/+1 |
|
|
* | Modified itertools.izip() to match the behavior of __builtin__.zip() | Raymond Hettinger | 2003-08-08 | 4 | -8/+15 |
|
|
* | Re-sync doc tests with the doc updates. | Raymond Hettinger | 2003-08-08 | 1 | -3/+7 |
|
|
* | Improve docs: | Raymond Hettinger | 2003-08-08 | 1 | -16/+13 |
|
|
* | Fix docstring in LocaleTime. | Brett Cannon | 2003-08-08 | 1 | -2/+2 |
|
|
* | Repair refcounting on error return from type_set_bases. | Michael W. Hudson | 2003-08-07 | 2 | -3/+13 |
|
|
* | Fix hyperlinks and one class reference. | Fred Drake | 2003-08-07 | 2 | -3/+3 |
|
|
* | Release host name memory. Fixes #783312. Will backport to 2.3. | Martin v. Löwis | 2003-08-07 | 1 | -6/+12 |
|
|
* | Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. | Mark Hammond | 2003-08-06 | 2 | -1/+3 |
|
|
* | Remove useless import. | Walter Dörwald | 2003-08-05 | 1 | -1/+1 |
|
|
* | Check both __div__ and __truediv__ in division tests. | Walter Dörwald | 2003-08-05 | 1 | -1/+9 |
|
|
* | Removed deprecated functions | Raymond Hettinger | 2003-08-05 | 1 | -1/+4 |
|
|
* | Removed deprecated functions | Raymond Hettinger | 2003-08-05 | 2 | -61/+2 |
|
|
* | SF patch #782810: typo in libfuture.tex | Raymond Hettinger | 2003-08-05 | 1 | -1/+1 |
|
|
* | SF bug #782369: Massive memory leak in array module | Raymond Hettinger | 2003-08-05 | 1 | -2/+7 |
|
|
* | forgot to commit this - note about the signal module SIGRT(MIN,MAX) | Anthony Baxter | 2003-08-05 | 1 | -0/+2 |
|
|
* | Mention caching and better thread-safety for Lib/_strptime.py | Brett Cannon | 2003-08-05 | 1 | -0/+4 |
|
|
* | Patch #781722: Reject AF_INET6 if IPv6 is disabled. Will backport to 2.3. | Martin v. Löwis | 2003-08-05 | 1 | -0/+8 |
|
|
* | Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3. | Martin v. Löwis | 2003-08-05 | 2 | -3/+19 |
|
|
* | Correct URL of normalization file. Fixes #781065. Will backport to 2.3. | Martin v. Löwis | 2003-08-05 | 1 | -2/+2 |
|
|
* | Patch #781126: Fix markup for add_fallback. Will backport to 2.3. | Martin v. Löwis | 2003-08-05 | 1 | -1/+1 |
|
|
* | Make sure eol_convention is an ASCII string. Fixes #774680. | Martin v. Löwis | 2003-08-05 | 1 | -0/+3 |
|
|
* | init_myformat(): None of the "mark" values can be empty strings, or | Fred Drake | 2003-08-05 | 1 | -3/+10 |
|
|
* | Re-introduce caching of TimeRE and compiled regexes with added thread-safety. | Brett Cannon | 2003-08-05 | 2 | -335/+190 |
|
|
* | Touch-up to docstrings. | Brett Cannon | 2003-08-05 | 1 | -19/+20 |
|
|
* | Add note about fileno not being usable as a normal file descriptor in Windows. | Brett Cannon | 2003-08-05 | 1 | -0/+4 |
|
|
* | better support for well-formed XHTML | Fred Drake | 2003-08-05 | 1 | -4/+4 |
|
|
* | make the portions of the generated HTML produced by these styles better | Fred Drake | 2003-08-05 | 2 | -73/+87 |
|
|
* | Clarified that TypeErrors can be raised by any | Raymond Hettinger | 2003-08-04 | 1 | -1/+1 |
|
|
* | protect against test problems with Jython | Skip Montanaro | 2003-08-03 | 1 | -6/+7 |
|
|
* | added test for bug 782369 | Skip Montanaro | 2003-08-03 | 1 | -0/+9 |
|
|
* | more extension marshal tests and conversion to unittest - was surprised to | Skip Montanaro | 2003-08-02 | 1 | -39/+183 |
|
|
* | As discussed on python-dev, changed builtin.zip() to handle zero arguments | Raymond Hettinger | 2003-08-02 | 5 | -11/+20 |
|
|
* | To be a good citizen, it should really delete its socket when done. | Skip Montanaro | 2003-08-01 | 1 | -0/+2 |
|
|
* | add skeletal "what's new" for 2.4a1 and mention a couple python-mode tweaks. | Skip Montanaro | 2003-08-01 | 1 | -0/+42 |
|
|
* | delete the f1 key binding. py-help-at-point is still available @ C-c C-h. | Skip Montanaro | 2003-08-01 | 1 | -1/+0 |
|
|
* | make pending-delete/delete-selection mode work with py-electric-colon | Skip Montanaro | 2003-08-01 | 1 | -2/+4 |
|
|
* | Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c | Anthony Baxter | 2003-07-31 | 1 | -0/+10 |
|
|
* | tweak to py-fill-paragraph - problem noted by John Lee and correction | Skip Montanaro | 2003-07-31 | 1 | -1/+1 |
|
|
* | Complete move of windows builds to 2.4alpha | Mark Hammond | 2003-07-31 | 3 | -10/+10 |
|
|
* | Everyone knows what Fred meant, but I thought I'd make it official... ;-) | Skip Montanaro | 2003-07-31 | 1 | -2/+2 |
|
|
* | Generalize the template for the "What's New" document so it's easier | Fred Drake | 2003-07-30 | 1 | -0/+149 |
|
|