2006-02-17 |
Georg Brandl | Bug #1430298: It is now possible to send a mail with... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Georg Brandl | Add bug number to NEWS entry. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Georg Brandl | The names of lambda functions are now properly displaye... |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Georg Brandl | Bug #1432350: arrayobject should use PyObject_VAR_HEAD |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Martin v. Löwis | Patch #1432345: Make python compile on DragonFly. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Martin v. Löwis | Remove size restrictions. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Tim Peters | mmap_flush_method(): Squash compiler warning about |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Tim Peters | Remove space between function name and left paren |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Tim Peters | Removed pointless parens around `return` expressions; |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Tim Peters | new_mmap_object(), Windows flavor. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | More Py_ssize_t format characters. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Tim Peters | struct_pack(): Repair new assert-fail crash in |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | Use proper PyArg_Parse format char for Py_ssize_t,... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | Use correct PyArg_Parse format char for Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | Also make _heapq.nlargest() use Py_ssize_t instead... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | Use 'n' format for Py_ssize_t variables to PyArg_ParseT... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | Use correct format specifier for Py_ssize_t variable... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | Use Py_ssize_t in helper function between Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | Add encoding-test datafiles to svn:ignore: |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Drop vsextcomp_verbose |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Thomas Wouters | Fix broken example of csv.reader use (it returns an... |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Change _PyObject_GC_Resize to expect Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Fix typo |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Move cast to suppress warning. |
commit | commitdiff | tree | snapshot |
2006-02-16 |
Martin v. Löwis | Use Py_ssize_t to count the |
commit | commitdiff | tree | snapshot |
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 |
next |