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 |
2005-11-16 |
Nick Coghlan | Correctly handle identifiers for anonymous scopes and... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Nick Coghlan | Bring handling of genexpr in line with other anonymous... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Neal Norwitz | add more doc |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Neal Norwitz | Fix some more memory leaks. |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Neal Norwitz | version was not initialized properly |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Kurt B. Kaiser | Better indentation after first line of string continuation. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Fix another memory leak or two (one real, one potential) |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Add a note about how to do the memory deallocation... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Fix a whole bunch of potential memory leaks (and some... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Prevent unlikely memory leak, tok should always be... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Neal Norwitz | Thou shalt not lie, there are really 5 types now |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Neal Norwitz | Convert all internal errors from Exception to SystemError |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Neal Norwitz | Use convenience function |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Neal Norwitz | Fix memory leak with bad generator expression |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | remove useless debug print helper. fix a couple of... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Whoops, checkin consistent versions of *all* files... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Updated gentoo to 2005.0 |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Do a better job of not inlining Py_ADDRESS_IN_RANGE... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Fix a lot of memory and ref leaks in error paths. |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | Prevent name pollution by making lots of internal funct... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Skip Montanaro | delete Python-ast.[ch] in distclean |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Neal Norwitz | make internal method static |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | SF#1343671. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100 |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100 |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Fredrik Lundh | r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100 |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Fred Drake | update busted comment |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Walter Dörwald | Change PrettyPrinter.pprint(), so that output is writte... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Georg Brandl | Bug #1338995: fix problem with new webbrowser.py. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Walter Dörwald | Fix typos. |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Vinay Sajip | Fixed indentation bug in _connect_unixsocket (thanks... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Neal Norwitz | SF Bug #1348477, regextest can't be pydoc'ed. Will... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
Neal Norwitz | - SF Bug #1350188, "setdlopenflags" leads to crash... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Brett Cannon | Fix typo in envvar name. |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Marc-André... | Patch by pythonic <pythonic@gmail.com> to support Fedora |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Armin Rigo | Added proper reflection on instances of <type 'method... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Armin Rigo | svn:ignoring all .pyc and .pyo files in all subdirector... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Armin Rigo | similar to SF bug 847019: a quick check in the time... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Ka-Ping Yee | Fix SF bug #417833 (pydoc HTTP reload failure) by remov... |
commit | commitdiff | tree | snapshot |
2005-11-05 |
Ka-Ping Yee | Accept patch to resolve SF bug #651124. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Neal Norwitz | Oops, forgot to add the output file to 41388. |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Neal Norwitz | Bug #1346533, select.poll() doesn't raise an error... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Neal Norwitz | Make consistent with 2.4 |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Brett Cannon | Change time.strptime() to raise ValueError whenever... |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Brett Cannon | Add an import line to a code fragment. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Andrew M. Kuchling | Another comment typo fix |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Walter Dörwald | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Walter Dörwald | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Neal Norwitz | Fix SF #1345263, colorsys tests, bug in frange |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Neal Norwitz | Cleanup the previous checkin. |
commit | commitdiff | tree | snapshot |
2005-11-02 |
Neal Norwitz | Bug #1344508, Fix UNIX mmap leaking file descriptors... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Vinay Sajip | Exception handling now raises KeyboardInterrupt and... |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Vinay Sajip | Exception handling now raises KeyboardInterrupt and... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Martin v. Löwis | Remove .cvsignore files, as they live in svn:ignore |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Fred Drake | add missing "and" |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Hye-Shik Chang | SF Bug #1341934: Fix a representation of "\n" to use... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Tim Peters | test_directories(): This test had no chance of passing on |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Martin v. Löwis | Add *.pyc to svn:ignore. |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Tim Peters | _PyUnicode_IsWhitespace(), |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Vinay Sajip | Minor update to HTTPHandler documentation to indicate... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Fred Drake | fix typos, mostly in comments |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Neal Norwitz | Patch #1338314, Bug #1336623: fix tarfile so it can... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Martin v. Löwis | Update instructions according to Dave Abrahams |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Add Makefile which allows easily rebuilding the charmap... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Add custom mapping files used for generating some of... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Marc-André... | Apply some cosmetic fixes to the output of the script. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Refactor code for translating "power" nodes. |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Write a separate ast_for_testlist_gexp() function inste... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Neil Schemenauer | Ensure that compiler_exit_scope() is called as necessar... |
commit | commitdiff | tree | snapshot |
2005-10-24 |
Marc-André... | Cosmetic change: make all hex literals use upper case... |
commit | commitdiff | tree | snapshot |
next |