]> granicus.if.org Git - python/shortlog
python
2008-12-01 Benjamin Petersonlet people using SVN Sphinx still build the docs
2008-12-01 Skip Montanarotypo in comment
2008-11-30 Benjamin Petersonfix pyspecific extensions that were broken by Sphinx...
2008-11-30 Christian Heimesw# requires Py_ssize_t
2008-11-30 Martin v. LöwisIssue #4365: Add crtassem.h constants to the msvcrt...
2008-11-30 Benjamin Petersonnote the version that works
2008-11-30 Martin v. LöwisIssue #4389: Add icon to the uninstall entry in
2008-11-30 Benjamin PetersonStringIO.close() stops you from using the buffer, too
2008-11-29 Amaury Forgeot... Fix a small typo in docstring
2008-11-29 Jeremy HyltonSend HTTP headers and message body in a single send...
2008-11-29 Jeremy HyltonReflow long lines.
2008-11-28 Jeremy HyltonMove definition int sval into branch of ifdef where...
2008-11-28 Benjamin PetersonSVN format 9 is the same it seems
2008-11-28 Benjamin PetersonMerged revisions 67384,67386-67387,67389-67390,67392...
2008-11-28 Christian HeimesRetain copyright of processing examples. This was reque...
2008-11-28 Jesse Nollerissue4238: bsd support for cpu_count
2008-11-28 Jesse Nollermp docs - fix issues 4012,3518,4193
2008-11-28 Christian HeimesFixed issue ##3741: DISTUTILS_USE_SDK set causes msvc9c...
2008-11-27 Matthias Klose- Modules/Setup.dist: Update _elementtree, add _bisect...
2008-11-27 Matthias Klose- Modules/Setup.dist: Update pyexpat
2008-11-26 Benjamin Petersonfix typo in sqlite3 docs
2008-11-26 Matthias Klose- Modules/Setup.dist: Mention _elementtree and _pickle.
2008-11-25 Benjamin PetersonMerged revisions 67183,67191,67371 via svnmerge from
2008-11-25 Benjamin Petersonalways check the return value of NEW_IDENTIFIER
2008-11-24 Jeremy HyltonAdd unittests that verify documented behavior of public...
2008-11-24 Georg Brandl#4404: make clear what "path" is.
2008-11-24 Georg BrandlFix typo.
2008-11-24 Benjamin Peterson#4396 make the parser module correctly validate the...
2008-11-24 Benjamin Petersonreplace reference to debugger-hooks
2008-11-24 Gregory P.... Document PY_SSIZE_T_CLEAN for PyArg_ParseTuple.
2008-11-23 Georg Brandl#4399: fix typo.
2008-11-23 Georg Brandl#4392: fix parameter name.
2008-11-23 Matthias Klose- Fix typo in last checkin
2008-11-23 Matthias Klose - Modules/Setup.dist: Mention _functools in section...
2008-11-23 Benjamin Petersonraise a better error
2008-11-22 Amaury Forgeot... #3996: On Windows, PyOS_CheckStack is supposed to prote...
2008-11-22 Amaury Forgeot... yuvconvert.c is a part of the "sv" module, an old IRIX...
2008-11-22 Georg BrandlFix error about "-*-" being mandatory in coding cookies.
2008-11-22 Georg BrandlFix typo.
2008-11-22 Georg Brandl#4364: fix attribute name on ctypes object.
2008-11-22 Benjamin Petersonbackport r67325: make FileIO.mode always contain 'b'
2008-11-21 Benjamin Petersondon't segfault when \N escapes are used and unicodedata...
2008-11-21 Amaury Forgeot... #4363: Let uuid.uuid1() and uuid.uuid4() run even if...
2008-11-20 Amaury Forgeot... Fixed issue #4233.
2008-11-20 Benjamin Petersonbackport r67300
2008-11-20 Benjamin Petersonoops! didn't mean to disable that test
2008-11-20 Benjamin Petersonfix indentation and a sphinx warning
2008-11-20 Benjamin Petersonmove useful sys.settrace information to the function...
2008-11-19 Benjamin Petersonmake sure that bytearray methods return a new bytearray...
2008-11-19 Brett CannonIgnore .pyc and .pyo files.
2008-11-19 Josiah CarlsonFix for issue 4332 in trunk.
2008-11-19 Martin v. LöwisIssue #4289: Remove Cancel button from AdvancedDlg.
2008-11-19 Martin v. LöwisIssue #4116: Resolve member name conflict in ScrolledCa...
2008-11-19 Georg BrandlTry to fix problems with verbatim.
2008-11-19 Skip Montanaropatch from issue 1108
2008-11-18 Amaury Forgeot... #4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
2008-11-17 Benjamin Petersonwhen __getattr__ is a descriptor, call it correctly...
2008-11-17 Benjamin Petersonimprove __hash__ docs
2008-11-17 Benjamin Petersona few fixes on the download page
2008-11-16 Benjamin Petersonrun autoconf
2008-11-16 Georg Brandl#4316: fix configure.in markup problem.
2008-11-15 Brett CannonThe docs for httplib.HTTPConnection.putheader() have...
2008-11-15 Brett CannonClarify the docs for the 'strict' argument to httplib...
2008-11-15 Georg Brandl#4324: fix getlocale() argument.
2008-11-11 Benjamin Petersonuse correct name
2008-11-10 Benjamin PetersonMerged revisions 66985,67170,67173,67177-67179 via...
2008-11-09 Benjamin Petersonfix comment
2008-11-09 Benjamin Petersonupdate link
2008-11-08 Benjamin Petersoncheck for assignment to __debug__ during AST generation
2008-11-08 Benjamin Petersonclarify what was added
2008-11-08 Benjamin Petersonmove context clue to versionchanged tag
2008-11-08 Benjamin Petersona few compile() and ast doc improvements
2008-11-08 Georg BrandlFix warning.
2008-11-08 Georg BrandlUpdate "Documenting" a bit. Concentrate on Python-speci...
2008-11-08 Georg BrandlDon't use "HOWTO" as the title for all howto .tex files.
2008-11-08 Hirokazu YamamotoIssue #4071: ntpath.abspath returned an empty string...
2008-11-07 Martin v. LöwisIssue #1656675: Register a drop handler for .py* files...
2008-11-07 Georg BrandlFix syntax.
2008-11-06 Martin v. LöwisStop including fake manifest file in DLLs directory.
2008-11-06 Andrew M. KuchlingFix grammar error; reword two paragraphs
2008-11-06 Georg Brandl#4247: add "pass" examples to tutorial.
2008-11-06 Martin v. LöwisIssue #4120: Exclude manifest from extension modules...
2008-11-06 Georg Brandl#4245: move Thread section to the top.
2008-11-06 Georg Brandl#4267: small fixes in sqlite3 docs.
2008-11-06 Georg Brandl#4268: Use correct module for two toplevel functions.
2008-11-04 Georg Brandl#4167: fix markup glitches.
2008-11-04 Martin v. LöwisIssue #4204: Fixed module build errors on FreeBSD 4.
2008-11-03 Benjamin Petersonmove a FileIO test to test_fileio
2008-11-03 Benjamin Petersonclarify by splitting into multiple paragraphs
2008-11-03 Hirokazu YamamotoIssue #3774: Fixed an error when create a Tkinter menu...
2008-11-03 Benjamin Peterson#4048 make the parser module accept relative imports...
2008-10-31 Benjamin Petersonrephrase has_key doc
2008-10-31 Benjamin Petersonmake sure the parser flags and passed onto the compiler
2008-10-30 Benjamin Petersonmove unprefixed error into .c file
2008-10-30 Benjamin Petersonfinish backporting binary literals and new octal litera...
2008-10-30 Benjamin Petersonbackport bin() documentation
2008-10-30 Christian HeimesIssue #4237: io.FileIO() was raising invalid warnings...
2008-10-30 Amaury Forgeot... Issue #4176: Pickle would crash the interpreter when...
2008-10-30 Thomas HellerFixed a modulefinder crash on certain relative imports.
2008-10-29 Amaury Forgeot... Correct error message in io.open():
next