2006-11-04 |
Neal Norwitz | Bug #1588287: fix invalid assertion for `1,2` in debug... |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Martin v. Löwis | - Patch #1060577: Extract list of RPM files from spec... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Thomas Heller | Fix a code example by adding a missing import. |
commit | commitdiff | tree | snapshot |
2006-11-02 |
Thomas Heller | Replace the XXX marker in the 'Arrays and pointers... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Vinay Sajip | Added relativeCreated to Formatter doc (has been in... |
commit | commitdiff | tree | snapshot |
2006-10-31 |
Vinay Sajip | Change to improve speed of _fixupChildren |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Neal Norwitz | I'm assuming this is correct, it fixes the tests so... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Neal Norwitz | Fix refleak |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Walter Dörwald | Add tests for incremental codecs with an errors |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Walter Dörwald | Add tests for basic argument errors. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Move the check for openpty to the beginning. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Remove leftover test output file. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Convert test_openpty to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Convert test_MimeWriter to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Completely convert test_httplib to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Convert test_cgi to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Convert test_cookie to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Convert test_types to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Convert test_nis to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Convert test_poll to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Convert test_mmap to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Bug #1576657: when setting a KeyError for a tuple key... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Neal Norwitz | Update comments, remove commented out code. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Bug #1586773: extend hashlib docstring. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Bug #1586613: fix zlib and bz2 codecs' incremental... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Fix the new EncodedFile test to work with big endian... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Test assert if __debug__ is true. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Patch #1583880: fix tarfile's problems with long names... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Bug #1357915: allow all sequence types for shell argume... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Remove trailing comma. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Bug #1586448: the compiler module now emits the same... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Clean up a leftover from old listcomp generation code. |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Georg Brandl | Fix codecs.EncodedFile which did not use file_encoding... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Neal Norwitz | From SF 1557890, fix problem of using wrong type in... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Neal Norwitz | Fix test_modulefinder so it doesn't fail when run after... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Neal Norwitz | Don't inline Py_ADDRESS_IN_RANGE with gcc 4+ either. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Neal Norwitz | Prevent crash if alloc of garbage fails. Found by... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Neal Norwitz | Fix bug #1565514, SystemError not raised on too many... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Neal Norwitz | Fix crash in test on HP-UX. Apparently, it's not possi... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Neal Norwitz | Fix warnings with HP's C compiler. It doesn't recogniz... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Neal Norwitz | Add some asserts. In sysmodule, I think these were... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Georg Brandl | make test_grammar pass with python -O |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Georg Brandl | Fix nth() itertool recipe. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Georg Brandl | Convert test_opcodes to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Georg Brandl | Convert test_math to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Georg Brandl | Update outstanding bugs test file. |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Georg Brandl | Convert test_global, test_scope and test_grammar to... |
commit | commitdiff | tree | snapshot |
2006-10-28 |
Walter Dörwald | Port test_bufio to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Georg Brandl | Patch #1552024: add decorator support to unparse.py... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Thomas Heller | Modulefinder now handles absolute and relative imports... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Thomas Heller | WindowsError.str should display the windows error code, |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | [Patch #1503717] Tiny patch from Chris AtLee to stop... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | Check db_setup_debug for a few print statements; change... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | [Patch #1574068 by Scott Dial] urllib and urllib2 were... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | Clarify docstring |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | [Bug #1575506] The _singlefileMailbox class was using... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | [Bug #1576241] Let functools.wraps work with built... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | Point users to the subprocess module in the docs for... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | [Bug #1542016] Report PCALL_POP value. This makes... |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | [Bug #1562583] Mention the set_reuse_addr() method |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | [Bug #1583946] Reword description of server and issuer |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | [Bug #1585690] Note that line_num was added in Python 2.5 |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | Some wording changes and markup fixes |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Andrew M. Kuchling | Set svn:keywords property |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Martin v. Löwis | Patch #1567274: Support SMTP over TLS. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Martin v. Löwis | Get DBL_MAX from float.h not values.h. Will backport. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Martin v. Löwis | Check for values.h. Will backport. |
commit | commitdiff | tree | snapshot |
2006-10-27 |
Martin v. Löwis | Patch #1549049: Rewrite type conversion in structmember. |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
2006-10-26 |
Andrew M. Kuchling | [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in... |
commit | commitdiff | tree | snapshot |
2006-10-24 |
Georg Brandl | Patch [ 1583506 ] tarfile.py: 100-char filenames are... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Martin v. Löwis | Remove passwd.adjunct.byname from list of maps |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Martin v. Löwis | - Patch #1560695: Add .note.GNU-stack to ctypes' sysv... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Martin v. Löwis | Patch #1580872: Remove duplicate declaration of PyCalla... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Ronald Oussoren | Patch #1580674: with this patch os.readlink uses the... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
Walter Dörwald | Port test___future__ to unittest. |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Andrew M. Kuchling | [Bug #1576348] Fix typo in example |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Martin v. Löwis | Restore CFLAGS after checking for __attribute__ |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Martin v. Löwis | Fix various minor errors in passing arguments to |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Martin v. Löwis | Add check for the PyArg_ParseTuple format, and declare |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Tim Peters | Add missing svn:eol-style to text files. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-10-18 |
Tim Peters | newIobject(): repaired incorrect cast to quiet MSVC... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Thomas Heller | ctypes callback functions only support 'fundamental... |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Martin v. Löwis | Forward-port r52358: |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Martin v. Löwis | Remove obsolete file. Will backport. |
commit | commitdiff | tree | snapshot |
2006-10-17 |
Martin v. Löwis | Patch #1457736: Update VC6 to use current PCbuild settings. |
commit | commitdiff | tree | snapshot |
2006-10-16 |
Brett Cannon | Fix turtle so that you can launch the demo2 function... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Mention the bdist_msi module. Will backport to 2.5. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Remove binary property, set eol-style to CRLF instead. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Drop binary property on dsp files, set eol-style |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Set the eol-style for project files to "CRLF". |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Round to int, because some systems support sub-second... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Bug #1567666: Emulate GetFileAttributesExA for Win95. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Loosen the test for equal time stamps. |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Patch #1577551: Add ctypes and ET build support for... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Patch #1576166: Support os.utime for directories on... |
commit | commitdiff | tree | snapshot |
2006-10-15 |
Martin v. Löwis | Patch #1576954: Update VC6 build directory; remove... |
commit | commitdiff | tree | snapshot |
next |