2003-07-02 |
Jack Jansen | Skip noticed that the document talks about "setting... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Jack Jansen | Tooltip for tab/space consistency check was the wrong... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Skip Montanaro | Correct documentation of check interval - it's 100... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Just van Rossum | Addendum to #764548: restore 2.1 compatibility. |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Just van Rossum | Fix and test for bug #764548: |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Skip Montanaro | Note that csv files (when they are actual files) must... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Raymond Hettinger | SF bug #764616: execfile(filename,...) not execfile... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Raymond Hettinger | Grammar nit. SF bug #757822 |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Fred Drake | Revert the previous change; this is now dealt with... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Fred Drake | There's a better way to deal with the "comment" environ... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Just van Rossum | fixed typo in comment |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Fred Drake | Make the "install schema" tables follow the same table... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Fred Drake | The Macintosh Modules Reference now formats to GNU... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Fred Drake | Fill out the set of macros and environments supported... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Andrew MacIntyre | On those systems lacking the AFMT_S16_NE symbol, the... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Andrew MacIntyre | FreeBSD 5.x has moved some library routines and typedef... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Fred Drake | The datetime C API really isn't usable outside the... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Fred Drake | Fix a variety of small markup nits. |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Jack Jansen | Moved the IDE tutorial to a directory with a shorter... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Neal Norwitz | SF #764121, docstring for spawnlp incorrect |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Neal Norwitz | Fix SF bug #763637, 2.3b2 unpack tuple of wrong size... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Just van Rossum | - added (c)StringIO tests; cStringIO usage failed in... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Just van Rossum | - replaced a couple of asserts with proper exceptions |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Neal Norwitz | Use appropriate macros not the deprecated DL_IMPORT... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tim Peters | Make the classes exposed by threading.py new-style... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tim Peters | Resolved minor XXX question in the obvious way. |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Fred Drake | - note that super() only applies to new-style classes; |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Fred Drake | normalize markup for consistency |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Neal Norwitz | Remove carriage returns |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Neal Norwitz | Fix SF bug #763023, difflib.py: ratio() zero division... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tim Peters | connector(): You can't use an empty string as an argum... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Tim Peters | showwarning() calls formatwarning(), not showwarning(). |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Neal Norwitz | Fix SF bug #763770, test_socket_ssl crash |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Raymond Hettinger | Improve the wording a bit |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Raymond Hettinger | Fix spelling, grammar, usage, and markup. |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Raymond Hettinger | SF #751062: Tutorial: remove string exceptions, add... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Raymond Hettinger | Test Brett's addition of __all__ to Queue. |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Brett Cannon | Add __all__ . |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Brett Cannon | Make temporary change of using _strptime for time.strpt... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Neal Norwitz | SF bug 753592, websucker bug |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Neal Norwitz | Fix SF #763362, test_posixpath failed |
commit | commitdiff | tree | snapshot |
2003-07-01 |
Mark Hammond | Support 'mbcs' as a 'built-in' encoding, so the C API... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Neal Norwitz | Add versionadded info for the 2 new threading module... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Thomas Heller | Document the DISTUTILS_DEBUG variable. |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Neal Norwitz | Fix typo in error message |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Fred Drake | We are now post-beta 2. |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Fred Drake | Added missing name (textwrap.dedent() docs). |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Walter Dörwald | Don't require that a RuntimeError is raised when playin... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Raymond Hettinger | SF bug #762990: Awful Grammar in Python Tutorial |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Raymond Hettinger | Fix SF 762891: "del p[key]" on proxy object raises... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Raymond Hettinger | Merge branch updates back into the main trunk |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Neal Norwitz | Fix SF #754870, SSL crash interpreter when remote side... |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Tim Peters | Bump version string to "2.3b2+". |
commit | commitdiff | tree | snapshot |
2003-06-30 |
Neal Norwitz | Fix typo, refer to proper argument name |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Just van Rossum | restore 2.2 compatibility: |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Just van Rossum | - added --semi-standalone option that builds apps that... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | More tests |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Fred Drake | Fix broken markup, & tweak a couple of things for consi... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Jeremy Hylton | Fix sf bug 666219: assertion error in httplib. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Jeremy Hylton | Add several news items for changes I made since b1. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Removed XXX comments about missing threading.py functions. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Barry Warsaw | Added news about os.environ['PYTHONINSPECT'] = 'yes' |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Jeremy Hylton | Remove stub settrace() and setprofile() calls. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Barry Warsaw | Py_Main(): Add a check for the PYTHONINSPECT environmen... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Jeremy Hylton | Fix grammar in comment. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Jeremy Hylton | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Jeremy Hylton | Add settrace() and setprofile() functions to the thread... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Typo repair. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Fred Drake | Update copyright years. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Provide dummy (do-nothing) settrace() and setprofile... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Filled in release date; repaired grammar in a news... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Skip Montanaro | minor wordsmithing |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | Removed invalid test. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Andrew MacIntyre | FreeBSD 5.x uses different wchar_t/win_t guards than... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | SF bug #762455: Python segfaults when sys.stdout is... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | Fix SF #762455, segfault when sys.stdout is changed... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Some nifty doctest extensions from Jim Fulton, currentl... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | SF bug #430160: CGIHTTPServer.py POST bug using IE |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | SF patch #760257: add socket.timeout exception |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | Minor fixes to punctuation and grammar. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | Add missing self. before curNode. This may need to... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | SF patch #760257: add socket.timeout exception |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | Fix arguments for instantiating InterpolationSyntaxError |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | Comment out cap, it was unused. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | whitespace normalization |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | remove unused import math |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | remove extra parameter from _java_getprop, remove dupli... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | use == like all the other conditionals |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Neal Norwitz | fix problems found by pychecker |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | SF patch #760257: add socket.timeout exception |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | Added Bob Halley for work on socket.timeout |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Missed a spot where the new optional optionflags argume... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Raymond Hettinger | SF patch #760257: add socket.timeout exception |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Fred Drake | Bump version information for Python 2.3 beta 2. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Fred Drake | Document PyThreadState_SetAsyncExc(). |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Tim Peters | Bump release level to 2.3b2. |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Jack Jansen | Slight clarification on running the examples from the... |
commit | commitdiff | tree | snapshot |
2003-06-29 |
Jack Jansen | Suggest people visit www.python.org/packman if the... |
commit | commitdiff | tree | snapshot |
next |