summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Updated rotating file handlers to use _open().Vinay Sajip2007-01-161-10/+6
* Add a note for strptime that just because strftime supports some extraBrett Cannon2007-01-151-0/+6
* Doc patch matching r53434 (htonl etc. now always take/return positive ints).Guido van Rossum2007-01-151-4/+4
* Added documentation for WatchedFileHandler (based on SF patch #1598415)Vinay Sajip2007-01-141-2/+38
* Added WatchedFileHandler (based on SF patch #1598415)Vinay Sajip2007-01-141-0/+49
* Patch #1635058 by Mark Roberts: ensure that htonl and friends never accept orGuido van Rossum2007-01-144-4/+42
* Handle old-style instances more gracefully (display documentation onKa-Ping Yee2007-01-141-6/+13
* Remove a dependency of this test on $COLUMNS.Guido van Rossum2007-01-141-2/+10
* Merged changes from standalone version 2.3.3. This should probably all beGerhard Häring2007-01-1422-490/+574
* Jython doesn't have sys.setcheckinterval() - ignore it in that case.Marc-André Lemburg2007-01-131-1/+1
* Use defaults if sys.executable isn't set (e.g. on Jython).Marc-André Lemburg2007-01-131-1/+4
* Add Python implementation to the machine details.Marc-André Lemburg2007-01-131-27/+43
* Fix for bug #1634343: allow specifying empty arguments on WindowsPeter Astrand2007-01-132-1/+3
* Add parameter sys_version to _sys_version().Marc-André Lemburg2007-01-131-16/+47
* Fix grammar in docstringsNeal Norwitz2007-01-131-2/+2
* Bump version number and change copyright year.Marc-André Lemburg2007-01-131-63/+259
* Fix typo.Georg Brandl2007-01-131-1/+1
* Deprecate the sets module.Brett Cannon2007-01-135-0/+15
* patch #1610795: BSD version of ctypes.util.find_library, by MartinThomas Heller2007-01-121-0/+2
* patch #1610795: BSD version of ctypes.util.find_library, by MartinThomas Heller2007-01-121-28/+50
* Avoid warnings in the test suite because ctypes.wintypes cannot beThomas Heller2007-01-121-1/+2
* add parsetok.h as a dependency - previously, changing this file doesn'tAnthony Baxter2007-01-121-0/+3
* Fix error where the end of a funcdesc environment was accidentally moved tooBrett Cannon2007-01-121-1/+1
* Correct the comments: the code is right.Thomas Heller2007-01-111-2/+2
* Fixes for 64-bit Windows: In ctypes.wintypes, correct the definitionsThomas Heller2007-01-114-6/+36
* SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().Raymond Hettinger2007-01-112-2/+13
* - idle: Honor the "Cancel" action in the save dialog (Debian bug #299092).Matthias Klose2007-01-112-1/+3
* - Make the documentation match the code and the docstringMatthias Klose2007-01-111-1/+1
* Fix the signature of log_error(). (A subclass that did the right thingGuido van Rossum2007-01-101-2/+2
* Must change the version number in the _ctypes extension as well.Thomas Heller2007-01-101-1/+1
* Change the ctypes version number to "1.1.0".Thomas Heller2007-01-102-1/+3
* Minor change in int() docstring for proper spacing.Gustavo Niemeyer2007-01-101-1/+1
* Mention in the int() docstring that a base zero has meaning, asGustavo Niemeyer2007-01-101-2/+3
* Verify the sizes of the basic ctypes data types against the structThomas Heller2007-01-091-0/+28
* Added a docstringVinay Sajip2007-01-091-0/+4
* Added entry about addition of _open() method to logging.FileHandler.Vinay Sajip2007-01-091-0/+4
* Bug #1627575: Added _open() method to FileHandler which can be used to reopen...Vinay Sajip2007-01-091-9/+14
* Added entries about removal of some bare except clauses from logging.Vinay Sajip2007-01-081-0/+9
* Bare except clause removed from LogRecord.__init__. Now, only ValueError, Typ...Vinay Sajip2007-01-081-3/+3
* Bare except clause removed from SMTPHandler.emit(). Now, only ImportError is ...Vinay Sajip2007-01-081-2/+2
* Fix zero-length corner case for iterating over a mutating deque.Raymond Hettinger2007-01-082-3/+8
* Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181.Peter Astrand2007-01-071-3/+4
* Re-implemented fix for #1531862 once again, in a way that works with Python 2...Peter Astrand2007-01-071-2/+6
* Add Josiah to SF for maintaining asyncore/asynchatNeal Norwitz2007-01-061-0/+3
* update to (c) years to include 2007Anthony Baxter2007-01-067-11/+12
* SF# 1409443: Expand comment to cover the interaction between f->f_lasti and ...Raymond Hettinger2007-01-061-1/+10
* Silence a warning from gcc 4.0.1 by specifying a function's parameter list isBrett Cannon2007-01-051-1/+1
* [Patch #1520904] Fix bsddb tests to write to the temp directory instead of th...Andrew M. Kuchling2007-01-0511-14/+17
* [Bug #1622533] Make docstrings raw strings because they contain control chara...Andrew M. Kuchling2007-01-052-2/+2
* Add Collin Winter for access to update PEP 3107Neal Norwitz2007-01-051-0/+3