summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prefix AST symbols with _Py_. Fixes #1637022.Martin v. Löwis2007-01-193-88/+153
* SF #1635217, Fix unbalanced parenNeal Norwitz2007-01-191-1/+1
* This test doesn't pass on Windows. The cause seems to be that chmodNeal Norwitz2007-01-181-2/+8
* add missing version entryFred Drake2007-01-181-0/+1
* Try reverting part of r53145 that seems to cause the Windows buildbots to fai...Neal Norwitz2007-01-181-2/+2
* Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.Georg Brandl2007-01-172-2/+5
* Bug #1637967: missing //= operator in list.Georg Brandl2007-01-171-2/+2
* [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and war...Andrew M. Kuchling2007-01-171-25/+57
* Replace C++ comments with C comments.Thomas Heller2007-01-171-8/+12
* Remove Calvin since he only has access to the website currently.Neal Norwitz2007-01-171-3/+0
* Give Calvin Spealman access for python-dev summaries.Neal Norwitz2007-01-171-0/+3
* Fixed ntpath.expandvars to not replace references to non-existingSjoerd Mullender2007-01-164-2/+32
* Add news items for the recent pybench and platform changes.Marc-André Lemburg2007-01-161-0/+22
* 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