summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Issue #4512 closeout: Make ZipImport.get_filename() a public methodNick Coghlan2009-02-081-3/+3
* Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that willGuilherme Polo2009-02-061-17/+25
* Partial fix to issue #1731706: memory leak in Tkapp_Call when callingGuilherme Polo2009-02-061-1/+3
* issue 4804: Provide checks for the format string of strftime, and for the "m...Kristján Valur Jónsson2009-02-041-0/+17
* This refactoring should make it easier to add new calling conventions.Thomas Heller2009-02-033-400/+29
* Fix for issue #1581476Guilherme Polo2009-02-021-2/+1
* - Issue #5104: The socket module now raises OverflowError when 16-bit port andGregory P. Smith2009-01-311-3/+27
* make _tkinter._flatten check the result of PySequence_Size for errors #3880Benjamin Peterson2009-01-301-1/+3
* Fix typo.Raymond Hettinger2009-01-291-1/+1
* Update itertools.__doc__ to include all tools.Raymond Hettinger2009-01-291-5/+12
* Promote combinations_with_replacement() from a recipe to a regular itertool.Raymond Hettinger2009-01-271-2/+251
* Fix signed/unsigned mismatch.Raymond Hettinger2009-01-261-1/+1
* Promote compress() from a recipe to being a regular itertool.Raymond Hettinger2009-01-251-0/+157
* fix building the core with --disable-unicodeBenjamin Peterson2009-01-251-0/+2
* Issue #1672332: Fix unpickling of subnormal floats, which was raisingMark Dickinson2009-01-241-1/+2
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-211-0/+13
* backport r68802 (bugfix)Benjamin Peterson2009-01-201-1/+1
* issue 5002: fix windows warning that I intro'ed with r68768Jesse Noller2009-01-201-3/+1
* simplify codeBenjamin Peterson2009-01-191-4/+2
* Resolve issue 3321: (segfault) _multiprocessing.Connection() doesn't check ha...Jesse Noller2009-01-192-2/+14
* Issue 4957Kristján Valur Jónsson2009-01-191-1/+1
* raise an OSError for invalid fds #4991Benjamin Peterson2009-01-191-0/+20
* #4077: No need to append \n when calling Py_FatalErrorAmaury Forgeot d'Arc2009-01-171-1/+1
* Fix refcount leak in error cases. Bug found by coverity.Thomas Heller2009-01-131-1/+4
* #3720: Interpreter crashes when an evil iterator removes its own next function.Amaury Forgeot d'Arc2009-01-121-11/+0
* Issue #3860: GzipFile and BZ2File now support the context manager protocol.Antoine Pitrou2009-01-101-0/+32
* Issue #4074: Change the criteria for doing a full garbage collection (i.e.Antoine Pitrou2009-01-091-1/+65
* Issue 4293: Make Py_AddPendingCall() thread safeKristján Valur Jónsson2009-01-091-0/+38
* Fix issue 4884, preventing a crash in the socket code when python is compiledJeffrey Yasskin2009-01-091-1/+5
* be more specific in -3 option helpBenjamin Peterson2009-01-091-1/+1
* Forward port r68394 for issue 4816.Raymond Hettinger2009-01-081-10/+2
* The _tkinter module functions "createfilehandler", "deletefilehandler",Guilherme Polo2009-01-031-0/+36
* Issue #4051: Prevent conflict of UNICODE macros in cPickle.Martin v. Löwis2009-01-021-0/+8
* #4801 _collections module fails to build on cygwin.Amaury Forgeot d'Arc2009-01-021-2/+2
* Issue #4797: IOError.filename was not set when _fileio.FileIO failed to openHirokazu Yamamoto2009-01-011-3/+4
* Issue #3680: Reference cycles created through a dict, set or deque iterator d...Antoine Pitrou2009-01-011-7/+16
* #4228: Pack negative values the same way as 2.4Georg Brandl2009-01-011-6/+6
* Just inserted blank line.Hirokazu Yamamoto2008-12-311-0/+1
* Fixed compile error on windows.Hirokazu Yamamoto2008-12-311-1/+2
* Issue #4701: implicitly call PyType_Ready from PyObject_HashNick Coghlan2008-12-301-0/+101
* Issue #1040026: Fix os.times result on systems where HZ is incorrect.Martin v. Löwis2008-12-291-9/+16
* #4764 in io.open, set IOError.filename when trying to open a directory on POS...Benjamin Peterson2008-12-291-4/+4
* Fix issue #4730: cPickle corrupts high-unicode strings.Alexandre Vassalotti2008-12-271-30/+79
* make global staticBenjamin Peterson2008-12-231-1/+1
* use a global variable, so the compiler doesn't optimize the assignment outBenjamin Peterson2008-12-231-2/+3
* silence compiler warningBenjamin Peterson2008-12-221-0/+1
* fix #4720: the format to PyArg_ParseTupleAndKeywords can now start with '|'Benjamin Peterson2008-12-221-0/+27
* remove redundant sentenceBenjamin Peterson2008-12-201-1/+1
* beef up docstringBenjamin Peterson2008-12-201-1/+4
* Issue #2467: gc.DEBUG_STATS reports invalid elapsed times.Antoine Pitrou2008-12-171-23/+26