]> granicus.if.org Git - python/shortlog
python
2012-02-05 Meador IngeIssue #12142: Fixed reference cycle when importing...
2012-02-04 Nadeem VawdaIssue #1625: Document BZ2File's lack of support for...
2012-02-04 Ned DeilyIssue #13933: IDLE auto-complete did not work with...
2012-02-04 Antoine PitrouFix failing test on big-endian machines (issue #13806).
2012-02-04 Benjamin Petersonthreading primitives now have timeouts
2012-02-04 Charles-François... Issue #8184: Fix a potential file descriptor leak when a
2012-02-04 Benjamin Petersonput returns on their own lines
2012-02-04 Benjamin Petersonremove unused import
2012-02-03 Ned DeilyIssue #13861: Prevent test_apropos* test case failures...
2012-02-03 Ned DeilyIssue #13901: Prevent test_distutils failures on OS...
2012-02-02 Charles-François... Merge.
2012-02-02 Charles-François... Issue #13817: After fork(), reinit the ad-hoc TLS imple...
2012-02-02 Petri LehtinenDocument absoluteness of sys.executable
2012-02-02 Stefan KrahIssue #1813: Revert workaround for a glibc bug on the...
2012-02-01 Brian Curtinmerge. again.
2012-02-01 Brian CurtinAdd a hint that CSD == Service Pack.
2012-02-01 Petri Lehtinensqlite3: Handle strings with embedded zeros correctly
2012-02-01 Raymond HettingerAdd usage note
2012-01-31 Terry Jan Reedywhitespace
2012-01-31 Terry Jan Reedy#13506 Add '' to path for interactive interpreter by...
2012-01-30 Gregory P.... Fix zip_import.c's read_directory() to use appropriate...
2012-01-30 Benjamin Petersonready types returned from PyType_FromSpec
2012-01-30 Benjamin Petersonadjust declaration
2012-01-29 Antoine PitrouIssue #13848: open() and the FileIO constructor now...
2012-01-29 Georg BrandlFix #13900: resolve self-referential description of...
2012-01-29 Benjamin Petersonremove tests from really old regex module
2012-01-28 Antoine PitrouIssue #13806: The size check in audioop decompression...
2012-01-28 Antoine PitrouIssue #13895: fix test_ssl hanging under Ubuntu
2012-01-28 Charles-François... Issue #13894: Skip test_threading.CRLockTests if _CRLoc...
2012-01-27 Mark DickinsonIssue #13889: Add missing _Py_SET_53BIT_PRECISION_...
2012-01-27 Antoine PitrouFix intermittent test_ssl failure.
2012-01-27 Benjamin Petersonnote that get() is not affected by default_factory...
2012-01-27 Antoine PitrouFix error handling in examples of C API use.
2012-01-27 Antoine PitrouIssue #13812: When a multiprocessing Process child...
2012-01-27 Antoine PitrouClarify that ssl.OP_ALL can be different from OpenSSL...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-27 Antoine PitrouIssue #13885: CVE-2011-3389: the _ssl module would...
2012-01-26 Brett Cannonmerge
2012-01-26 Brett CannonIssue #13883: Document all platforms PYTHONCASEOK works on.
2012-01-26 Meador Inge- Issue #13840: Fix ctypes.create_string_buffer excepti...
2012-01-26 Raymond HettingerIssue 13870: Fix out of date comment.
2012-01-25 Georg Brandl#13852: some small doc fixes.
2012-01-25 Benjamin Petersonkill extra word
2012-01-25 Benjamin Petersonsay bitwise (because I have no idea what a bit-string is)
2012-01-25 Vinay SajipCloses #13859: Replaced reference to StandardError...
2012-01-25 Antoine PitrouPort import fixes from 2.7.
2012-01-25 Antoine PitrouPort remaining test fixes, and fix test_importlib too.
2012-01-25 Antoine PitrouMake test work under 32-bit systems, and when invoked...
2012-01-24 Antoine PitrouIssue #11235: Fix OverflowError when trying to import...
2012-01-24 Benjamin Petersonmerge heads
2012-01-24 Antoine PitrouIssue #13772: In os.symlink() under Windows, do not...
2012-01-23 Georg Brandl#13816: fix two minor style issues. Thanks to Justin...
2012-01-23 Benjamin Petersonfix declaration style
2012-01-22 Georg BrandlFix #13834: strip() strips leading and trailing whitespace.
2012-01-22 Gregory P.... Fix a unittest error seen on NetBSD 5.
2012-01-22 Gregory P.... Fix FreeBSD, NetBSD and OpenBSD behavior of the issue...
2012-01-22 Gregory P.... Improve the test for dirfd(), some systems #define...
2012-01-21 Gregory P.... Another issue #8052 bugfix (related to previous commit).
2012-01-21 Gregory P.... Bugfix for issue #8052 fix on *BSD variants.
2012-01-21 Gregory P.... Add a Misc/NEWS entry for issue 8052.
2012-01-21 Gregory P.... Fixes issue #8052: The posix subprocess module's close_...
2012-01-21 Gregory P.... Avoid the compiler warning about the unused return...
2012-01-21 Antoine PitrouIssue #12922: fix the TextIOBase documentation to inclu...
2012-01-21 Sandro Tosifix typo; thanks to Justin Watt from docs@
2012-01-21 Senthil KumaranFix Issue6631 - Disallow relative file paths in urllib...
2012-01-20 Łukasz Langa#13760: picklability tests for configparser exceptions
2012-01-20 Vinay SajipCloses #13807: Merged fix from 3.1.
2012-01-20 Vinay SajipCloses #13807: Now checks for sys.stderr being there...
2012-01-20 Meador IngeIssue #12949: Document the kwonlyargcount argument...
2012-01-19 Sandro TosiIssue #13605: more meaningful example + fixes
2012-01-19 Sandro TosiIssue #13605: add documentation for nargs=argparse...
2012-01-19 Sandro TosiIssue #11948: clarify modules search path
2012-01-19 Meador IngeIssue #2134: Clarify token.OP handling rationale in...
2012-01-18 Antoine PitrouIssue #13722: Avoid silencing ImportErrors when initial...
2012-01-18 Antoine PitrouFix refleaks in test_capi
2012-01-18 Antoine PitrouFix the builtin module initialization code to store...
2012-01-18 Antoine PitrouAdd part of test_inspect test from 2.7
2012-01-18 Antoine PitrouFix the _io module leaking references when a sub-interp...
2012-01-18 Antoine PitrouFix leaking a RuntimeError objects when creating sub...
2012-01-18 Antoine PitrouFix a memory leak when initializing the standard I...
2012-01-18 Nadeem VawdaIssue #13781: Fix GzipFile to work with os.fdopen(...
2012-01-18 Jesus CeaAnd yet another emergency fix for #13803 bootstrap...
2012-01-18 Jesus CeaYet another emergency fix for #13803 bootstrap issue...
2012-01-18 Ezio Melotti#13665: s/string/bytes/ in error message.
2012-01-18 Jesus CeaEmergency fix for #13803 bootstrap issue: Under Solaris...
2012-01-18 Jesus CeaCloses #13803: Under Solaris, distutils doesn't include...
2012-01-17 Antoine PitrouTest running of code in a sub-interpreter
2012-01-17 Antoine PitrouIssue #13589: Fix some serialization primitives in...
2012-01-16 Georg BrandlRemove "documenting" latex document.
2012-01-16 Sandro TosiIssue: #12409: remove obsolete susp-entries
2012-01-16 Gregory P.... regenerate configure using autoconf. includes the...
2012-01-16 Gregory P.... Test for the dirfd library function (for use in some...
2012-01-16 Terry Jan Reedy#6528 None, True, False are keywords in 3.x. Patch...
2012-01-16 Ezio Melotti#13715: fix typo in unicodedata doc. Patch by Eli...
2012-01-16 Ezio Melotti#13695: fix a couple of typos in the doc.
2012-01-16 Benjamin Petersonexplain why we need this grammar file (closes #13766)
2012-01-16 Meador IngeIssue #13629: Renumber the tokens in token.h to match...
2012-01-16 Terry Jan Reedy#13039 allow proper deletion of '>>> ' in IDLE editor...
2012-01-14 Gregory P.... Consolidate the occurrances of the prime used as the...
2012-01-14 Sandro Tosiremove 'Documenting Python' and its references, it...
next