2006-02-16 |
Martin v. Löwis | Use Py_ssize_t to count the length. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Use Py_ssize_t for counts and sizes. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Use Py_ssize_t for counts and sizes. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Use Py_ssize_t for field sizes and offsets. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Allow for ssize_t field offsets. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Neal Norwitz | Update comment and make accurate. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Neal Norwitz | Oops, this is supposed to be disabled by default. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Use PyString_FromFormat for formatting error messages. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Revert 42400. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Support %zd in PyErr_Format and PyString_FromFormat. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Neal Norwitz | Get rid of compiler warnings (gcc 3.3.4 on x86) |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Tim Peters | doubletounicode(), longtounicode(): |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Tim Peters | getpythonregpath(): Squash compiler warning about |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Thomas Wouters | Remove two unused Py_ssize_t variables (merge glitches... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Thomas Wouters | Avoid unused variables when SIZEOF_SIZE_T == SIZEOF_LON... |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Vinay Sajip | Added some more versionchanged markup. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Martin v. Löwis | Remove C99ism. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Martin v. Löwis | Drop py:lastmerged. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Martin v. Löwis | Merge ssize_t branch. |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Fred Drake | use correct function in example |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Neal Norwitz | Find test failures consistently |
commit | commitdiff | tree | snapshot |
2006-02-15 |
Tim Peters | randombits(): Stop compiler warning about mixing |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Martin v. Löwis | Add _lsprof. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Martin v. Löwis | Add build support for AMD64. |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Tim Peters | New test code failed to close the file. This caused |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Armin Rigo | * Refcount leak. It was just a reference to Py_None... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Neal Norwitz | Support 2.4 (released versions) better. (rsync was... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Neal Norwitz | Doc some user visible changes |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Neal Norwitz | Try to improve name based on discussion on python-check... |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Thomas Wouters | SF patch #1397960: When mixing file-iteration and |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Armin Rigo | Renamed _length_cue() to __length_hint__(). See: |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Georg Brandl | Even more copyright year locations! |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Martin v. Löwis | Patch #428494: Prefer linking against ncursesw over... |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Georg Brandl | Update general copyright years to 2006. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Martin v. Löwis | Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Thomas Wouters | Explain the clearing of the stack in a comment in Pytho... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Jack Jansen | One more mod for support of C++ classes. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Martin v. Löwis | Avoid linking python with readline. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Jack Jansen | For overriding C++ methods we also need to know whether... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Armin Rigo | The default timer unit was incorrectly measured in... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vinay Sajip | Added information on function name added to LogRecord... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vinay Sajip | Added function name to LogRecord. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vinay Sajip | Propagate exceptions from shutdown() if raiseExceptions... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vinay Sajip | Added lock acquisition/release around shared data struc... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Neal Norwitz | Be a little less sensitive to failures. Only check... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Brett Cannon | Add doc discussing how AST compiler is structured and... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Barry Warsaw | Port relevant patches for SF 1409455 to the trunk for... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Armin Rigo | Added the cProfile module. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Andrew M. Kuchling | Update projected release date |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Jack Jansen | Fixed an oversight and a misunderstanding of PEP253: |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Vinay Sajip | Removed defensive test in Handler.close |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Vinay Sajip | Saved and restored logging._handlerList at the same... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Neal Norwitz | Add versionadded note for new methods |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Neal Norwitz | Bug #876637, prevent stack corruption when socket descr... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Neal Norwitz | Fix indentation (whitespace only). |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Neal Norwitz | Check return results for errors |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Martin v. Löwis | Patch #1412872: zipfile: use correct system type on... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Neal Norwitz | Get test_logging to not hang when running under regrtes... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Neal Norwitz | Patch #1407135, bug #1424041, make mmap.mmap(-1, length... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Neal Norwitz | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Neal Norwitz | Use C-style comment |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Barry Warsaw | Resolves SF bug #1423972. |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Neal Norwitz | SF bug 1415455, fix typo in module name |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Martin v. Löwis | Patch #1422385: Changes to nis module to support multip... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Martin v. Löwis | Drop C library for stat/fstat on Windows. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Barry Warsaw | parsedate_tz(): Minor cleanup. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Fredrik Lundh | SF patch #1421726 |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Thomas Wouters | As discussed on python-dev, silence three gcc-4.0.x... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Gustavo Niemeyer | Patch #1413711: Certain patterns of differences were... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Gregory P.... | maintain support for older python versions in this... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Gregory P.... | fix test import for use in standalone pybsddb project... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin v. Löwis | Try a number of ports, in case 9020 is already in use. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin v. Löwis | Explicitly close the server socket. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Gregory P.... | add bsddb.db.DBEnv.set_tx_timestamp mention |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin v. Löwis | Delete aclocal.m4, and require autoconf 2.59, fixing |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Thomas Wouters | Work around a Solaris peculiarity that caused test_pty... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jeremy Hylton | Improved handling of syntax errors. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Gregory P.... | Add wrapper for DBEnv.set_tx_timeout method to allow... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Gregory P.... | Add wrapper for DBEnv.set_tx_timeout method to allow... |
commit | commitdiff | tree | snapshot |
2006-01-26 |
Barry Warsaw | Fix PyGC_Collect() to be exported from the built DLL... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Neal Norwitz | There was a race condition where the connector would... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Neal Norwitz | Remove generated test db files |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Neal Norwitz | mwh pointed out _Filemodule.c is generated. So to fix... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Neal Norwitz | Fix bug #1413192, fix seg fault in bsddb if a txn was... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Tim Peters | test_rude_shutdown(): Rewrote to use proper thread |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Gregory P.... | note the bsddb extension module changes. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Gregory P.... | commits sourceforge patch #1407992 by neil.norwitz. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Fredrik Lundh | module list utility |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Martin v. Löwis | Patch #1349118: urllib2 now supports user:pass@ style... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Gregory P.... | Support for BerkeleyDB 4.4 (tested against 4.4.20 as... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Neal Norwitz | Fix SF #1412837, compile failed with Watcom compiler |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Tim Peters | Repaired new test failures on Windows: |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Correct misspellings. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Add markup to new section in codecs docs |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Correct typos and markup errors (Raymond, thanks for... |
commit | commitdiff | tree | snapshot |
next |