2005-12-12 |
Fredrik Lundh | added ElementTree core components to xml.etree |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Hye-Shik Chang | Bug #1290333: Added a workaround for cjkcodecs' _codecs... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Andrew M. Kuchling | Remove background image |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neal Norwitz | SF #1373150, diffs in working copy after a build |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neal Norwitz | en_sit will be freed when en is DECREF'd. Don't double... |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neal Norwitz | SF #1377897, Bus error in ast |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Neal Norwitz | SF #1370197, memory leak - ast_error_finish (in error... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Jeremy Hylton | Add const to several API functions that take char *. |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Hye-Shik Chang | Patch #1276356: Implement new resource "urlfetch" for... |
commit | commitdiff | tree | snapshot |
2005-12-08 |
Andrew M. Kuchling | [Bug #1349316] Show how to use XML-RPC through a proxy |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Skip Montanaro | add common usage example |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Armin Rigo | Typo in a code example. |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Armin Rigo | Nobody on python-dev seemed particularly bothered that... |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Neal Norwitz | Simplify logic for handling import * |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Neal Norwitz | Reduce scope of feature |
commit | commitdiff | tree | snapshot |
2005-12-06 |
Neal Norwitz | Remove unused macro, check is done elsewhere |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Neal Norwitz | Remove unnecessary extern variable |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Neal Norwitz | mwh spotted a copied error message, make it unique... |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Neal Norwitz | Fix SF #1373161, r41552 broke test_file on OS X |
commit | commitdiff | tree | snapshot |
2005-12-05 |
Michael W.... | Fix bug |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Patch #1372995] Add \versionadded |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Bug #1281032] Pass encoding from the input source... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Bug #1164912] Ensure Datetime wrapper class .value... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Bug #1041501] Fix example |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Patch #1039083] Add 'encoding' parameter to SimpleXMLR... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | Use boolean name |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Patch #893642] Add optional allow_none argument to... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Bug #1372836] Remove unused code |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | Add placeholder section on old and new-style classes |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Bug #792570] Under Windows, socket.read() seems to... |
commit | commitdiff | tree | snapshot |
2005-12-04 |
Andrew M. Kuchling | [Bug #1222790] Set reuse-address and close-on-exec... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Georg Brandl | Bug #1368481: python.dir refers to whatsnew23 |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Anthony Baxter | set expectations appropriately. ;) |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-11-30 |
Andrew M. Kuchling | Remove sorting HOWTO, after converting it to a wiki... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Martin v. Löwis | Silence VS2005 warnings about deprecated functions. |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Martin v. Löwis | Limit x86 machine instructions and Win95 support to... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Walter Dörwald | Test another error case in PyFloat_FromString(). |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Fred Drake | fix link |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Fredrik Lundh | SF#1368827 |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Walter Dörwald | Fix leaked reference to None. |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Martin v. Löwis | Patch #1350409: Port signal handling to VS 2005. |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Neal Norwitz | Fix memory leaks |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Neal Norwitz | Improve test coverage. Hope the test_file changes... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Martin v. Löwis | Patch #1162825: Support non-ASCII characters in IDLE... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Georg Brandl | bug #1365984: urllib and data: URLs. Problem was that... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
Martin v. Löwis | Patch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Walter Dörwald | SF patch #1364946: Add a reference link from the dcoume... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Walter Dörwald | SF patch #1364545: test_cmd_line.py relied on english... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Neal Norwitz | Remove unused _callers member. No need for types, use... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Neal Norwitz | Stop looping to do nothing, just pass. |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Neal Norwitz | No need for types, use isinstance |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Neal Norwitz | Use sorted() builtin |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Neal Norwitz | Test is still disabled, but access through public module |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Neal Norwitz | Get symtable to limp along, can run compiler/symbols... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Neal Norwitz | Cleanup a bit more references so test_urllibnet is... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
Neal Norwitz | Fix some comment typos |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Neal Norwitz | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Neal Norwitz | Fix a few more ref leaks. Backport candidate |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Neal Norwitz | Move registration of the codec search function to the... |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Neal Norwitz | move test into a unittest.TestCase, no functional changes |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Georg Brandl | bug #1281408: make Py_BuildValue work with unsigned... |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Kurt B. Kaiser | Fix main() call |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Brett Cannon | Prevent threading.Thread.join() from blocking when... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Kurt B. Kaiser | 1. Made advanced keybinding dialog functional. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Georg Brandl | Bug #1357604: os.makedirs handles UNC paths |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Georg Brandl | Added example for the ** operator in function calls |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Georg Brandl | Patch #1255218: libmultifile.tex: tell what a decoration is |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Georg Brandl | Bug #869197: setgroups rejects long integer argument |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Georg Brandl | Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Georg Brandl | Prefer GNOME browser over mozilla. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Georg Brandl | Add a note to os.chown that permission constants can... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew M. Kuchling | [Patch #1094164] replaceChild(x,x) ends up removing... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew M. Kuchling | [Patch #1350573] zlib.crc32 doesn't handle 0xffffffff... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew M. Kuchling | Add generator-expression nodes |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew M. Kuchling | Add comment about updating docs |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Andrew M. Kuchling | [Bug #449093] FloorDiv AST node type not listed |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Walter Dörwald | Use optparse instead of getopt for command line options. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Walter Dörwald | Avoid using str as a variable name. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Neal Norwitz | improve test coverage in Python/pystrtod.c and Python... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Kurt B. Kaiser | Fix typo and update comment obsoleted by 'syntax' patch |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Kurt B. Kaiser | Default two second delay on attribute pop-up, less... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Kurt B. Kaiser | Following 'syntax' patch, accelerator keys in menus... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Walter Dörwald | Use basestring instead of type.StringType for checking... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Walter Dörwald | Add a test for uu.encode() that passed filenames as |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Walter Dörwald | Add a rudimentary test for the platform module that... |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2005-11-21 |
Jack Jansen | Enable optional "const" argument to _New routines. |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Neal Norwitz | Fix a few more memory leaks |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Neal Norwitz | Remove import string and use string methods |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Neal Norwitz | Last batch of ref leaks in new AST code. |
commit | commitdiff | tree | snapshot |
2005-11-19 |
Andrew M. Kuchling | Fix up incomplete sentence |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Kurt B. Kaiser | Merge IDLE-syntax-branch r39668:41449 into trunk |
commit | commitdiff | tree | snapshot |
2005-11-18 |
Walter Dörwald | Increase code coverage in Python/structmember.c from... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Walter Dörwald | Add tests to increase code coverage in Python/codecs... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Skip Montanaro | don't get me started about distutils... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Skip Montanaro | note build workaround for Sol10/gcc 3.4 |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Walter Dörwald | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Walter Dörwald | Add tests for various error cases and for readbuffer_en... |
commit | commitdiff | tree | snapshot |
next |