]> granicus.if.org Git - python/shortlog
python
2012-05-16 Stefan KrahChanges in _mpd_qexp():
2012-05-16 Hynek Schlawack#14692 Fix json docs to reflect changes in json.load
2012-05-16 Hynek Schlawack#14692 Fix json docs to reflect changes in json.load
2012-05-16 Antoine PitrouIssue #14693: Under non-Windows platforms, hashlib...
2012-05-16 Giampaolo Rodola'merge heads
2012-05-16 Giampaolo Rodola'#14807: fix BB failures on Windows - avoid to to rely...
2012-05-16 Antoine PitrouForward port additional tests from 2.7 (issue #14829).
2012-05-16 Antoine PitrouForward port additional tests from 2.7 (issue #14829).
2012-05-16 Antoine PitrouMore .hgignore additions for new VS build files
2012-05-16 Antoine PitrouIssue #14829: Fix bisect and range() indexing with...
2012-05-16 Antoine PitrouIssue #14829: Fix bisect and range() indexing with...
2012-05-16 Antoine PitrouAvoid "warning: no newline at end of file" in importlib.h.
2012-05-16 Antoine PitrouFix build failure.
2012-05-16 Antoine PitrouIssue #14732: The _csv module now uses PEP 3121 module...
2012-05-16 Antoine PitrouUpdate .hgignore for new MSVC files
2012-05-16 Eric V. SmithCleanup so subsequent tests won't fail. Needs to be...
2012-05-16 Hynek Schlawack#14809: Add HTTP status codes from RFC 6585 to http...
2012-05-16 Eric V. SmithMerge from 3.2.
2012-05-16 R David Murraymerge #1440472: reflow
2012-05-16 R David Murray#1440472: reflow
2012-05-16 R David Murraymerge #1440472: Explain that email parser/generator...
2012-05-16 R David Murray#1440472: Explain that email parser/generator isn't...
2012-05-16 Ned DeilyIssue #14777: merge
2012-05-16 Ned DeilyIssue #14777: In an X11 windowing environment, tkinter...
2012-05-16 Eric V. SmithMerge from 3.2.
2012-05-16 Eric V. SmithIssue #14817: Add rudimentary tests for pkgutil.extend_...
2012-05-15 Antoine PitrouIssue #14624: UTF-16 decoding is now 3x to 4x faster...
2012-05-15 Giampaolo Rodola'merge heads
2012-05-15 Giampaolo Rodola'#14807: fix bb failure due to symlink test relying...
2012-05-15 Charles-François... Add versionadded for hmac.secure_compare().
2012-05-15 Martin v. LöwisStop including gzio in the build; it's not used.
2012-05-15 Benjamin Petersonmerge heads
2012-05-15 Benjamin Petersonuse Py_ssize_t for ast sequence lengths
2012-05-15 Hynek SchlawackAdd two more sorts to test_os.WalkTests I've missed...
2012-05-15 Senthil Kumaranmerge heads
2012-05-15 Senthil KumaranIssue12541 - Add UserWarning for unquoted realms
2012-05-15 Senthil KumaranIssue12541 - Add UserWarning for unquoted realms
2012-05-15 Hynek SchlawackSort file list in test_os.WalkTests
2012-05-15 Senthil Kumaranmerge heads
2012-05-15 Senthil Kumaranmerge from 3.2 - Issue #12541: Be lenient with quotes...
2012-05-15 Hynek Schlawack#14773: Fix os.fwalk() failing on dangling symlinks
2012-05-15 Senthil KumaranIssue #12541: Be lenient with quotes around Realm field...
2012-05-15 Giampaolo Rodola'remove unused import in asyncore doc
2012-05-15 Giampaolo Rodola'#14807: move undocumented tarfile.filemode() to stat...
2012-05-15 Martin v. LöwisDocument f4d7ad6c9d6e.
2012-05-15 Martin v. LöwisWiden ASDL sequences to Py_ssize_t lengths to better...
2012-05-15 Martin v. LöwisAdd safecase to silence Win64 warning.
2012-05-15 Martin v. LöwisSilence VS 2010 warning on loss of precision (_int64...
2012-05-15 Martin v. LöwisSilence VS 2010 signed/unsigned warnings.
2012-05-15 Benjamin Petersonapparently importlib.h wants to be updated
2012-05-15 Benjamin PetersonPEP 415: Implement suppression of __context__ display...
2012-05-15 R David MurrayMerge #14766: Add correct algorithm for when a 'time...
2012-05-15 R David Murray#14766: Reflow the altered paragraphs.
2012-05-15 R David Murray#14766: Add correct algorithm for when a 'time' object...
2012-05-15 Brian CurtinMerge 3.2
2012-05-15 Brian Curtinbsddb never existed in 3.x, no need to keep downloading...
2012-05-14 Antoine PitrouFollowup to issue #14157: respect the relative ordering...
2012-05-14 Antoine PitrouFollowup to issue #14157: respect the relative ordering...
2012-05-14 Martin v. LöwisDon't build xxlimited in debug mode.
2012-05-14 Martin v. Löwismerge 3.2
2012-05-14 Martin v. LöwisStop deleting non-existing bytecode files.
2012-05-14 Martin v. LöwisUpgrade sqlite to 3.7.12.
2012-05-14 Giampaolo Rodola'Issue 14800: add comments explaining stat.py constants...
2012-05-14 Antoine PitrouUse size_t, not ssize_t (issue #14801).
2012-05-14 Antoine PitrouRemove tab characters
2012-05-14 Antoine PitrouUse size_t, not ssize_t (issue #14801).
2012-05-14 Martin v. Löwisnull merge
2012-05-14 Martin v. LöwisUpgrade bzip2 to 1.0.6.
2012-05-14 Martin v. LöwisRelabel bzip2 filters.
2012-05-14 Martin v. LöwisUpgrade bzip2 to 1.0.6.
2012-05-14 Lars GustäbelIssue #13815: Resurrect the ExFileObject class.
2012-05-14 Ezio Melotti#14405: merge with 3.2.
2012-05-14 Ezio Melotti#14405: remove outdated/broken/duplicate links.
2012-05-14 Martin v. LöwisFix release build settings.
2012-05-14 Brian CurtinUpdate the clean and MSI scripts for VS2010
2012-05-13 Brian CurtinCorrect PlatformTarget->Platform usage for building...
2012-05-13 Brian CurtinConvert build slave scripts to work with VS2010
2012-05-13 Brian Curtinchangeset: 76969:0cbe1099226d
2012-05-13 Mark DickinsonIssue #14245: Merge changes from 3.2.
2012-05-13 Mark DickinsonIssue #14245: Improve floating-point entry in FAQ....
2012-05-13 Antoine PitrouIssue #14417: Mutating a dict during lookup now restart...
2012-05-13 Charles-François... Issue #14532: Add a secure_compare() helper to the...
2012-05-13 Brett CannonAdd importlib.util.resolve_name().
2012-05-13 Brian CurtinMove out VS9 project files to PC\VS9.0 folder. Fixes...
2012-05-13 Ezio Melotti#14770: merge with 3.2.
2012-05-13 Ezio Melotti#14770: improve the library FAQ.
2012-05-13 Brett CannonIssue #13959: Document imp.find_module/load_module...
2012-05-13 Brian CurtinFix #13210. Port the Windows build from VS2008 to VS2010.
2012-05-13 Sandro Tosimerge with 3.2
2012-05-13 Sandro TosiIssue #14793: fix grammar in bytes object paragraph...
2012-05-13 Martin v. LöwisIssue #14366: Support lzma compression in zip files.
2012-05-12 Antoine PitrouMerge
2012-05-12 Antoine PitrouMerge
2012-05-12 Antoine PitrouMake the reference counting of dictkeys objects partici...
2012-05-12 Brett CannonIssue #13959: Introduce importlib.find_loader().
2012-05-12 Brett CannonRemove a now worthless test.
2012-05-12 Antoine PitrouTry to fix test_shutil failure under Fedora - patch...
2012-05-12 Sandro Tosimerge with 3.2
2012-05-12 Sandro Tosicorrectly define what 'fill' could be; thanks to Leland...
2012-05-12 Stefan KrahIssue #14779: Do not use get_config_var('SIZEOF_VOID_P...
next