]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2011-08-16  Sandro Tosimerge with 3.2
2011-08-16  Sandro Tosi#12761: fix wording of zlib license section
2011-08-16  Éric AraujoBranch merge
2011-08-16  Éric AraujoMerge Makefile fix from 3.2 (thanks Georg)
2011-08-16  Éric AraujoMove versionadded directive to the top level, as we...
2011-08-16  Éric AraujoFix typo
2011-08-16  Éric AraujoRevert change that was not a syntax fix but actually...
2011-08-16  Ezio Melotti#9723: refactor regex.
2011-08-15  Ezio Melotti#12204: merge with 3.2.
2011-08-15  Ezio Melotti#12204: document that str.upper().isupper() might be...
2011-08-15  Ezio Melotti#12266: merge with 3.2.
2011-08-15  Ezio Melotti#12266: Fix str.capitalize() to correctly uppercase...
2011-08-14  Ezio Melotti#12725: merge with 3.2.
2011-08-14  Ezio Melotti#12725: fix working. Patch by Ben Hayden.
2011-08-13  Antoine PitrouMonotonic, not monotonous
2011-08-13  Antoine PitrouFollowup to 8e824e09924a: fix regression on 32-bit...
2011-08-13  Antoine PitrouIssue #12744: Fix inefficient representation of integers
2011-08-13  Nadeem VawdaIssue #12669: Fix test_curses so that it can run on...
2011-08-13  Nadeem VawdaFix incorrect comment in zlib.Decompress.flush().
2011-08-13  Nadeem VawdaIssue #12646: Add an 'eof' attribute to zlib.Decompress.
2011-08-13  Georg BrandlMerge with 3.2.
2011-08-13  Georg BrandlFix #11513: wrong exception handling for the case that...
2011-08-13  Benjamin Petersonmerge 3.2
2011-08-13  Benjamin Petersontokenize is just broken on test_pep3131.py
2011-08-13  Benjamin Petersonmerge 3.2
2011-08-13  Benjamin Petersonnormalization is different between unicode builds,...
2011-08-13  Benjamin Petersoninclude header with PyAST_Validate
2011-08-13  Benjamin Petersonmerge 3.2 (#12732)
2011-08-13  Benjamin Petersonin narrow builds, make sure to test codepoints as ident...
2011-08-12  Sandro Tosimerge with 3.2
2011-08-12  Sandro Tosilet PySequence_Check me a link; thanks to tomo cocoa...
2011-08-12  Éric AraujoMerge 3.2
2011-08-12  Éric AraujoBranch merge
2011-08-12  Éric AraujoBranch merge
2011-08-12  Éric AraujoClean up test_shutil, to facilitate upcoming improvemen...
2011-08-12  Éric AraujoUpdate crlf and lfcr scripts for 3.x bytes semantics...
2011-08-12  Sandro Tosimerge with 3.2
2011-08-12  Sandro Tosiit's 'rather than'; reported by James Bateman on docs@
2011-08-12  Éric AraujoMerge 3.2
2011-08-12  Éric AraujoBrench merge
2011-08-12  Éric Araujopatchcheck: don’t talk about the test suite when no...
2011-08-12  Éric AraujoBranch merge
2011-08-12  Eli BenderskyIssue #12672: fix code samples in extending/newtypes...
2011-08-11  Éric AraujoUse our existing drop-in, no-op decorator instead of...
2011-08-11  Benjamin Petersonmerge heads
2011-08-11  Benjamin Petersonmake only files which use AST depend on Python-ast.h
2011-08-11  Benjamin Petersonrevert code which conditionally writes Python-ast.h...
2011-08-11  Antoine PitrouIssue #12687: Fix a possible buffering bug when unpickl...
2011-08-11  Antoine PitrouIssue #12687: Fix a possible buffering bug when unpickl...
2011-08-11  Brian CurtinAdd doc for Py_RETURN_NOTIMPLEMENTED, added in #12724.
2011-08-11  Vinay SajipCloses #12718: Merge documentation fix from 3.2.
2011-08-11  Vinay SajipIssue #12718: Add documentation on using custom importers.
2011-08-11  Brian Curtinmerge
2011-08-11  Brian CurtinNews item for #12724
2011-08-11  Brian CurtinReplace Py_NotImplemented returns with the macro form...
2011-08-11  Senthil Kumaranmerge from 3.2
2011-08-11  Senthil KumaranNews item for Issue10087.
2011-08-11  Senthil KumaranFix closes Issue10087 - fixing the output of calendar...
2011-08-11  Brian CurtinAdd Py_RETURN_NOTIMPLEMENTED macro. Fixes #12724.
2011-08-10  Éric AraujoFix directive markup
2011-08-10  Éric AraujoMerge 3.2
2011-08-10  Éric AraujoRemove unused names in except clauses
2011-08-10  Éric AraujoUse real word in English text (i.e. not code)
2011-08-10  Éric AraujoRevert cosmetic change.
2011-08-10  Éric AraujoFix find command in makefile “funny” target
2011-08-09  Benjamin Peterson2.x syntax
2011-08-09  Benjamin Petersonmake this work on 2.4
2011-08-09  Benjamin Petersonmake this work with py2.5
2011-08-09  Benjamin Petersontypo
2011-08-09  Benjamin Petersondon't rewrite the header file if it hasn't changed...
2011-08-09  Éric AraujoAvoid unwanted behavior change in shlex.quote (see...
2011-08-09  Benjamin Petersonfix indentation
2011-08-09  Benjamin Petersonmerge heads
2011-08-09  Benjamin Petersonmerge 3.2 (#12719)
2011-08-09  Benjamin Petersonadd a AST validator (closes #12575)
2011-08-09  Benjamin Petersonforgotten in f578ca44193d
2011-08-09  Benjamin Petersonthe bool asdl type died a while ago
2011-08-09  Benjamin Petersonadd a asdl bytes type, so Bytes.s be properly typechecked
2011-08-09  Benjamin Petersonnote mutating tp_dict is bad (closes #12719)
2011-08-09  Éric AraujoTest pipes.quote with a few non-ASCII characters (see...
2011-08-09  Raymond HettingerAdd support for unary plus and unary minus to collectio...
2011-08-09  Éric AraujoMerge 3.2
2011-08-09  Éric AraujoBranch merge
2011-08-09  Éric AraujoBranch merge
2011-08-08  Victor StinnerIssue #12700: fix test_faulthandler for Mac OS X Lion
2011-08-08  Georg BrandlMerge with 3.2.
2011-08-08  Georg BrandlConfirm that the prime example is actually correct...
2011-08-08  Éric AraujoMerge 3.2
2011-08-08  Éric AraujoBranch merge
2011-08-08  Éric AraujoBranch merge
2011-08-08  Éric AraujoClean up shutil.disk_usage.
2011-08-08  Sandro Tosi#12709: merge with 3.2
2011-08-08  Sandro Tosi#12709: add error_callback argument to map_async docume...
2011-08-07  Sandro Tosi#10741: merge with 3.2
2011-08-07  Sandro Tosi#10741: add documentation for PyGILState_GetThisThreadS...
2011-08-07  Sandro Tosi#12677: merge with 3.2
2011-08-07  Sandro Tosi#12677: correct turtle orientation in doc
2011-08-06  Éric AraujoMerge doc changes from 3.2 (#8617, #10745).
2011-08-06  Éric AraujoAdd documentation for PEP 370 features in distutils...
2011-08-06  Eli BenderskyFix grammar
next