2007-01-19 |
Raymond Hettinger | SF# 1635892: Fix docs for betavariate's input parameters . |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Martin v. Löwis | Add UUIDs for 2.5.1 and 2.5.2 |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Martin v. Löwis | Prefix AST symbols with _Py_. Fixes #1637022. |
commit | commitdiff | tree | snapshot |
2007-01-19 |
Neal Norwitz | SF #1635217, Fix unbalanced paren |
commit | commitdiff | tree | snapshot |
2007-01-18 |
Neal Norwitz | Add a comment for some code I don't understand. Why... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Georg Brandl | Bug #1629125: fix wrong data type (int -> Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Georg Brandl | Bug #1637967: missing //= operator in list. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Andrew M. Kuchling | [Part of bug #1599254] Add suggestion to Mailbox docs... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Thomas Heller | Bug #1610795: ctypes.util.find_library works now on... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Thomas Heller | Merged revisions 53402 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-17 |
Thomas Heller | Merged revisions 53466 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Peter Astrand | Fix for bug #1634343: allow specifying empty arguments... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Thomas Heller | Blocked revisions 53361 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Thomas Heller | Blocked revisions 52388 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Thomas Heller | Blocked revisions 52945,53358 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Raymond Hettinger | SF #1486663 -- Allow keyword args in subclasses of... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Matthias Klose | - idle: Honor the "Cancel" action in the save dialog... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Matthias Klose | - Make the documentation match the code and the docstring |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Thomas Heller | Must update the version number on the extension module... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Thomas Heller | Change the ctypes version number to "1.0.2". |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Thomas Heller | Merged revisions 53316 via svnmerge from |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Raymond Hettinger | Fix zero-length corner case for iterating over a mutati... |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Vinay Sajip | Backported changes from trunk: |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Vinay Sajip | Backported change from trunk: |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Vinay Sajip | Added relativeCreated to Formatter doc (has been in... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Peter Astrand | Re-implemented fix for #1531862 once again, in a way... |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Anthony Baxter | update to (c) years to include 2007 |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Thomas Heller | Revisions 52418,52841,52855 have already been merged. |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Thomas Heller | Blocked revisions 52945 via svnmerge |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Thomas Heller | Mark changes already backported as merged, so "svnmerge... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Thomas Heller | Initialized merge tracking via "svnmerge" with revision... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Andrew M. Kuchling | [Bug #1622533] Make docstrings raw strings because... |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Gregory P.... | typo fix |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
2007-01-05 |
Gregory P.... | support linking the _bsddb extension module against... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Martin v. Löwis | Bug #1566280: Explicitly invoke threading._shutdown... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Raymond Hettinger | Fix stability of heapq's nlargest() and nsmallest(). |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Neal Norwitz | SF #1627373, fix typo in CarbonEvt. |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Raymond Hettinger | For sets with cyclical reprs, emit '...' instead of... |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Thomas Wouters | Backport trunk checkin r51565: |
commit | commitdiff | tree | snapshot |
2006-12-29 |
Neal Norwitz | SF bug #1623890, fix argument name in docstring |
commit | commitdiff | tree | snapshot |
2006-12-28 |
Neal Norwitz | Remove a stray (old) macro name left around (I guess) |
commit | commitdiff | tree | snapshot |
2006-12-27 |
Lars Gustäbel | Patch #1504073: Fix tarfile.open() for mode "r" with... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Lars Gustäbel | Patch #1262036: Prevent TarFiles from being added to... |
commit | commitdiff | tree | snapshot |
2006-12-23 |
Lars Gustäbel | Patch #1230446: tarfile.py: fix ExFileObject so that... |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Andrew M. Kuchling | [Patch #827559 from Chris Gonnerman] Make SimpleHTTPSer... |
commit | commitdiff | tree | snapshot |
2006-12-22 |
Andrew M. Kuchling | [Bug #737202; fix from Titus Brown] Make CGIHTTPServer... |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Thomas Heller | Fix wrong markup of an argument in a method signature. |
commit | commitdiff | tree | snapshot |
2006-12-21 |
Andrew M. Kuchling | Mention the os.SEEK_* constants |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Andrew M. Kuchling | [Bug #1619680] in_dll() arguments are documented in... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Andrew M. Kuchling | Backport doc changes from rev. 53112, 53115: use 'itera... |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Andrew M. Kuchling | Two grammar fixes |
commit | commitdiff | tree | snapshot |
2006-12-20 |
Raymond Hettinger | Bug #1590891: random.randrange don't return correct... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Vinay Sajip | Updated documentation for findCaller() to indicate... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Andrew M. Kuchling | [Patch #1600491 from Jim Jewett] Describe how to build... |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Andrew M. Kuchling | Add NEWS item |
commit | commitdiff | tree | snapshot |
2006-12-19 |
Andrew M. Kuchling | [Patch #1617413 from Dug Song] Fix HTTP Basic authentic... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Andrew M. Kuchling | Add forgotten NEWS item for previous commit |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Andrew M. Kuchling | [Patch #1615868 by Lars Gustaebel] Use Py_off_t to... |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Andrew M. Kuchling | [Bug #1618083] Add missing word; make a few grammar... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Andrew M. Kuchling | [Patch #1599256 from David Watson] check that os.fsync... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Vinay Sajip | Stripped whitespace from comma-separated values read... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Georg Brandl | Move errno imports back to individual functions. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Matthias Klose | - Fix the build of the library reference in info format. |
commit | commitdiff | tree | snapshot |
2006-12-09 |
Georg Brandl | Patch #1608267: fix a race condition in os.makedirs... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Georg Brandl | #1577756: svnversion doesn't react to LANG=C, use LC_AL... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Thomas Heller | Print the results of ctypes.util.find_library("c") and |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Raymond Hettinger | Backport fixes to set objects: |
commit | commitdiff | tree | snapshot |
2006-12-07 |
Georg Brandl | RFE #1592899: mention string.maketrans() in docs for... |
commit | commitdiff | tree | snapshot |
2006-12-06 |
Georg Brandl | Patch #1610437: fix a tarfile bug with long filename... |
commit | commitdiff | tree | snapshot |
2006-12-05 |
George Yoshida | Fix pickle doc typo |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Matthias Klose | - Fix build failure on kfreebsd and on the hurd. |
commit | commitdiff | tree | snapshot |
2006-12-03 |
Martin v. Löwis | Patch #1544279: Improve thread-safety of the socket... |
commit | commitdiff | tree | snapshot |
2006-12-02 |
Raymond Hettinger | Fix nit in comment. |
commit | commitdiff | tree | snapshot |
2006-11-29 |
Armin Rigo | Backport of r52862. |
commit | commitdiff | tree | snapshot |
2006-11-28 |
Thomas Heller | Fix #1563807: _ctypes built on AIX fails with ld ffi... |
commit | commitdiff | tree | snapshot |
2006-11-27 |
Georg Brandl | Bug #1603789: grammatical error in Tkinter docs. |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Georg Brandl | Bug #1603321: make pstats.Stats accept Unicode file... |
commit | commitdiff | tree | snapshot |
2006-11-25 |
Martin v. Löwis | Disable _XOPEN_SOURCE on NetBSD 1.x. |
commit | commitdiff | tree | snapshot |
2006-11-24 |
Thomas Heller | Fix bug #1598620: A ctypes structure cannot contain... |
commit | commitdiff | tree | snapshot |
2006-11-23 |
Georg Brandl | Bug #1601630: little improvement to getopt docs |
commit | commitdiff | tree | snapshot |
2006-11-23 |
Walter Dörwald | Backport checkin: |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Martin v. Löwis | Conditionalize definition of _CRT_SECURE_NO_DEPRECATE |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Neal Norwitz | Fix SF #1599879, socket.gethostname should ref getfqdn... |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Neal Norwitz | Oops, convert tabs to spaces |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Neal Norwitz | Backport of 52811: |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Andrew M. Kuchling | Jython compatibility fix: if uu.decode() opened its... |
commit | commitdiff | tree | snapshot |
2006-11-20 |
Andrew M. Kuchling | Add extra SHA tests |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Martin v. Löwis | Patch #1472877: Fix Tix subwidget name resolution. |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Martin v. Löwis | Patch #1594554: Always close a tkSimpleDialog on ok... |
commit | commitdiff | tree | snapshot |
2006-11-18 |
Martin v. Löwis | Patch #1538878: Don't make tkSimpleDialog dialogs trans... |
commit | commitdiff | tree | snapshot |
2006-11-17 |
Andrew M. Kuchling | Remove locking of individual message files in MH.pack(). |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Georg Brandl | Bug #1588217: don't parse "= " as a soft line break... |
commit | commitdiff | tree | snapshot |
2006-11-16 |
Georg Brandl | Bug #1597576: mention that the new base64 api has been... |
commit | commitdiff | tree | snapshot |
2006-11-15 |
Georg Brandl | Bug #1594809: add a note to README regarding PYTHONPATH... |
commit | commitdiff | tree | snapshot |
2006-11-12 |
Martin v. Löwis | Patch #1360200: Use unmangled_version RPM spec field... |
commit | commitdiff | tree | snapshot |
2006-11-12 |
Martin v. Löwis | Patch #1359217: Ignore 2xx response before 150 response. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Georg Brandl | Bug #1594758: wording improvement for dict.update(... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Georg Brandl | Bug #1594742: wrong word in stringobject doc. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Phillip J. Eby | Fix SF#1566719: not creating site-packages (or other... |
commit | commitdiff | tree | snapshot |
next |