summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Port test_popen.py to unittest.Walter Dörwald2007-01-242-25/+29
* Fix crasher for when an object's __del__ creates a new weakref to itself.Brett Cannon2007-01-235-1/+34
* Make PyTraceBack_Here use the current thread, not theMartin v. Löwis2007-01-232-1/+4
* Add news entry about last checkin (oops.)Thomas Wouters2007-01-231-0/+2
* SF patch #1630975: Fix crash when replacing sys.stdout in sitecustomizeThomas Wouters2007-01-233-6/+11
* Patch #1507247: tarfile.py: use current umask for intermediateLars Gustäbel2007-01-232-13/+4
* Bug #1627316: handle error in condition/ignore pdb commands more gracefully.Georg Brandl2007-01-221-2/+12
* Bug #1249573: fix rfc822.parsedate not accepting a certain date formatGeorg Brandl2007-01-221-0/+5
* Make comment match the codeAndrew M. Kuchling2007-01-221-1/+1
* Improve pattern used for mbox 'From' lines; add a simple testAndrew M. Kuchling2007-01-222-3/+38
* Use new email module names (#1637162, #1637159, #1637157).Georg Brandl2007-01-226-28/+28
* Patch #1627441: close sockets properly in urllib2.Georg Brandl2007-01-215-6/+63
* Bug #1486663: don't reject keyword arguments for subclasses of builtinGeorg Brandl2007-01-219-16/+62
* Patch #1610575: Add support for _Bool to struct.Martin v. Löwis2007-01-217-10/+619
* Port test_new.py to unittest.Walter Dörwald2007-01-202-190/+162
* resource.RUSAGE_BOTH might not exist.Walter Dörwald2007-01-201-1/+1
* Add argument tests an calls of resource.getrusage().Walter Dörwald2007-01-201-0/+18
* Port test_resource.py to unittest.Walter Dörwald2007-01-202-58/+78
* Merge 53501 and 53502 from 25 branch:Martin v. Löwis2007-01-2017-19/+21
* SF# 1635892: Fix docs for betavariate's input parameters .Raymond Hettinger2007-01-192-2/+2
* Add UUIDs for 2.5.1 and 2.5.2Martin v. Löwis2007-01-191-0/+4
* 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