]> granicus.if.org Git - python/shortlog
python
2013-06-10 Benjamin Petersonremove MAX_MAXCHAR because it's unsafe for computing...
2013-06-10 Richard OudkerkIssue #18174: Fix fd leaks in tests.
2013-06-10 Richard OudkerkIssue #18180: Fix ref leak in _PyImport_GetDynLoadWindo...
2013-06-10 Ronald OussorenEnsure that the fix for #17269 also works on OSX 10.4
2013-06-09 Serhiy StorchakaIssue #16102: Make uuid._netbios_getnode() work again...
2013-06-09 Serhiy StorchakaIssue #15239: Make mkstringprep.py work again on Python 3.
2013-06-09 Serhiy StorchakaIssue #18038: SyntaxError raised during compilation...
2013-06-08 Ezio Melotti#18126: update NumPy links in the documentation. Patch...
2013-06-08 Ezio Melotti#17691: test_univnewlines now works with unittest test...
2013-06-08 Terry Jan Reedy#18151, part 1: Backport idlelilb portion of Andrew...
2013-06-07 Brett CannonIssue #18055: Move to importlib from imp for IDLE.
2013-06-05 Terry Jan ReedyIssue 18130: delete extra spaces
2013-06-05 Terry Jan ReedyIssue18130: Test class idlelib.configSectionNameDialog...
2013-06-03 Victor StinnerClose #18109: os.uname() now decodes fields from the...
2013-06-02 Senthil KumaranFix #17967 - Fix related to regression on Windows.
2013-06-02 Raymond HettingerClarify which dictionaries are updateable
2013-06-01 Senthil KumaranFix thishost helper funtion in urllib. Returns the...
2013-06-01 Senthil KumaranFix #17967: For ftp urls CWD to target instead of hoppi...
2013-05-31 Serhiy StorchakaIssue #18094: test_uuid no more reports skipped tests...
2013-05-31 Terry Jan ReedyIssue #15392: Finish news entry.
2013-05-29 Stefan KrahSupport multiarch build in tests.
2013-05-29 Stefan KrahBackport bff16086f03b and bcaaaa00425b.
2013-05-29 Stefan KrahIssue #17768: Support newline fill character in decimal...
2013-05-29 Senthil Kumaran#17403: urllib.parse.robotparser normalizes the urls...
2013-05-29 Terry Jan ReedyIssue #15392: Do not run tests if threading/_thread...
2013-05-28 Ned DeilyIssue #18080: When building a C extension module on...
2013-05-28 Serhiy StorchakaIssue #18085: Fix PyObject_CallMethodObjArgs()'s entry...
2013-05-28 Serhiy StorchakaIssue #18025: Fixed a segfault in io.BufferedIOBase...
2013-05-28 Serhiy StorchakaIssue #17746: Skip test_shutil.test_non_matching_mode...
2013-05-28 Serhiy StorchakaIssue #18011: base64.b32decode() now raises a binascii...
2013-05-28 Serhiy StorchakaIssue #18079: Fix a typo in the tutorial.
2013-05-28 Jason R. CoombsUse simple call to os.symlink for broken link (intended...
2013-05-28 Jason R. CoombsIssue #13772: Restored directory detection of targets...
2013-05-28 Terry Jan ReedyIssue #15392: Create a unittest framework for IDLE.
2013-05-27 Ned DeilyFix typo in embedding doc and update examples to 3.3.
2013-05-25 Antoine PitrouIssue #18063: fix some struct specifications in the...
2013-05-25 Brett CannonMention __cached__ in the import ref.
2013-05-25 Brett CannonAdd a missing parenthesis.
2013-05-25 Brett CannonVarious tweaks to importlib docs.
2013-05-25 Eli BenderskyClean-up duplicated code in tests
2013-05-25 Eli BenderskyIssue #13612: handle unknown encodings without a buffer...
2013-05-25 Antoine PitrouFix test_bad_address on Ubuntu 13.04
2013-05-24 Benjamin Petersonindicate that read/write work with bytes (closes #18009)
2013-05-24 Brett CannonIssue #17953: document that sys.modules shouldn't be...
2013-05-24 Ronald OussorenIssue #17269: Workaround for a platform bug in getaddri...
2013-05-23 Senthil KumaranFix #18007 : Document CookieJar.add_cookie_header reque...
2013-05-23 Nick CoghlanIssue 17844: Clarify meaning of different codec tables
2013-05-23 Raymond HettingerIssue #18031: %-formatting isn't dead yet and might...
2013-05-22 Ned DeilyIssue #17532: Always include Options menu for IDLE...
2013-05-22 Benjamin Petersonadd test for inequality
2013-05-22 Serhiy StorchakaIssue #16986: ElementTree now correctly parses a string...
2013-05-22 Serhiy StorchakaIssue #17844: Add links to encoders and decoders for...
2013-05-21 R David Murray#17973: fix technical inaccuracy in faq entry (it now...
2013-05-21 Roger Serwy#14146: Highlight source line while debugging on Windows.
2013-05-20 Vinay SajipIssue #17743: Now use extended syntax of set command...
2013-05-20 Vinay SajipIssue #17744: Now unset VIRTUAL_ENV environment variabl...
2013-05-20 Ned DeilyIssue #18026: fix ctypes doc typo
2013-05-20 R David Murray#17973: Add FAQ entry for ([],)[0] += [1] both extendin...
2013-05-20 Ezio Melotti#14097: improve the "introduction" page of the tutorial.
2013-05-20 Benjamin Petersonadd recursive repr test
2013-05-19 Eli BenderskyIssue #17989: fix typo in error message
2013-05-19 Antoine PitrouTry to make test more reliable (saw some sporadic failu...
2013-05-19 Antoine PitrouIssue #11995: test_pydoc doesn't import all sys.path...
2013-05-19 Serhiy StorchakaIssue #17812: Fixed quadratic complexity of base64...
2013-05-18 Eli BenderskyIssue #17901: fix TreeBuilder construction for an expli...
2013-05-18 Richard OudkerkClose file before reopening to keep Windows happy in...
2013-05-18 Antoine PitrouIssue #17980: Fix possible abuse of ssl.match_hostname...
2013-05-18 Eli BenderskyIssue #17989: element_setattro returned incorrect error...
2013-05-17 Raymond HettingerUpdate docstring for _asdict() to indicate it is obsolete.
2013-05-17 Benjamin Petersononly recursively expand in the format spec (closes...
2013-05-17 Raymond HettingerIssue #17563: Fix dict resize performance regression.
2013-05-17 Raymond HettingerRemove unnecessary exception handler.
2013-05-17 Raymond HettingerIgnore Mac OS X entries for .DS_Store
2013-05-17 Serhiy StorchakaFix some bugs in Tools/scripts/abitype.py.
2013-05-17 Benjamin Petersonmove definition to top of block
2013-05-16 Vinay SajipIssue #17981: Closed socket on error in SysLogHandler.
2013-05-16 Benjamin PetersonC89 declaration compliance
2013-05-16 Brian CurtinAdd Nick Sloan for his contribution to #17732
2013-05-15 Benjamin Petersoncomplain about "global __class__" in a class body ...
2013-05-15 Georg Brandlpost-release update.
2013-05-15 doko@ubuntu.com- Fix typos in the multiprocessing module.
2013-05-15 doko@ubuntu.com- Issue #17754: Make ctypes.util.find_library() indepen...
2013-05-15 doko@ubuntu.comMisc/NEWS: Add 3.3.3 section and move entries made...
2013-05-15 Benjamin Petersonwhen arguments are cells clear the locals slot (backpor...
2013-05-14 Barry Warsaw- Issue #17977: The documentation for the cadefault...
2013-05-14 Benjamin Petersonprevent double free in cleanup code (#17968)
2013-05-13 Antoine PitrouFix ResourceWarnings in test_sax
2013-05-13 Terry Jan ReedySilence unclosed open file ResourceWarning.
2013-05-13 Terry Jan ReedyComplete 2 to 3 conversion
2013-05-13 Antoine PitrouIssue #17968: Fix memory leak in os.listxattr().
2013-05-13 Benjamin Petersonuse correct format code for exceptions
2013-05-12 Georg BrandlAdded tag v3.3.2 for changeset d047928ae3f6
2013-05-12 Georg BrandlCloses #17962: Build with OpenSSL 1.0.1e on Windows. v3.3.2
2013-05-12 Georg Brandlmerge
2013-05-12 Serhiy StorchakaIssue #17606: Fixed support of encoded byte strings...
2013-05-12 Georg Brandlbump to 3.3.2
2013-05-12 Georg BrandlCloses issue #17732: ignore install-directory specific...
2013-05-12 Georg BrandlBack out patch for #1159051, which caused backwards...
2013-05-12 Georg Brandlmerge with 3.2
2013-05-12 Georg Brandlmerge with 3.2
next