summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bug [ 969757 ] function and method objects confounded in TutorialGeorg Brandl2005-07-081-1/+1
* Handle argref so it can be overridden more easily in a subclass.Jack Jansen2005-07-081-1/+1
* Note Floris's last name.Raymond Hettinger2005-07-081-2/+2
* Add permissions for the Summer of Code project.Raymond Hettinger2005-07-081-0/+7
* Fix "upload" command garbling and truncating files on Windows. If it's aPhillip J. Eby2005-07-071-1/+1
* Link to #1233049 for building against openssl 0.9.8.Martin v. Löwis2005-07-061-0/+1
* Fix bugMichael W. Hudson2005-07-052-0/+5
* Allow for (optional) const declaration.Jack Jansen2005-07-054-20/+43
* Add test for hash commutativity.Raymond Hettinger2005-07-051-0/+10
* fixed tag generation to avoid null tagsPiers Lauder2005-07-051-2/+2
* bug #1177468: don't cache /dev/urandom file descriptor in os.urandomGeorg Brandl2005-07-042-8/+7
* Revert patch for 1162912.Georg Brandl2005-07-041-3/+0
* Updated (and regenerated) for name change in tp_init method arguments:Jack Jansen2005-07-0329-1791/+1802
* Factored out the code that creates argument lists and formats for PyArg_ParseJack Jansen2005-07-031-19/+26
* Sigh, changed the argument names in the tp_init function: to make them beJack Jansen2005-07-031-7/+7
* bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usageGeorg Brandl2005-07-031-0/+3
* Add doctest for examples in libweakref.tex to test_weakref.Georg Brandl2005-07-022-2/+90
* patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)Georg Brandl2005-07-021-11/+11
* bug [ 1228904 ] weakref example brokenGeorg Brandl2005-07-021-5/+2
* Patch [ 1230615 ] Patch for (Doc) #1168746Georg Brandl2005-07-021-11/+14
* Cross reference the set built-ins with the sets module.Raymond Hettinger2005-07-011-0/+8
* Provide a comparison to the builtin set types.Raymond Hettinger2005-07-011-2/+32
* Teach texcheck about \textbarRaymond Hettinger2005-07-011-0/+1
* Added methods mkvaluePreCheck and getargsPreCheck, which are called (forJack Jansen2005-07-013-1/+22
* More info on rounding modes. Add sections for floating point notes.Raymond Hettinger2005-07-011-7/+12
* More factorization: added a method getrvforcallit(). This allows a C++Jack Jansen2005-06-301-8/+8
* Apparently some compiler gives a warning onMichael W. Hudson2005-06-301-1/+1
* SF bug #1224347: int/long unification and hex()Raymond Hettinger2005-06-294-14/+11
* Added optional suppport for storage modifiers (virtual/static/inline/etc)Jack Jansen2005-06-293-2/+20
* More factorization to help C++ support.Jack Jansen2005-06-286-18/+51
* Note that files are iterable.Raymond Hettinger2005-06-281-0/+15
* * Show the keyword argument form of dict().Raymond Hettinger2005-06-271-2/+12
* add note that os.EX_* constants are subject to availability on the hostFred Drake2005-06-271-0/+3
* Adapt output file to new Cookie JS output.Georg Brandl2005-06-271-4/+4
* Fix test cases for doctest.Georg Brandl2005-06-262-0/+4
* - Bug #839151: Fix an attempt to access sys.argv in the warnings moduleGeorg Brandl2005-06-261-0/+3
* bug [ 839151 ] attempt to access sys.argv when it doesn't existGeorg Brandl2005-06-261-1/+5
* bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-ableGeorg Brandl2005-06-261-1/+2
* - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.Georg Brandl2005-06-261-0/+2
* bug [ 1155638 ] self.length shield exception in httplibGeorg Brandl2005-06-261-0/+1
* bug [ 1175848 ] poorly named variable in urllib2.pyGeorg Brandl2005-06-261-2/+2
* Prevent creating a HTML link to file://?/Georg Brandl2005-06-261-2/+5
* - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer viaGeorg Brandl2005-06-261-0/+3
* bug [ 1100201 ] Cross-site scripting on BaseHTTPServerGeorg Brandl2005-06-261-1/+4
* Add NEWS entries for bugs closed at Bug Day.Georg Brandl2005-06-261-0/+12
* bug [ 1108948 ] Cookie.py produces invalid codeGeorg Brandl2005-06-261-2/+2
* bug [ 1072853 ] thisid not intialized in pindent.py scriptGeorg Brandl2005-06-261-0/+1
* SMTP.help() was returning a tuple instead of the promised text.Kurt B. Kaiser2005-06-261-1/+1
* NEWS entry for last bugfixGeorg Brandl2005-06-251-0/+3
* bug [ 1166582 ] IterableUserDict not in docsGeorg Brandl2005-06-251-9/+15