| 2007-01-24 |
Walter Dörwald | Port test_popen.py to unittest. |
commit | commitdiff | tree | snapshot |
| 2007-01-23 |
Brett Cannon | Fix crasher for when an object's __del__ creates a... |
commit | commitdiff | tree | snapshot |
| 2007-01-23 |
Martin v. Löwis | Make PyTraceBack_Here use the current thread, not the |
commit | commitdiff | tree | snapshot |
| 2007-01-23 |
Thomas Wouters | Add news entry about last checkin (oops.) |
commit | commitdiff | tree | snapshot |
| 2007-01-23 |
Thomas Wouters | SF patch #1630975: Fix crash when replacing sys.stdout... |
commit | commitdiff | tree | snapshot |
| 2007-01-23 |
Lars Gustäbel | Patch #1507247: tarfile.py: use current umask for inter... |
commit | commitdiff | tree | snapshot |
| 2007-01-22 |
Georg Brandl | Bug #1627316: handle error in condition/ignore pdb... |
commit | commitdiff | tree | snapshot |
| 2007-01-22 |
Georg Brandl | Bug #1249573: fix rfc822.parsedate not accepting a... |
commit | commitdiff | tree | snapshot |
| 2007-01-22 |
Andrew M. Kuchling | Make comment match the code |
commit | commitdiff | tree | snapshot |
| 2007-01-22 |
Andrew M. Kuchling | Improve pattern used for mbox 'From' lines; add a simpl... |
commit | commitdiff | tree | snapshot |
| 2007-01-22 |
Georg Brandl | Use new email module names (#1637162, #1637159, #1637157). |
commit | commitdiff | tree | snapshot |
| 2007-01-21 |
Georg Brandl | Patch #1627441: close sockets properly in urllib2. |
commit | commitdiff | tree | snapshot |
| 2007-01-21 |
Georg Brandl | Bug #1486663: don't reject keyword arguments for subcla... |
commit | commitdiff | tree | snapshot |
| 2007-01-21 |
Martin v. Löwis | Patch #1610575: Add support for _Bool to struct. |
commit | commitdiff | tree | snapshot |
| 2007-01-20 |
Walter Dörwald | Port test_new.py to unittest. |
commit | commitdiff | tree | snapshot |
| 2007-01-20 |
Walter Dörwald | resource.RUSAGE_BOTH might not exist. |
commit | commitdiff | tree | snapshot |
| 2007-01-20 |
Walter Dörwald | Add argument tests an calls of resource.getrusage(). |
commit | commitdiff | tree | snapshot |
| 2007-01-20 |
Walter Dörwald | Port test_resource.py to unittest. |
commit | commitdiff | tree | snapshot |
| 2007-01-20 |
Martin v. Löwis | Merge 53501 and 53502 from 25 branch: |
commit | commitdiff | tree | snapshot |
| 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 | This test doesn't pass on Windows. The cause seems... |
commit | commitdiff | tree | snapshot |
| 2007-01-18 |
Fred Drake | add missing version entry |
commit | commitdiff | tree | snapshot |
| 2007-01-18 |
Neal Norwitz | Try reverting part of r53145 that seems to cause the... |
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 | Replace C++ comments with C comments. |
commit | commitdiff | tree | snapshot |
| 2007-01-17 |
Neal Norwitz | Remove Calvin since he only has access to the website... |
commit | commitdiff | tree | snapshot |
| 2007-01-17 |
Neal Norwitz | Give Calvin Spealman access for python-dev summaries. |
commit | commitdiff | tree | snapshot |
| 2007-01-16 |
Sjoerd Mullender | Fixed ntpath.expandvars to not replace references to... |
commit | commitdiff | tree | snapshot |
| 2007-01-16 |
Marc-André... | Add news items for the recent pybench and platform... |
commit | commitdiff | tree | snapshot |
| 2007-01-16 |
Vinay Sajip | Updated rotating file handlers to use _open(). |
commit | commitdiff | tree | snapshot |
| 2007-01-15 |
Brett Cannon | Add a note for strptime that just because strftime... |
commit | commitdiff | tree | snapshot |
| 2007-01-15 |
Guido van Rossum | Doc patch matching r53434 (htonl etc. now always take... |
commit | commitdiff | tree | snapshot |
| 2007-01-14 |
Vinay Sajip | Added documentation for WatchedFileHandler (based on... |
commit | commitdiff | tree | snapshot |
| 2007-01-14 |
Vinay Sajip | Added WatchedFileHandler (based on SF patch #1598415) |
commit | commitdiff | tree | snapshot |
| 2007-01-14 |
Guido van Rossum | Patch #1635058 by Mark Roberts: ensure that htonl and... |
commit | commitdiff | tree | snapshot |
| 2007-01-14 |
Ka-Ping Yee | Handle old-style instances more gracefully (display... |
commit | commitdiff | tree | snapshot |
| 2007-01-14 |
Guido van Rossum | Remove a dependency of this test on $COLUMNS. |
commit | commitdiff | tree | snapshot |
| 2007-01-14 |
Gerhard Häring | Merged changes from standalone version 2.3.3. This... |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Marc-André... | Jython doesn't have sys.setcheckinterval() - ignore... |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Marc-André... | Use defaults if sys.executable isn't set (e.g. on Jython). |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Marc-André... | Add Python implementation to the machine details. |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Peter Astrand | Fix for bug #1634343: allow specifying empty arguments... |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Marc-André... | Add parameter sys_version to _sys_version(). |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Neal Norwitz | Fix grammar in docstrings |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Marc-André... | Bump version number and change copyright year. |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
| 2007-01-13 |
Brett Cannon | Deprecate the sets module. |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
Thomas Heller | patch #1610795: BSD version of ctypes.util.find_library... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
Thomas Heller | patch #1610795: BSD version of ctypes.util.find_library... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
Thomas Heller | Avoid warnings in the test suite because ctypes.wintype... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
Anthony Baxter | add parsetok.h as a dependency - previously, changing... |
commit | commitdiff | tree | snapshot |
| 2007-01-12 |
Brett Cannon | Fix error where the end of a funcdesc environment was... |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Thomas Heller | Correct the comments: the code is right. |
commit | commitdiff | tree | snapshot |
| 2007-01-11 |
Thomas Heller | Fixes for 64-bit Windows: In ctypes.wintypes, correct... |
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 |
Guido van Rossum | Fix the signature of log_error(). (A subclass that... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Thomas Heller | Must change the version number in the _ctypes extension... |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Thomas Heller | Change the ctypes version number to "1.1.0". |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Gustavo Niemeyer | Minor change in int() docstring for proper spacing. |
commit | commitdiff | tree | snapshot |
| 2007-01-10 |
Gustavo Niemeyer | Mention in the int() docstring that a base zero has... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Thomas Heller | Verify the sizes of the basic ctypes data types against... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Vinay Sajip | Added a docstring |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Vinay Sajip | Added entry about addition of _open() method to logging... |
commit | commitdiff | tree | snapshot |
| 2007-01-09 |
Vinay Sajip | Bug #1627575: Added _open() method to FileHandler which... |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
Vinay Sajip | Added entries about removal of some bare except clauses... |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
Vinay Sajip | Bare except clause removed from LogRecord.__init__... |
commit | commitdiff | tree | snapshot |
| 2007-01-08 |
Vinay Sajip | Bare except clause removed from SMTPHandler.emit()... |
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-07 |
Peter Astrand | Avoid O(N**2) bottleneck in _communicate_(). Fixes... |
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 |
Neal Norwitz | Add Josiah to SF for maintaining asyncore/asynchat |
commit | commitdiff | tree | snapshot |
| 2007-01-06 |
Anthony Baxter | update to (c) years to include 2007 |
commit | commitdiff | tree | snapshot |
| 2007-01-06 |
Raymond Hettinger | SF# 1409443: Expand comment to cover the interaction... |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Brett Cannon | Silence a warning from gcc 4.0.1 by specifying a functi... |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Andrew M. Kuchling | [Patch #1520904] Fix bsddb tests to write to the temp... |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Andrew M. Kuchling | [Bug #1622533] Make docstrings raw strings because... |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Neal Norwitz | Add Collin Winter for access to update PEP 3107 |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Gregory P.... | typo fix |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Neal Norwitz | Prevent crash on shutdown which can occur if we are... |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Gregory P.... | bump module version to match supported berkeleydb version |
commit | commitdiff | tree | snapshot |
| 2007-01-05 |
Gregory P.... | Support linking of the bsddb module against BerkeleyDB... |
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 |
| 2007-01-04 |
Brett Cannon | Add EnvironmentVarGuard to test.test_support. Provides... |
commit | commitdiff | tree | snapshot |
| 2006-12-30 |
Raymond Hettinger | For sets with cyclical reprs, emit an ellipsis instead... |
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-27 |
Andrew M. Kuchling | [Rest of patch #1182394] Add ._current() method so... |
commit | commitdiff | tree | snapshot |
| 2006-12-27 |
Andrew M. Kuchling | [Part of patch #1182394] Move the HMAC blocksize to... |
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 |
| next |