summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct a refleak found by "regrtest.py -R:: test_structmembers"Amaury Forgeot d'Arc2008-04-141-5/+6
* Update project files for all Windows supported compilersAmaury Forgeot d'Arc2008-04-144-4/+15
* Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C forThomas Heller2008-04-145-25/+83
* Add exampleAndrew M. Kuchling2008-04-131-1/+7
* Check out Jinja as a separate step now that it's not included in the Sphinx p...Georg Brandl2008-04-132-0/+7
* Improve -X error message.Georg Brandl2008-04-132-2/+2
* Added an ignore file for Bazaar #2510Benjamin Peterson2008-04-131-0/+43
* #2627 Let it be known what pgen generatesBenjamin Peterson2008-04-133-0/+7
* Fix spliting on colons on Windows machines with a file path by limiting theBrett Cannon2008-04-131-3/+1
* Add an explicit check for output in a test to try to diagnose a failure onBrett Cannon2008-04-131-1/+4
* Added new files to the pcbuild filesChristian Heimes2008-04-131-0/+4
* Use PyString_InternFromString instead of PyString_FromString for static varsChristian Heimes2008-04-131-3/+3
* Fix compiler warning Include/warnings.h:19:28: warning: no newline at end of ...Christian Heimes2008-04-131-1/+2
* Fix markup.Georg Brandl2008-04-131-7/+5
* spellingSkip Montanaro2008-04-131-1/+1
* Fix test_warnings by making the state of things more consistent for each testBrett Cannon2008-04-131-29/+42
* Give the "Interactive Interpreter Changes" section in 2.6 whatsnew a unique l...Benjamin Peterson2008-04-131-1/+1
* Backport the removal of a __repr__ from 62251Benjamin Peterson2008-04-131-3/+0
* Backported io module docsBenjamin Peterson2008-04-133-133/+913
* Mention -J, -XAndrew M. Kuchling2008-04-131-0/+14
* Fix an accidental bug of an non-existent init function.Brett Cannon2008-04-131-2/+0
* Fix a bug in PySys_HasWarnOption() where it was not properly checking theBrett Cannon2008-04-131-1/+1
* Adds a profile-opt target for easy compilation of a python binary usingGregory P. Smith2008-04-131-1/+29
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-1218-379/+1459
* socket.error inherits from IOError, it no longer needs listing inGregory P. Smith2008-04-121-1/+1
* fix compiler warningsGregory P. Smith2008-04-121-5/+5
* Don't offend snake lovers.Georg Brandl2008-04-121-1/+1
* Add Jeroen.Georg Brandl2008-04-121-0/+3
* #2615: small consistency update by Jeroen Ruigrok van der Werven.Georg Brandl2008-04-121-4/+4
* Use absolute path in sys.path.Georg Brandl2008-04-121-1/+1
* Applied patch #2617 from Frank Wierzbicki wit some extras from meChristian Heimes2008-04-123-2/+20
* Performance improvements.Thomas Heller2008-04-111-3/+3
* Move backwards compatibility macro to the correct place;Thomas Heller2008-04-111-1/+1
* Use issue directiveAndrew M. Kuchling2008-04-101-181/+106
* Add punctuationAndrew M. Kuchling2008-04-101-1/+1
* Remove forward-looking statementAndrew M. Kuchling2008-04-101-3/+3
* get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code.Gregory P. Smith2008-04-103-3/+0
* Remove the test file before writing it in case there is no write permission.Neal Norwitz2008-04-104-5/+7
* Merged revisions 62080-62262 via svnmerge fromMartin v. Löwis2008-04-106-13/+119
* Raise SystemError when size < 0 is passed into PyString_FromStringAndSize,Gregory P. Smith2008-04-093-0/+18
* better diagnosticsGregory P. Smith2008-04-091-2/+2
* Try out the new issue role. Thanks, Georg!Andrew M. Kuchling2008-04-091-1/+1
* Package wininst*.exe from distutils/command.Martin v. Löwis2008-04-091-4/+1
* Add a note about the zlib.decompressobj().flush() fix.Gregory P. Smith2008-04-091-0/+3
* Add :issue: directive for easy linking to bugs.python.org.Georg Brandl2008-04-092-1/+25
* #2585: initialize code attribute of HTTPError.Georg Brandl2008-04-091-1/+1
* Changed test so it no longer runs as a side effect of importing.Jerry Seutter2008-04-091-110/+115
* Add itemsAndrew M. Kuchling2008-04-091-3/+13
* Fix typo with regards to self.PORT shadowing class variables with the same name.Trent Nelson2008-04-092-7/+8
* Fix zlib crash from zlib.decompressobj().flush(val) when val was not positive.Gregory P. Smith2008-04-092-0/+9